rpms/bless/devel bless-0.5.2-mono-1.9-buildfix.patch, NONE, 1.1 bless.spec, 1.1, 1.2

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Sat Apr 5 09:40:35 UTC 2008


Author: drago01

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

Modified Files:
	bless.spec 
Added Files:
	bless-0.5.2-mono-1.9-buildfix.patch 
Log Message:
fix build with mono-1.9+

bless-0.5.2-mono-1.9-buildfix.patch:

--- NEW FILE bless-0.5.2-mono-1.9-buildfix.patch ---
diff -upNr bless-0.5.2.orign/src/gui/plugins/FindReplacePlugin.cs bless-0.5.2/src/gui/plugins/FindReplacePlugin.cs
--- bless-0.5.2.orign/src/gui/plugins/FindReplacePlugin.cs	2007-08-25 09:54:21.000000000 +0200
+++ bless-0.5.2/src/gui/plugins/FindReplacePlugin.cs	2008-04-05 11:35:21.000000000 +0200
@@ -38,10 +38,10 @@ public class FindReplacePlugin : GuiPlug
 	DataBook dataBook;
 	FindReplaceWidget widget;
 
-	Action FindAction;
-	Action FindNextAction;
-	Action FindPreviousAction;
-	Action ReplaceAction;
+	Gtk.Action FindAction;
+	Gtk.Action FindNextAction;
+	Gtk.Action FindPreviousAction;
+	Gtk.Action ReplaceAction;
 
 	IFinder finder;
 	Window mainWindow;


Index: bless.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bless/devel/bless.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bless.spec	4 Jan 2008 19:39:25 -0000	1.1
+++ bless.spec	5 Apr 2008 09:39:53 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name: bless
 Version: 0.5.2      
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: High quality, full featured hex editor    
 
 Group: Applications/Editors         
@@ -11,6 +11,7 @@
 URL: http://home.gna.org/bless/           
 Source0: http://download.gna.org/%{name}/%{name}-%{version}.tar.gz        
 Patch1: bless-0.5.2-buildfix.patch
+Patch2: bless-0.5.2-mono-1.9-buildfix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
@@ -42,6 +43,7 @@
 %setup -q
 rm -rf po
 %patch1 -p1 -b .buildfix
+%patch2 -p1 -b .monobuildfix
 
 %build
 %configure --without-scrollkeeper
@@ -80,6 +82,9 @@
 %{_datadir}/omf/bless/
 
 %changelog
+* Sat Apr 05 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.5.2-5
+- Fix build with mono-1.9+ RH #440761
+
 * Fri Jan 04 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.5.2-5
 - Add post and postun requires
 




More information about the fedora-extras-commits mailing list