rpms/stormbaancoureur/devel stormbaancoureur-2.1.5-gcc44.patch, NONE, 1.1 stormbaancoureur.spec, 1.11, 1.12

Hans de Goede jwrdegoede at fedoraproject.org
Sat Feb 21 10:32:41 UTC 2009


Author: jwrdegoede

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

Modified Files:
	stormbaancoureur.spec 
Added Files:
	stormbaancoureur-2.1.5-gcc44.patch 
Log Message:
* Sat Feb 21 2009 Hans de Goede <hdegoede at redhat.com> 2.1.5-2
- Fix build with gcc 4.4


stormbaancoureur-2.1.5-gcc44.patch:

--- NEW FILE stormbaancoureur-2.1.5-gcc44.patch ---
diff -up stormbaancoureur-2.1.5/src-stormbaancoureur/controllerkey.cxx~ stormbaancoureur-2.1.5/src-stormbaancoureur/controllerkey.cxx
--- stormbaancoureur-2.1.5/src-stormbaancoureur/controllerkey.cxx~	2008-04-20 17:56:32.000000000 +0200
+++ stormbaancoureur-2.1.5/src-stormbaancoureur/controllerkey.cxx	2009-02-21 11:24:31.000000000 +0100
@@ -9,6 +9,7 @@
 #include <math.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <stdio.h>
 
 #include "controller.h"
 


Index: stormbaancoureur.spec
===================================================================
RCS file: /cvs/extras/rpms/stormbaancoureur/devel/stormbaancoureur.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- stormbaancoureur.spec	30 Sep 2008 07:45:19 -0000	1.11
+++ stormbaancoureur.spec	21 Feb 2009 10:32:11 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           stormbaancoureur
 Version:        2.1.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simulated obstacle course for automobiles
 Group:          Amusements/Games
 License:        GPLv2+
@@ -10,6 +10,7 @@
 Source2:        sturmbahnfahrer.png
 Patch0:         stormbaancoureur-1.5.3-no-static-ode.patch
 Patch1:         stormbaancoureur-2.0.2-snd-debug.patch
+Patch2:         stormbaancoureur-2.1.5-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  plib-devel ode-devel freeglut-devel desktop-file-utils
 BuildRequires:  alsa-lib-devel
@@ -27,6 +28,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 sed -i 's|/usr/share/games/%{name}|%{_datadir}/%{name}|' src-%{name}/main.cxx
 
 
@@ -91,6 +93,9 @@
 
 
 %changelog
+* Sat Feb 21 2009 Hans de Goede <hdegoede at redhat.com> 2.1.5-2
+- Fix build with gcc 4.4
+
 * Tue May 13 2008 Hans de Goede <hdegoede at redhat.com> 2.1.5-1
 - new upstream release 2.1.5
 - Rebuild for new ode




More information about the fedora-extras-commits mailing list