rpms/boo/devel boo-exclude-VS-as-target.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 boo.spec, 1.13, 1.14 sources, 1.3, 1.4 boo-def.patch, 1.1, NONE

David Nielsen (dnielsen) fedora-extras-commits at redhat.com
Sat Feb 23 16:20:11 UTC 2008


Author: dnielsen

Update of /cvs/pkgs/rpms/boo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9783/devel

Modified Files:
	.cvsignore boo.spec sources 
Added Files:
	boo-exclude-VS-as-target.patch 
Removed Files:
	boo-def.patch 
Log Message:
Update to 0.8.1


boo-exclude-VS-as-target.patch:

--- NEW FILE boo-exclude-VS-as-target.patch ---
diff -uraN boo.orig/default.build boo/default.build
--- boo.orig/default.build	2008-02-23 16:09:19.000000000 +0100
+++ boo/default.build	2008-02-23 16:13:14.000000000 +0100
@@ -53,7 +53,7 @@
 
 	<property name="fixture" value="" dynamic="true" />
 
-	<target name="all" depends="booc, booi, booish, boo-pkgconfig, Boo.Lang.CodeDom, Boo.Lang.Useful, boo, Boo.Microsoft.Build.Tasks, update-vs2005-env">	
+	<target name="all" depends="booc, booi, booish, boo-pkgconfig, Boo.Lang.CodeDom, Boo.Lang.Useful, boo">	
 	</target>
 	
 	<target name="set-release-configuration">


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/boo/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	12 Nov 2007 14:00:19 -0000	1.3
+++ .cvsignore	23 Feb 2008 16:19:34 -0000	1.4
@@ -1 +1 @@
-boo-0.8.0.2730-src.zip
+boo-0.8.1.2865-src.zip


Index: boo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boo/devel/boo.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- boo.spec	19 Feb 2008 18:46:02 -0000	1.13
+++ boo.spec	23 Feb 2008 16:19:34 -0000	1.14
@@ -2,8 +2,8 @@
 
 Summary: Boo is an OO statically typed language for CLI
 Name: boo
-Version: 0.8.0.2730
-Release: 9%{?dist}
+Version: 0.8.1.2865
+Release: 1%{?dist}
 License: MIT
 Group: Development/Languages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -11,9 +11,9 @@
 Source0: http://dist.codehaus.org/boo/distributions/%{name}-%{version}-src.zip
 Patch0: boo-libdir.patch
 Patch1: boo-extras.patch
-Patch2: boo-def.patch
+Patch2: boo-exclude-VS-as-target.patch
 BuildRequires: mono-devel, gtksourceview-devel, shared-mime-info, pkgconfig, nant
-ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha
+ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha ppc
 
 
 %description
@@ -33,7 +33,7 @@
 %setup -q -c
 %patch0 -p1 -b .original
 %patch1 -p1 -b .orig
-%patch2 -p1 -b .orig
+%patch2 -p1 -b .exclude-VS-as-target.patch
 sed -i -e 's!${libdir}!%{monodir}!' extras/booc.in
 sed -i -e 's!${libdir}!%{monodir}!' extras/booi.in
 sed -i -e 's!${libdir}!%{monodir}!' extras/booish.in
@@ -72,6 +72,11 @@
 %{monodir}/pkgconfig/boo.pc
 
 %changelog
+* Sat Feb 23 2008 David Nielsen <gnomeuser at gmail.com> - 0.8.1-2865-1
+- Bump to 0.8.1
+- Exclude Visual Studio Environment buildtarget
+- Reenable ppc
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.8.0.2730-9
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/boo/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	12 Nov 2007 14:00:19 -0000	1.3
+++ sources	23 Feb 2008 16:19:34 -0000	1.4
@@ -1 +1 @@
-de53eea5ffab5f9c1209c1f7588ad5eb  boo-0.8.0.2730-src.zip
+93b0a0657ca285ea3aca6ffa3b7ba35c  boo-0.8.1.2865-src.zip


--- boo-def.patch DELETED ---




More information about the fedora-extras-commits mailing list