rpms/alienarena/F-11 alienarena-7.32-dga-compile-fix.patch, NONE, 1.1 alienarena.spec, 1.15, 1.16

Tom Callaway spot at fedoraproject.org
Fri Mar 5 18:40:36 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/alienarena/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31183

Modified Files:
	alienarena.spec 
Added Files:
	alienarena-7.32-dga-compile-fix.patch 
Log Message:
include patch4

alienarena-7.32-dga-compile-fix.patch:
 gl_glx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE alienarena-7.32-dga-compile-fix.patch ---
diff -up alienarena-7.32/source/unix/gl_glx.c~ alienarena-7.32/source/unix/gl_glx.c
--- alienarena-7.32/source/unix/gl_glx.c~	2009-11-03 03:00:31.000000000 +0100
+++ alienarena-7.32/source/unix/gl_glx.c	2009-11-07 13:41:22.000000000 +0100
@@ -53,7 +53,7 @@ Foundation, Inc., 59 Temple Place - Suit
 #include <X11/keysym.h>
 #include <X11/cursorfont.h>
 
-#include <X11/extensions/xf86dga.h>
+#include <X11/extensions/xf86dga1.h>
 #include <X11/extensions/xf86vmode.h>
 
 #include <GL/glx.h>


Index: alienarena.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alienarena/F-11/alienarena.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- alienarena.spec	5 Mar 2010 14:04:52 -0000	1.15
+++ alienarena.spec	5 Mar 2010 18:40:36 -0000	1.16
@@ -1,7 +1,7 @@
 Name:		alienarena
 Summary: 	Multiplayer retro sci-fi deathmatch game
 Version:	7.32
-Release:	2%{?dist}
+Release:	2%{?dist}.1
 License:	GPLv2+
 Group:		Amusements/Games
 # Subversion:  https://svn.icculus.org/alienarena/trunk/?sortby=date
@@ -153,6 +153,9 @@ gtk-update-icon-cache -qf %{_datadir}/ic
 
 
 %changelog
+* Fri Mar  5 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.32-2.1
+- include patch4
+
 * Sat Nov  7 2009 Hans de Goede <hdgoede at redhat.com> - 7.32-2
 - dlopen openal.so.x, not openal.so.x.y. this fixes a crash on startup when
   the openal minor version has changed



More information about the scm-commits mailing list