rpms/bless/F-8 bless-0.6.0-buildfix.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 bless.spec, 1.1, 1.2 sources, 1.2, 1.3 bless-0.5.2-buildfix.patch, 1.1, NONE

Adel Gadllah drago01 at fedoraproject.org
Fri Aug 22 16:41:03 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/bless/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4377

Modified Files:
	.cvsignore bless.spec sources 
Added Files:
	bless-0.6.0-buildfix.patch 
Removed Files:
	bless-0.5.2-buildfix.patch 
Log Message:
update to 0.6.0

bless-0.6.0-buildfix.patch:

--- NEW FILE bless-0.6.0-buildfix.patch ---
diff -upNr bless-0.6.0.orign/src/gui/dialogs/AboutDialog.cs bless-0.6.0/src/gui/dialogs/AboutDialog.cs
--- bless-0.6.0.orign/src/gui/dialogs/AboutDialog.cs	2008-06-07 14:18:13.000000000 +0200
+++ bless-0.6.0/src/gui/dialogs/AboutDialog.cs	2008-08-22 17:51:05.000000000 +0200
@@ -34,7 +34,7 @@ public class AboutDialog: Gtk.AboutDialo
 		Artists = new string[] {"Michael Iatrou"};
 		Authors = new string[] {"Alexandros Frantzis"};
 		Copyright =  Catalog.GetString("Copyright 2004 - 2008 Alexandros Frantzis");
-		ProgramName = "Bless";
+		Name = "Bless";
 		Version = ConfigureDefines.VERSION;
 		Comments = Catalog.GetString("Bless is a Hex Editor for Gtk#");
 		Website = "http://home.gna.org/bless";


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bless/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Jan 2008 19:41:57 -0000	1.2
+++ .cvsignore	22 Aug 2008 16:34:33 -0000	1.3
@@ -1 +1 @@
-bless-0.5.2.tar.gz
+bless-0.6.0.tar.gz


Index: bless.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bless/F-8/bless.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bless.spec	4 Jan 2008 19:41:57 -0000	1.1
+++ bless.spec	22 Aug 2008 16:34:33 -0000	1.2
@@ -2,15 +2,15 @@
 %define debug_package %{nil}
 
 Name: bless
-Version: 0.5.2      
-Release: 5%{?dist}
+Version: 0.6.0
+Release: 1%{?dist}
 Summary: High quality, full featured hex editor    
 
 Group: Applications/Editors         
 License: GPLv2+        
 URL: http://home.gna.org/bless/           
-Source0: http://download.gna.org/%{name}/%{name}-%{version}.tar.gz        
-Patch1: bless-0.5.2-buildfix.patch
+Source0: http://download.gna.org/%{name}/%{name}-%{version}.tar.gz
+Patch1: bless-0.6.0-buildfix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
@@ -40,7 +40,6 @@
 
 %prep
 %setup -q
-rm -rf po
 %patch1 -p1 -b .buildfix
 
 %build
@@ -80,6 +79,12 @@
 %{_datadir}/omf/bless/
 
 %changelog
+* Fri Aug 22 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.6.0-1
+- Update to 0.6.0
+
+* 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bless/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Jan 2008 19:41:57 -0000	1.2
+++ sources	22 Aug 2008 16:34:33 -0000	1.3
@@ -1 +1 @@
-2f395e0b0c82382c49864947aea894ca  bless-0.5.2.tar.gz
+b4c20d113281dfedb67d9f3ff8b174e3  bless-0.6.0.tar.gz


--- bless-0.5.2-buildfix.patch DELETED ---




More information about the fedora-extras-commits mailing list