diff --git a/stratagus-includes.patch b/stratagus-includes.patch new file mode 100644 index 0000000..63acbb4 --- /dev/null +++ b/stratagus-includes.patch @@ -0,0 +1,11 @@ +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 + #include ++#include + #include + #include + diff --git a/stratagus.spec b/stratagus.spec index 578681d..a2944ee 100644 --- a/stratagus.spec +++ b/stratagus.spec @@ -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 @@ Patch0: stratagus--use_external_tolua.diff 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 @@ of current games using the stratagus engine. %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 @@ install -D -p -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Tue Mar 03 2009 Caolán McNamara - 2.2.4-7 +- add stdio.h for stderr + * Wed Feb 25 2009 Fedora Release Engineering - 2.2.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild