rpms/escape/devel escape-gcc44.patch, NONE, 1.1 escape.spec, 1.15, 1.16

Adam Goode agoode at fedoraproject.org
Wed Feb 25 01:17:45 UTC 2009


Author: agoode

Update of /cvs/extras/rpms/escape/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22267

Modified Files:
	escape.spec 
Added Files:
	escape-gcc44.patch 
Log Message:
* Tue Feb 24 2009 Adam Goode <adam at spicenitz.org> - 200704130-12
- Fix for GCC 4.4


escape-gcc44.patch:

--- NEW FILE escape-gcc44.patch ---
Index: base64.cpp
===================================================================
RCS file: /cvsroot/tom7misc/escapex/base64.cpp,v
retrieving revision 1.6
diff -u -3 -p -r1.6 base64.cpp
--- base64.cpp	16 May 2005 02:40:33 -0000	1.6
+++ base64.cpp	24 Feb 2009 23:50:32 -0000
@@ -1,5 +1,6 @@
 
 #include "base64.h"
+#include <cstdio>
 
 /* This code copied from the common public domain utility and then
    modified to like, pass in arguments instead of using global


Index: escape.spec
===================================================================
RCS file: /cvs/extras/rpms/escape/devel/escape.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- escape.spec	24 Feb 2009 15:25:07 -0000	1.15
+++ escape.spec	25 Feb 2009 01:17:15 -0000	1.16
@@ -1,6 +1,6 @@
 Name:		escape
 Version:	200704130
-Release:	11%{?dist}
+Release:	12%{?dist}
 Summary:	Extensible block-pushing puzzle game
 
 Group:		Amusements/Games
@@ -12,6 +12,7 @@
 
 Patch0:		escape-200704130-update-remove.patch
 Patch1:		escape-gcc43.patch
+Patch2:		escape-gcc44.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -40,6 +41,9 @@
 # gcc 4.3 patch
 %patch1 -p0 -b .gcc43
 
+# gcc 4.4 patch
+%patch2 -p0 -b .gcc44
+
 # fix permissions for debuginfo packages
 find . \( -name '*.h' -o -name '*.cpp' \) -type f -print0 | xargs -0 chmod 0644
 
@@ -105,6 +109,9 @@
 
 
 %changelog
+* Tue Feb 24 2009 Adam Goode <adam at spicenitz.org> - 200704130-12
+- Fix for GCC 4.4
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 200704130-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list