rpms/gimmage/devel gimmage-0.2.3-gcc43.patch, NONE, 1.1 gimmage.spec, 1.1, 1.2

Denis Leroy (denis) fedora-extras-commits at redhat.com
Sat Feb 16 14:13:22 UTC 2008


Author: denis

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

Modified Files:
	gimmage.spec 
Added Files:
	gimmage-0.2.3-gcc43.patch 
Log Message:
Added patch for gcc 4.3 rebuild

gimmage-0.2.3-gcc43.patch:

--- NEW FILE gimmage-0.2.3-gcc43.patch ---
--- gimmage-0.2.3/src/FileManager.cpp~	2007-06-26 15:51:15.000000000 +0200
+++ gimmage-0.2.3/src/FileManager.cpp	2008-02-16 13:58:34.000000000 +0100
@@ -21,6 +21,8 @@
 
 // we make extensive use of get_current_dir_name() from Glib
 
+#include <cstring>
+
 #include "FileManager.h"
 #include "defines.h"
 


Index: gimmage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gimmage/devel/gimmage.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gimmage.spec	5 Sep 2007 08:49:50 -0000	1.1
+++ gimmage.spec	16 Feb 2008 14:12:44 -0000	1.2
@@ -1,7 +1,7 @@
 
 Name:      gimmage
 Version:   0.2.3
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   A Simple GNOME Image Viewer
 Group:     Applications/Multimedia
 License:   GPLv2+
@@ -71,6 +71,9 @@
 
 
 %changelog
+* Sat Feb 16 2008 Denis Leroy <denis at poolshark.org> - 0.2.3-2
+- Added patch for gcc 4.3 rebuild
+
 * Tue Sep  4 2007 Denis Leroy <denis at poolshark.org> - 0.2.3-1
 - First version
 




More information about the fedora-extras-commits mailing list