rpms/alienarena/F-12 alienarena.spec,1.19,1.20 sources,1.7,1.8

Tom Callaway spot at fedoraproject.org
Thu Jul 15 18:16:27 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/alienarena/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5717/F-12

Modified Files:
	alienarena.spec sources 
Log Message:
7.40


Index: alienarena.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alienarena/F-12/alienarena.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- alienarena.spec	6 Apr 2010 17:12:32 -0000	1.19
+++ alienarena.spec	15 Jul 2010 18:16:26 -0000	1.20
@@ -1,18 +1,18 @@
 Name:		alienarena
 Summary: 	Multiplayer retro sci-fi deathmatch game
-Version:	7.32
-Release:	3%{?dist}.2
+Version:	7.40
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Amusements/Games
 # Subversion:  https://svn.icculus.org/alienarena/trunk/?sortby=date
 # Upstream seems too inept to provide a simple source only tarball, so we use svn.
 # Trunk contains the huge data also, so for the exe just get the source dir.
-#   mkdir alienarena-7.32 && cd alienarena-7.32/
-#   svn co svn://svn.icculus.org/alienarena/tags/7.32/source
-#   svn co svn://svn.icculus.org/alienarena/tags/7.32/docs
+#   mkdir alienarena-7.40 && cd alienarena-7.40/
+#   svn co svn://svn.icculus.org/alienarena/tags/7.40/source
+#   svn co svn://svn.icculus.org/alienarena/tags/7.40/docs
 #   cd ../
-#   find alienarena-7.32 -depth -name .svn -type d -exec rm -rf {} \;
-#   tar -cvjf alienarena-7.32.tar.bz2 alienarena-7.32
+#   find alienarena-7.40 -depth -name .svn -type d -exec rm -rf {} \;
+#   tar -cvjf alienarena-7.40.tar.bz2 alienarena-7.40
 Source0:	alienarena-%{version}.tar.bz2
 Source1:	alienarena.desktop
 Source2:	GPL.acebot.txt
@@ -20,23 +20,18 @@ Source3:	alienarena.png
 Patch0:		alienarena-7.20-currentdir-option.patch
 Patch1:		alienarena-7.10-dont-search-dll-in-data-path.patch
 Patch3:		alienarena-7.21-show-search-paths.patch
-Patch4:		alienarena-7.32-dga-compile-fix.patch
-# Taken from upstream SVN
-# http://svn.icculus.org/alienarena/trunk/source/server/sv_user.c?view=patch&r1=673&r2=1685&pathrev=1685
-Patch5:		alienarena-security-sv_user-fix.patch
-# Identified as an issue in Richard Stanway's R1Q2 fork
-Patch6:		alienarena-7.33-R1-client-buffer-overflow.patch
 URL:		http://red.planetarena.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libX11-devel, libXext-devel, libXxf86dga-devel, libXxf86vm-devel, libjpeg-devel
 BuildRequires:	mesa-libGL-devel, mesa-libGLU-devel, curl-devel, libpng-devel
 BuildRequires:	libvorbis-devel, openal-soft-devel
 BuildRequires:	desktop-file-utils
-Requires:	alienarena-data = 20091102
+Requires:	alienarena-data = 20100715
 Requires:	desktop-file-utils >= 0.9, opengl-games-utils
+Requires:	openal-soft%{?_isa}
 
 %description
-Alien Arena 2009 is an online deathmatch game with over 30 levels, seven modes 
+Alien Arena 2010 is an online deathmatch game with over 30 levels, seven modes 
 of play, loads of mutators, built-in bots, multiple player characters and weapons
 (with alt-fire modes).
 
@@ -44,11 +39,11 @@ of play, loads of mutators, built-in bot
 %package server
 Group:      Amusements/Games
 Summary:    Dedicated server for alienarena, the FPS game
-Requires:   alienarena-data = 20091102
+Requires:   alienarena-data = 20100715
 
 
 %description server
-Alien Arena 2009 is an online deathmatch game with over 30 levels, seven modes
+Alien Arena 2010 is an online deathmatch game with over 30 levels, seven modes
 of play, loads of mutators, built-in bots, multiple player characters and weapons
 (with alt-fire modes).
 
@@ -62,12 +57,6 @@ This is the dedicated server.
 %patch0 -p0
 %patch1 -p1
 %patch3 -p1
-%patch4 -p1
-
-# fix DOS with invalid parameters sent to download command
-%patch5 -p1
-# Fix buffer overflow in client
-%patch6 -p1 -b .R1
 
 # Copy license clarification for acebot
 cp -p %{SOURCE2} .
@@ -163,10 +152,13 @@ gtk-update-icon-cache -qf %{_datadir}/ic
 
 
 %changelog
-* Tue Apr  6 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.32-3.2
-- missing a patch
+* Thu Jul 15 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.40-2
+- add hard dependency on openal-soft (bz 597684)
+
+* Thu Jul 15 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.40-1
+- update to 7.40
 
-* Tue Apr  6 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.32-3
+* Tue Apr  6 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.33-2
 - fix security issues identified in bz 577810
  - By supplying various invalid parameters to the download command,
    it is possible to cause a DoS condition by causing the server to
@@ -174,8 +166,8 @@ gtk-update-icon-cache -qf %{_datadir}/ic
    a negative offset will cause a crash on all platforms.
  - Fix buffer overflow identified in R1Q2 client code
 
-* Fri Mar  5 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.32-2.1
-- include patch4
+* Fri Jan 15 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.33-1
+- update to 7.33
 
 * 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/alienarena/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	3 Nov 2009 03:15:15 -0000	1.7
+++ sources	15 Jul 2010 18:16:26 -0000	1.8
@@ -1 +1 @@
-e3fa65cdd975cef2dbd6393517abad4b  alienarena-7.32.tar.bz2
+bbc79d5cc88901fb7097d91f16aedb78  alienarena-7.40.tar.bz2



More information about the scm-commits mailing list