rpms/supertuxkart/devel supertuxkart-0.3-gcc43.patch, NONE, 1.1 supertuxkart.spec, 1.3, 1.4

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Jan 11 21:19:34 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/supertuxkart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18310

Modified Files:
	supertuxkart.spec 
Added Files:
	supertuxkart-0.3-gcc43.patch 
Log Message:
* Fri Jan 11 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3-3
- Fix compilation with gcc 4.3


supertuxkart-0.3-gcc43.patch:

--- NEW FILE supertuxkart-0.3-gcc43.patch ---
diff -up supertuxkart-0.3/src/lisp/lexer.cpp~ supertuxkart-0.3/src/lisp/lexer.cpp
--- supertuxkart-0.3/src/lisp/lexer.cpp~	2008-01-11 22:17:27.000000000 +0100
+++ supertuxkart-0.3/src/lisp/lexer.cpp	2008-01-11 22:17:27.000000000 +0100
@@ -19,6 +19,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <sstream>
 #include <stdexcept>
+#include <string.h>
 
 #include "lexer.hpp"
 #include "translation.hpp"


Index: supertuxkart.spec
===================================================================
RCS file: /cvs/extras/rpms/supertuxkart/devel/supertuxkart.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- supertuxkart.spec	24 Sep 2007 19:55:57 -0000	1.3
+++ supertuxkart.spec	11 Jan 2008 21:19:00 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           supertuxkart
 Version:        0.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Kids 3D go-kart racing game featuring Tux
 Group:          Amusements/Games
 License:        GPLv2+
@@ -12,6 +12,7 @@
 Patch0:         supertuxkart-fhs.patch
 Patch1:         supertuxkart-0.3-desktop.patch
 Patch2:         supertuxkart-0.3-default-fs.patch
+Patch3:         supertuxkart-0.3-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  plib-devel SDL-devel freealut-devel mikmod-devel
 BuildRequires:  libvorbis-devel desktop-file-utils
@@ -33,6 +34,7 @@
 %patch0 -p1 -z .fhs
 %patch1 -p1 -z .desktop
 %patch2 -p1 -z .fs
+%patch3 -p1 -z .gcc43
 tar xfz %{SOURCE1}
 cp %{SOURCE2} .
 chmod -x AUTHORS COPYING ChangeLog README TODO src/robots/default_robot.* \
@@ -98,6 +100,9 @@
 
 
 %changelog
+* Fri Jan 11 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3-3
+- Fix compilation with gcc 4.3
+
 * Mon Sep 24 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.3-2
 - Use opengl-games-utils wrapper to show error dialog when DRI is missing
 




More information about the fedora-extras-commits mailing list