rpms/8Kingdoms/devel 8Kingdoms-1.1.0-gcc43.patch, 1.1, 1.2 8Kingdoms.spec, 1.4, 1.5

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Feb 13 18:08:54 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/8Kingdoms/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24749

Modified Files:
	8Kingdoms-1.1.0-gcc43.patch 8Kingdoms.spec 
Log Message:
* Wed Feb 13 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1.0-6
- Fix compiling with gcc 4.3 (again, newer version is even stricter)


8Kingdoms-1.1.0-gcc43.patch:

Index: 8Kingdoms-1.1.0-gcc43.patch
===================================================================
RCS file: /cvs/extras/rpms/8Kingdoms/devel/8Kingdoms-1.1.0-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 8Kingdoms-1.1.0-gcc43.patch	3 Jan 2008 22:12:30 -0000	1.1
+++ 8Kingdoms-1.1.0-gcc43.patch	13 Feb 2008 18:08:43 -0000	1.2
@@ -29,3 +29,13 @@
  using namespace World;
  
  namespace ai_ns
+--- 8Kingdoms-1.1.0/gui/engine/Effects.cpp~	2008-02-13 18:58:10.000000000 +0100
++++ 8Kingdoms-1.1.0/gui/engine/Effects.cpp	2008-02-13 18:58:10.000000000 +0100
+@@ -22,6 +22,7 @@
+ #include <GL/gl.h>
+ #include <assert.h>
+ #include <stdlib.h>
++#include <limits.h>
+ 
+ using namespace std;
+ 


Index: 8Kingdoms.spec
===================================================================
RCS file: /cvs/extras/rpms/8Kingdoms/devel/8Kingdoms.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 8Kingdoms.spec	8 Jan 2008 19:40:32 -0000	1.4
+++ 8Kingdoms.spec	13 Feb 2008 18:08:43 -0000	1.5
@@ -5,7 +5,7 @@
 
 Name:           8Kingdoms
 Version:        1.1.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        8 Kingdoms is a 3D turn-based fantasy strategic game
 Group:          Amusements/Games
 License:        GPL+
@@ -110,6 +110,9 @@
 
 
 %changelog
+* Wed Feb 13 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1.0-6
+- Fix compiling with gcc 4.3 (again, newer version is even stricter)
+
 * Tue Jan  8 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 1.1.0-5
 - Don't call a TclInterpreter from other threads then its created in, this
   violates Tcl's thread model, this fixes running with Tcl-8.5




More information about the fedora-extras-commits mailing list