[alienarena] 7.45

Tom Callaway spot at fedoraproject.org
Mon Aug 2 19:07:32 UTC 2010


commit 19aab9ea11a639ee33ae56c2f9ab4476e52ecc5c
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Mon Aug 2 15:07:53 2010 -0400

    7.45

 .gitignore      |    1 +
 alienarena.spec |   31 ++++++++++++++++++-------------
 sources         |    1 +
 3 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b0c07d..badcafb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 alienarena-7.40.tar.bz2
+alienarena-7.45.tar.bz2
diff --git a/alienarena.spec b/alienarena.spec
index b66c8f5..d1195b8 100644
--- a/alienarena.spec
+++ b/alienarena.spec
@@ -1,32 +1,33 @@
 Name:		alienarena
 Summary: 	Multiplayer retro sci-fi deathmatch game
-Version:	7.40
-Release:	2%{?dist}
+Version:	7.45
+Release:	1%{?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.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
+#   mkdir alienarena-7.45 && cd alienarena-7.45/
+#   svn co svn://svn.icculus.org/alienarena/tags/7.45/source
+#   svn co svn://svn.icculus.org/alienarena/tags/7.45/docs
 #   cd ../
-#   find alienarena-7.40 -depth -name .svn -type d -exec rm -rf {} \;
-#   tar -cvjf alienarena-7.40.tar.bz2 alienarena-7.40
+#   find alienarena-7.45 -depth -name .svn -type d -exec rm -rf {} \;
+#   tar -cvjf alienarena-7.45.tar.bz2 alienarena-7.45
 Source0:	alienarena-%{version}.tar.bz2
 Source1:	alienarena.desktop
 Source2:	GPL.acebot.txt
 Source3:	alienarena.png
-Patch0:		alienarena-7.20-currentdir-option.patch
+Patch0:		alienarena-7.45-currentdir-option.patch
 Patch1:		alienarena-7.10-dont-search-dll-in-data-path.patch
-Patch3:		alienarena-7.21-show-search-paths.patch
+Patch2:		alienarena-7.45-show-search-paths.patch
+Patch3:		alienarena-7.45-no-qglBlitFramebufferEXT.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 = 20100715
+Requires:	alienarena-data = 20100802
 Requires:	desktop-file-utils >= 0.9, opengl-games-utils
 Requires:	openal-soft%{?_isa}
 
@@ -39,7 +40,7 @@ of play, loads of mutators, built-in bots, multiple player characters and weapon
 %package server
 Group:      Amusements/Games
 Summary:    Dedicated server for alienarena, the FPS game
-Requires:   alienarena-data = 20100715
+Requires:   alienarena-data = 20100802
 
 
 %description server
@@ -54,9 +55,10 @@ This is the dedicated server.
 %setup -q
 
 # WITH_CURRENTDIR helps a little bit, but is not a proper fix
-%patch0 -p0
+%patch0 -p1 -b .current
 %patch1 -p1
-%patch3 -p1
+%patch2 -p1
+%patch3 -p1 -b .no-qglBlitFramebufferEXT
 
 # Copy license clarification for acebot
 cp -p %{SOURCE2} .
@@ -152,6 +154,9 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || :
 
 
 %changelog
+* Mon Aug  2 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.45-1
+- update to 7.45
+
 * Thu Jul 15 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 7.40-2
 - add hard dependency on openal-soft (bz 597684)
 
diff --git a/sources b/sources
index 04b987c..ad3b6cf 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 bbc79d5cc88901fb7097d91f16aedb78  alienarena-7.40.tar.bz2
+5487efea9af6f94ef0cb56d6e98ac244  alienarena-7.45.tar.bz2


More information about the scm-commits mailing list