rpms/vegastrike/devel vegastrike-0.5.0-glext.patch, NONE, 1.1 vegastrike.spec, 1.20, 1.21

Hans de Goede jwrdegoede at fedoraproject.org
Mon Aug 3 12:43:19 UTC 2009


Author: jwrdegoede

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

Modified Files:
	vegastrike.spec 
Added Files:
	vegastrike-0.5.0-glext.patch 
Log Message:
* Mon Aug  3 2009 Hans de Goede <hdegoede at redhat.com> 0.5.0-12
- Fix building with latest OpenGL headers


vegastrike-0.5.0-glext.patch:
 gl_globals.h |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE vegastrike-0.5.0-glext.patch ---
diff -up vegastrike-source-0.5.0/src/gldrv/gl_globals.h.foo vegastrike-source-0.5.0/src/gldrv/gl_globals.h
--- vegastrike-source-0.5.0/src/gldrv/gl_globals.h.foo	2008-04-26 11:59:59.000000000 +0200
+++ vegastrike-source-0.5.0/src/gldrv/gl_globals.h	2009-08-03 13:30:27.000000000 +0200
@@ -89,6 +89,7 @@ struct GFXStats{
     #include <GL/glut.h>
 #include "gl_undefined_extensions.h"
 #undef __glext_h_
+#undef GL_VERSION_1_3
 
     #include <GL/glext.h>
 #endif


Index: vegastrike.spec
===================================================================
RCS file: /cvs/extras/rpms/vegastrike/devel/vegastrike.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- vegastrike.spec	27 Jul 2009 06:49:13 -0000	1.20
+++ vegastrike.spec	3 Aug 2009 12:43:19 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           vegastrike
 Version:        0.5.0
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        3D OpenGL spaceflight simulator
 Group:          Amusements/Games
 License:        GPLv2+
@@ -19,6 +19,7 @@ Patch5:         vegastrike-0.4.3-openal.
 Patch6:         vegastrike-0.4.3-sys-python.patch
 Patch7:         vegastrike-0.5.0-boost-make_shared.patch
 Patch8:         vegastrike-0.5.0-gcc44.patch
+Patch9:         vegastrike-0.5.0-glext.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libGLU-devel freeglut-devel libXi-devel libXmu-devel gtk2-devel
 BuildRequires:  libjpeg-devel libpng-devel boost-devel expat-devel python-devel
@@ -45,6 +46,7 @@ Yet danger lurks in the space beyond.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 iconv -f ISO-8859-1 -t UTF-8 README > README.tmp
 touch -r README README.tmp
 mv README.tmp README
@@ -100,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug  3 2009 Hans de Goede <hdegoede at redhat.com> 0.5.0-12
+- Fix building with latest OpenGL headers
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list