rpms/nexuiz/FC-5 .cvsignore, 1.6, 1.7 nexuiz.spec, 1.12, 1.13 sources, 1.6, 1.7 nexuiz-1.0-basedir.patch, 1.2, NONE

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Tue Dec 19 15:06:06 UTC 2006


Author: adrian

Update of /cvs/extras/rpms/nexuiz/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4450

Modified Files:
	.cvsignore nexuiz.spec sources 
Removed Files:
	nexuiz-1.0-basedir.patch 
Log Message:
* Mon Dec 18 2006 Adrian Reber <adrian at lisas.de> - 2.2.1-1
- updated to 2.2.1 (#220034)
- fix for CVE-2006-6609, CVE-2006-6610



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nexuiz/FC-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	8 Jul 2006 22:53:36 -0000	1.6
+++ .cvsignore	19 Dec 2006 15:05:36 -0000	1.7
@@ -1 +1 @@
-enginesource20060614.zip
+enginesource20061212.zip


Index: nexuiz.spec
===================================================================
RCS file: /cvs/extras/rpms/nexuiz/FC-5/nexuiz.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- nexuiz.spec	8 Jul 2006 22:53:36 -0000	1.12
+++ nexuiz.spec	19 Dec 2006 15:05:36 -0000	1.13
@@ -1,16 +1,15 @@
 Summary: Multiplayer, deathmatch oriented first person shooter
 Name: nexuiz
-Version: 2.0
-Release: 2%{?dist}
+Version: 2.2.1
+Release: 1%{?dist}
 License: GPL
 Group: Amusements/Games
 URL: http://www.nexuiz.com/
 # Source is custom, obtained with :
-# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz20.zip
-# unzip -j nexuiz20.zip Nexuiz/sources/enginesource20060614.zip
-Source: enginesource20060614.zip
-Patch0: nexuiz-1.0-basedir.patch
-Patch1: nexuiz-1.1-nostrip.patch
+# wget http://dl.sf.net/sourceforge/nexuiz/nexuiz-221.zip
+# unzip -j nexuiz-221.zip Nexuiz/sources/enginesource20061212.zip
+Source: enginesource20061212.zip
+Patch0: nexuiz-1.1-nostrip.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # For the .ico extraction
 BuildRequires: ImageMagick, file
@@ -47,14 +46,14 @@
 
 %prep
 %setup -q -n darkplaces
-%patch0 -p0 -b .basedir
-%patch1 -p0 -b .nostrip
+%patch0 -p0 -b .nostrip
 %{__sed} -i 's/\r//' darkplaces.txt
 %{__sed} -i 's,/usr/X11R6/,/usr/,g' makefile makefile.inc
 
 
 %build
-%{__make} cl-release sv-release sdl-release OPTIM_RELEASE="$RPM_OPT_FLAGS"
+export DP_FS_BASEDIR=%{_datadir}/nexuiz
+%{__make} cl-nexuiz sv-nexuiz sdl-nexuiz OPTIM_RELEASE="$RPM_OPT_FLAGS"
 convert darkplaces.ico nexuiz.png
 
 
@@ -63,11 +62,11 @@
 
 # Install the main programs
 %{__mkdir_p} %{buildroot}%{_bindir}
-%{__install} -m 0755 darkplaces-glx \
+%{__install} -m 0755 nexuiz-glx \
         %{buildroot}%{_bindir}/nexuiz-glx
-%{__install} -m 0755 darkplaces-sdl \
+%{__install} -m 0755 nexuiz-sdl \
         %{buildroot}%{_bindir}/nexuiz-sdl
-%{__install} -m 0755 darkplaces-dedicated \
+%{__install} -m 0755 nexuiz-dedicated \
         %{buildroot}%{_bindir}/nexuiz-dedicated
 
 # Create the desktop file
@@ -128,6 +127,20 @@
 
 
 %changelog
+* Mon Dec 18 2006 Adrian Reber <adrian at lisas.de> - 2.2.1-1
+- updated to 2.2.1 (#220034)
+- fix for CVE-2006-6609, CVE-2006-6610
+
+* Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 2.1-2
+ - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+
+* Sun Sep 24 2006 Adrian Reber <adrian at lisas.de> - 2.1-1
+- updated to 2.1
+- removed basedir patch; now using a environment variable
+
+* Mon Sep 18 2006 Adrian Reber <adrian at lisas.de> - 2.0-3
+- rebuilt
+
 * Mon Jun 26 2006 Adrian Reber <adrian at lisas.de> - 2.0-2
 - it looks like upstream changed the sources without increasing
   the version but now it works like it is supposed to


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nexuiz/FC-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	8 Jul 2006 22:53:36 -0000	1.6
+++ sources	19 Dec 2006 15:05:36 -0000	1.7
@@ -1 +1 @@
-072f6da1a7c880e045269f3e02657b88  enginesource20060614.zip
+6a0d897814ab9f8005d02b5e158b9b65  enginesource20061212.zip


--- nexuiz-1.0-basedir.patch DELETED ---




More information about the fedora-extras-commits mailing list