rpms/stratagus/devel stratagus-includes.patch, NONE, 1.1 stratagus.spec, 1.24, 1.25

Caolan McNamara caolanm at fedoraproject.org
Tue Mar 3 14:53:58 UTC 2009


Author: caolanm

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

Modified Files:
	stratagus.spec 
Added Files:
	stratagus-includes.patch 
Log Message:
add stdio.h for stderr

stratagus-includes.patch:

--- NEW FILE stratagus-includes.patch ---
diff -ru stratagus-2.2.4.orig/src/stratagus/util.cpp stratagus-2.2.4/src/stratagus/util.cpp
--- stratagus-2.2.4.orig/src/stratagus/util.cpp	2009-03-03 14:38:10.000000000 +0000
+++ stratagus-2.2.4/src/stratagus/util.cpp	2009-03-03 14:38:39.000000000 +0000
@@ -30,6 +30,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <stdio.h>
 #include <ctype.h>
 #include <errno.h>
 


Index: stratagus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stratagus/devel/stratagus.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- stratagus.spec	26 Feb 2009 03:18:30 -0000	1.24
+++ stratagus.spec	3 Mar 2009 14:53:28 -0000	1.25
@@ -1,7 +1,7 @@
 Name:		stratagus
 Summary:	Real-time strategy gaming engine
 Version:	2.2.4
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	GPLv2
 Group:		Development/Libraries
 URL:		http://stratagus.sourceforge.net/
@@ -10,6 +10,7 @@
 Patch1:		stratagus-gcc43.patch
 # currently broken
 Patch2:		stratagus--guichan_external.diff
+Patch3:		stratagus-includes.patch
 BuildRequires:	mikmod-devel
 BuildRequires:	tolua++-devel
 BuildRequires:  lua-devel
@@ -37,6 +38,7 @@
 %patch0
 %patch1 -p1 -b .gcc43
 #%patch2 -p0 -b .guichan
+%patch3 -p1 -b .includes
 dos2unix doc/graphics/stratagus.gimp
 dos2unix doc/scripts/makeindex.py
 dos2unix doc/scripts/showindex.py
@@ -68,6 +70,9 @@
 %{_bindir}/%{name}
 
 %changelog
+* Tue Mar 03 2009 Caolán McNamara <caolanm at redhat.com> - 2.2.4-7
+- add stdio.h for stderr
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list