rpms/boo/F-11 boo-mono.patch,NONE,1.1 boo.spec,1.18,1.19

Miloš Jakubíček mjakubicek at fedoraproject.org
Mon Apr 20 14:44:43 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/boo/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12173/F-11

Modified Files:
	boo.spec 
Added Files:
	boo-mono.patch 
Log Message:
- Fix FTBFS: added boo-mono.patch



boo-mono.patch:

--- NEW FILE boo-mono.patch ---
--- src/Boo.Lang.Compiler/Ast/NodeCollection.cs.orig	2009-04-20 16:34:35.000000000 +0200
+++ src/Boo.Lang.Compiler/Ast/NodeCollection.cs	2009-04-20 16:04:08.000000000 +0200
@@ -274,7 +274,7 @@
 			AssertNotNull("existing", existing);
 			for (int i = 0; i < _list.Count; ++i)
 			{
-				if (_list[i] == existing)
+				if ((T) _list[i] == existing)
 				{
 					if (null == newItem)
 					{


Index: boo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boo/F-11/boo.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- boo.spec	24 Feb 2009 05:30:26 -0000	1.18
+++ boo.spec	20 Apr 2009 14:44:12 -0000	1.19
@@ -3,7 +3,7 @@
 Summary: Boo is an OO statically typed language for CLI
 Name: boo
 Version: 0.8.1.2865
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MIT
 Group: Development/Languages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -12,6 +12,8 @@
 Patch0: boo-libdir.patch
 Patch1: boo-extras.patch
 Patch2: boo-exclude-VS-as-target.patch
+Patch3:	boo-mono.patch
+# Not sent upstream as far, package needs updating.
 BuildRequires: mono-devel, gtksourceview-devel, shared-mime-info, pkgconfig, nant
 ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha
 
@@ -34,6 +36,7 @@
 %patch0 -p1 -b .original
 %patch1 -p1 -b .orig
 %patch2 -p1 -b .exclude-VS-as-target.patch
+%patch3 -b .mono
 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
@@ -74,6 +77,9 @@
 %{monodir}/pkgconfig/boo.pc
 
 %changelog
+* Mon Apr 20 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 0.8.1.2865-6
+- Fix FTBFS: added boo-mono.patch
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1.2865-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list