rpms/sigen/devel sigen-gcc44.patch,NONE,1.1 sigen.spec,1.5,1.6

Ben Boeckel mathstuf at fedoraproject.org
Wed Feb 4 17:09:19 UTC 2009


Author: mathstuf

Update of /cvs/pkgs/rpms/sigen/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17014

Modified Files:
	sigen.spec 
Added Files:
	sigen-gcc44.patch 
Log Message:
Added patch for GCC 4.4

sigen-gcc44.patch:

--- NEW FILE sigen-gcc44.patch ---
diff -r -U 5 sigmodr/Sigmodr.cpp sigmodr/Sigmodr.cpp
--- sigmodr/Sigmodr.cpp	2008-12-06 16:02:03.000000000 -0500
+++ sigmodr/Sigmodr.cpp	2009-02-04 12:04:48.000000000 -0500
@@ -21,10 +21,13 @@
 // KDE includes
 #include <KAboutData>
 #include <KApplication>
 #include <KCmdLineArgs>
 
+// Standard includes
+#include <cstdio>
+
 static void messageHandler(QtMsgType type, const char* message)
 {
     switch (type)
     {
         case QtDebugMsg:


Index: sigen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sigen/devel/sigen.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sigen.spec	6 Dec 2008 21:23:52 -0000	1.5
+++ sigen.spec	4 Feb 2009 17:08:49 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           sigen
 Version:        0.0.2
-Release:        0.25.20081206git529cd0e%{?dist}
+Release:        0.26.20081206git529cd0e%{?dist}
 Summary:        An RPG/Strategy engine inspired by the Pokémon™ games
 
 Group:          Amusements/Games
@@ -12,6 +12,8 @@
 # cd sigen
 # git archive --format=tar --prefix=sigen-0.0.2/ 529cd0e | bzip2 --best > ../sigen-0.0.2.tar.bz2
 Source0:        %{name}-%{version}.tar.bz2
+# Patch to fix GCC 4.4 build
+Patch99:        sigen-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q
+%patch99
 
 
 %build
@@ -121,6 +124,9 @@
 
 
 %changelog
+* Wed Feb 4 2009 Ben Boeckel <MathStuf at gmail.com> 0.0.2-0.26.20081206git529cd0e
+- Patch for GCC 4.4
+
 * Sat Dec 06 2008 Ben Boeckel <MathStuf at gmail.com> 0.0.2-0.25.20081206git529cd0e
 - CMake export files added
 




More information about the fedora-extras-commits mailing list