rpms/quake3/F-9 quake3-1.34-rc4-demo-pak.patch, 1.1, 1.2 quake3-1.34-syslibs.patch, 1.1, 1.2 quake3-update.autodlrc, 1.1, 1.2 quake3.autodlrc, 1.1, 1.2 quake3.spec, 1.7, 1.8 urbanterror.autodlrc, 1.2, 1.3 worldofpadman.autodlrc, 1.1, 1.2

Hans de Goede jwrdegoede at fedoraproject.org
Tue Jan 27 09:31:00 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/quake3/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26333

Modified Files:
	quake3-1.34-rc4-demo-pak.patch quake3-1.34-syslibs.patch 
	quake3-update.autodlrc quake3.autodlrc quake3.spec 
	urbanterror.autodlrc worldofpadman.autodlrc 
Log Message:
* Tue Jan 27 2009 Hans de Goede <hdegoede at redhat.com> 1.34-0.10.rc4
- Update (fix) autodlrc mirror URL's (rh 481592)


quake3-1.34-rc4-demo-pak.patch:

Index: quake3-1.34-rc4-demo-pak.patch
===================================================================
RCS file: /cvs/extras/rpms/quake3/F-9/quake3-1.34-rc4-demo-pak.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quake3-1.34-rc4-demo-pak.patch	17 Jan 2008 10:04:47 -0000	1.1
+++ quake3-1.34-rc4-demo-pak.patch	27 Jan 2009 09:31:00 -0000	1.2
@@ -1,8 +1,7 @@
-diff -up quake3-1.34-rc4/code/qcommon/files.c~ quake3-1.34-rc4/code/qcommon/files.c
---- quake3-1.34-rc4/code/qcommon/files.c~	2008-01-17 10:46:50.000000000 +0100
-+++ quake3-1.34-rc4/code/qcommon/files.c	2008-01-17 10:46:50.000000000 +0100
-@@ -2916,19 +2916,17 @@ static void FS_CheckPak0( void )
- 
+diff -up quake3-1.34-rc4/code/qcommon/files.c.foobar quake3-1.34-rc4/code/qcommon/files.c
+--- quake3-1.34-rc4/code/qcommon/files.c.foobar	2009-01-27 09:56:46.000000000 +0100
++++ quake3-1.34-rc4/code/qcommon/files.c	2009-01-27 09:57:29.000000000 +0100
+@@ -2917,18 +2917,16 @@ static void FS_CheckPak0( void )
  		if(!path->pack)
  			continue;
  

quake3-1.34-syslibs.patch:

Index: quake3-1.34-syslibs.patch
===================================================================
RCS file: /cvs/extras/rpms/quake3/F-9/quake3-1.34-syslibs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quake3-1.34-syslibs.patch	29 Sep 2007 08:04:58 -0000	1.1
+++ quake3-1.34-syslibs.patch	27 Jan 2009 09:31:00 -0000	1.2
@@ -1,6 +1,181 @@
+diff -up quake3-1.34-rc4/Makefile.syslibs quake3-1.34-rc4/Makefile
+--- quake3-1.34-rc4/Makefile.syslibs	2007-09-26 16:29:52.000000000 +0200
++++ quake3-1.34-rc4/Makefile	2009-01-27 09:55:12.000000000 +0100
+@@ -96,6 +96,10 @@ ifndef USE_OPENAL
+ USE_OPENAL=1
+ endif
+ 
++ifndef USE_SYSTEM_JPEG
++USE_SYSTEM_JPEG=1
++endif
++
+ ifndef USE_OPENAL_DLOPEN
+ USE_OPENAL_DLOPEN=0
+ endif
+@@ -180,7 +184,7 @@ ifeq ($(PLATFORM),linux)
+   endif
+   endif
+ 
+-  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -pipe
++  BASE_CFLAGS = 
+ 
+   ifeq ($(USE_OPENAL),1)
+     BASE_CFLAGS += -DUSE_OPENAL=1
+@@ -200,6 +204,10 @@ ifeq ($(PLATFORM),linux)
+     BASE_CFLAGS += -DUSE_CODEC_VORBIS=1
+   endif
+ 
++  ifeq ($(USE_SYSTEM_JPEG),1)
++    BASE_CFLAGS += -DUSE_SYSTEM_JPEG=1
++  endif
++
+   ifeq ($(USE_SDL),1)
+     BASE_CFLAGS += -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1 $(shell sdl-config --cflags)
+   else
+@@ -265,6 +273,10 @@ ifeq ($(PLATFORM),linux)
+     CLIENT_LDFLAGS += -lvorbisfile -lvorbis -logg
+   endif
+ 
++  ifeq ($(USE_SYSTEM_JPEG),1)
++    CLIENT_LDFLAGS += -ljpeg
++  endif
++
+   ifeq ($(ARCH),i386)
+     # linux32 make ...
+     BASE_CFLAGS += -m32
+@@ -970,40 +982,7 @@ Q3OBJ = \
+   $(B)/client/l_script.o \
+   $(B)/client/l_struct.o \
+   \
+-  $(B)/client/jcapimin.o \
+-  $(B)/client/jchuff.o   \
+-  $(B)/client/jcinit.o \
+-  $(B)/client/jccoefct.o  \
+-  $(B)/client/jccolor.o \
+-  $(B)/client/jfdctflt.o \
+-  $(B)/client/jcdctmgr.o \
+-  $(B)/client/jcphuff.o \
+-  $(B)/client/jcmainct.o \
+-  $(B)/client/jcmarker.o \
+-  $(B)/client/jcmaster.o \
+-  $(B)/client/jcomapi.o \
+-  $(B)/client/jcparam.o \
+-  $(B)/client/jcprepct.o \
+-  $(B)/client/jcsample.o \
+-  $(B)/client/jdapimin.o \
+-  $(B)/client/jdapistd.o \
+-  $(B)/client/jdatasrc.o \
+-  $(B)/client/jdcoefct.o \
+-  $(B)/client/jdcolor.o \
+-  $(B)/client/jddctmgr.o \
+-  $(B)/client/jdhuff.o \
+-  $(B)/client/jdinput.o \
+-  $(B)/client/jdmainct.o \
+-  $(B)/client/jdmarker.o \
+-  $(B)/client/jdmaster.o \
+-  $(B)/client/jdpostct.o \
+-  $(B)/client/jdsample.o \
+-  $(B)/client/jdtrans.o \
+-  $(B)/client/jerror.o \
+-  $(B)/client/jidctflt.o \
+-  $(B)/client/jmemmgr.o \
+   $(B)/client/jmemnobs.o \
+-  $(B)/client/jutils.o \
+   \
+   $(B)/client/tr_animation.o \
+   $(B)/client/tr_backend.o \
+@@ -1027,7 +1006,46 @@ Q3OBJ = \
+   $(B)/client/tr_shadows.o \
+   $(B)/client/tr_sky.o \
+   $(B)/client/tr_surface.o \
+-  $(B)/client/tr_world.o \
++  $(B)/client/tr_world.o
++
++ifneq ($(USE_SYSTEM_JPEG),1)
++  Q3OBJ += \
++    $(B)/client/jcapimin.o \
++    $(B)/client/jchuff.o   \
++    $(B)/client/jcinit.o \
++    $(B)/client/jccoefct.o  \
++    $(B)/client/jccolor.o \
++    $(B)/client/jfdctflt.o \
++    $(B)/client/jcdctmgr.o \
++    $(B)/client/jcphuff.o \
++    $(B)/client/jcmainct.o \
++    $(B)/client/jcmarker.o \
++    $(B)/client/jcmaster.o \
++    $(B)/client/jcomapi.o \
++    $(B)/client/jcparam.o \
++    $(B)/client/jcprepct.o \
++    $(B)/client/jcsample.o \
++    $(B)/client/jdapimin.o \
++    $(B)/client/jdapistd.o \
++    $(B)/client/jdatasrc.o \
++    $(B)/client/jdcoefct.o \
++    $(B)/client/jdcolor.o \
++    $(B)/client/jddctmgr.o \
++    $(B)/client/jdhuff.o \
++    $(B)/client/jdinput.o \
++    $(B)/client/jdmainct.o \
++    $(B)/client/jdmarker.o \
++    $(B)/client/jdmaster.o \
++    $(B)/client/jdpostct.o \
++    $(B)/client/jdsample.o \
++    $(B)/client/jdtrans.o \
++    $(B)/client/jerror.o \
++    $(B)/client/jidctflt.o \
++    $(B)/client/jmemmgr.o \
++    $(B)/client/jutils.o
++else
++Q3OBJ += $(B)/client/jpeg_memsrc.o
++endif
+ 
+ ifeq ($(ARCH),i386)
+   Q3OBJ += \
+diff -up quake3-1.34-rc4/code/jpeg-6/jmemnobs.c.syslibs quake3-1.34-rc4/code/jpeg-6/jmemnobs.c
+--- quake3-1.34-rc4/code/jpeg-6/jmemnobs.c.syslibs	2007-09-26 16:29:40.000000000 +0200
++++ quake3-1.34-rc4/code/jpeg-6/jmemnobs.c	2009-01-27 09:55:12.000000000 +0100
+@@ -17,10 +17,23 @@
+ 
+ #include "../renderer/tr_local.h"
+ 
++#ifdef USE_SYSTEM_JPEG
++#include <stdio.h>
++#include <stdlib.h>
++#include <jpeglib.h>
++
++#undef GLOBAL
++#define GLOBAL
++#define FAR
++
++typedef void * backing_store_ptr;
++
++#else
+ #define JPEG_INTERNALS
+ #include "jinclude.h"
+ #include "jpeglib.h"
+ #include "jmemsys.h"		/* import the system-dependent declarations */
++#endif
+ 
+ /*
+  * Memory allocation and ri.Freeing are controlled by the regular library
+@@ -83,7 +96,13 @@ GLOBAL void
+ jpeg_open_backing_store (j_common_ptr cinfo, backing_store_ptr info,
+ 			 long total_bytes_needed)
+ {
++#ifdef USE_SYSTEM_JPEG
++  fprintf(stderr,
++    "jmemnobs.c: jpeg_open_backing_store() call, this should never happen!\n");
++  exit(1);
++#else
+   ERREXIT(cinfo, JERR_NO_BACKING_STORE);
++#endif
+ }
+ 
+ 
 diff -up /dev/null quake3-1.34-rc4/code/renderer/jpeg_memsrc.c
---- /dev/null	2007-09-24 08:32:51.587004947 +0200
-+++ quake3-1.34-rc4/code/renderer/jpeg_memsrc.c	2007-09-26 14:11:49.000000000 +0200
+--- /dev/null	2009-01-27 08:51:13.290004978 +0100
++++ quake3-1.34-rc4/code/renderer/jpeg_memsrc.c	2009-01-27 09:55:12.000000000 +0100
 @@ -0,0 +1,163 @@
 +/*
 +* memsrc.c
@@ -165,9 +340,18 @@
 +src->pub.next_input_byte = buffer;
 +src->pub.bytes_in_buffer = bufsize;
 +}
+diff -up /dev/null quake3-1.34-rc4/code/renderer/jpeg_memsrc.h
+--- /dev/null	2009-01-27 08:51:13.290004978 +0100
++++ quake3-1.34-rc4/code/renderer/jpeg_memsrc.h	2009-01-27 09:55:12.000000000 +0100
+@@ -0,0 +1,5 @@
++#include <stdio.h>
++#include <jpeglib.h>
++
++void jpeg_memory_src (j_decompress_ptr cinfo, const JOCTET * buffer,
++  size_t bufsize);
 diff -up quake3-1.34-rc4/code/renderer/tr_image.c.syslibs quake3-1.34-rc4/code/renderer/tr_image.c
---- quake3-1.34-rc4/code/renderer/tr_image.c.syslibs	2007-09-25 19:37:48.000000000 +0200
-+++ quake3-1.34-rc4/code/renderer/tr_image.c	2007-09-26 14:11:49.000000000 +0200
+--- quake3-1.34-rc4/code/renderer/tr_image.c.syslibs	2007-09-26 16:29:48.000000000 +0200
++++ quake3-1.34-rc4/code/renderer/tr_image.c	2009-01-27 09:55:12.000000000 +0100
 @@ -30,9 +30,13 @@ Foundation, Inc., 51 Franklin St, Fifth 
   * You may also wish to include "jerror.h".
   */
@@ -266,187 +450,3 @@
  /*
   * Terminate destination --- called by jpeg_finish_compress
   * after all data has been written.  Usually needs to flush buffer.
-diff -up /dev/null quake3-1.34-rc4/code/renderer/jpeg_memsrc.h
---- /dev/null	2007-09-24 08:32:51.587004947 +0200
-+++ quake3-1.34-rc4/code/renderer/jpeg_memsrc.h	2007-09-26 14:11:49.000000000 +0200
-@@ -0,0 +1,5 @@
-+#include <stdio.h>
-+#include <jpeglib.h>
-+
-+void jpeg_memory_src (j_decompress_ptr cinfo, const JOCTET * buffer,
-+  size_t bufsize);
-diff -up quake3-1.34-rc4/code/jpeg-6/jmemnobs.c.syslibs quake3-1.34-rc4/code/jpeg-6/jmemnobs.c
---- quake3-1.34-rc4/code/jpeg-6/jmemnobs.c.syslibs	2007-09-26 16:17:27.000000000 +0200
-+++ quake3-1.34-rc4/code/jpeg-6/jmemnobs.c	2007-09-26 16:26:01.000000000 +0200
-@@ -15,10 +15,23 @@
-  * Note that the max_memory_to_use option is ignored by this implementation.
-  */
- 
-+#ifdef USE_SYSTEM_JPEG
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <jpeglib.h>
-+
-+#undef GLOBAL
-+#define GLOBAL
-+#define FAR
-+
-+typedef void * backing_store_ptr;
-+
-+#else
- #define JPEG_INTERNALS
- #include "jinclude.h"
- #include "jpeglib.h"
- #include "jmemsys.h"		/* import the system-dependent declarations */
-+#endif
- 
- #include "../renderer/tr_local.h"
- 
-@@ -83,7 +96,13 @@ GLOBAL void
- jpeg_open_backing_store (j_common_ptr cinfo, backing_store_ptr info,
- 			 long total_bytes_needed)
- {
-+#ifdef USE_SYSTEM_JPEG
-+  fprintf(stderr,
-+    "jmemnobs.c: jpeg_open_backing_store() call, this should never happen!\n");
-+  exit(1);
-+#else
-   ERREXIT(cinfo, JERR_NO_BACKING_STORE);
-+#endif
- }
- 
- 
-diff -up quake3-1.34-rc4/Makefile.syslibs quake3-1.34-rc4/Makefile
---- quake3-1.34-rc4/Makefile.syslibs	2007-09-25 19:37:57.000000000 +0200
-+++ quake3-1.34-rc4/Makefile	2007-09-26 16:15:46.000000000 +0200
-@@ -96,6 +96,10 @@ ifndef USE_OPENAL
- USE_OPENAL=1
- endif
- 
-+ifndef USE_SYSTEM_JPEG
-+USE_SYSTEM_JPEG=1
-+endif
-+
- ifndef USE_OPENAL_DLOPEN
- USE_OPENAL_DLOPEN=0
- endif
-@@ -180,7 +184,7 @@ ifeq ($(PLATFORM),linux)
-   endif
-   endif
- 
--  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -pipe
-+  BASE_CFLAGS = 
- 
-   ifeq ($(USE_OPENAL),1)
-     BASE_CFLAGS += -DUSE_OPENAL=1
-@@ -200,6 +204,10 @@ ifeq ($(PLATFORM),linux)
-     BASE_CFLAGS += -DUSE_CODEC_VORBIS=1
-   endif
- 
-+  ifeq ($(USE_SYSTEM_JPEG),1)
-+    BASE_CFLAGS += -DUSE_SYSTEM_JPEG=1
-+  endif
-+
-   ifeq ($(USE_SDL),1)
-     BASE_CFLAGS += -DUSE_SDL_VIDEO=1 -DUSE_SDL_SOUND=1 $(shell sdl-config --cflags)
-   else
-@@ -265,6 +273,10 @@ ifeq ($(PLATFORM),linux)
-     CLIENT_LDFLAGS += -lvorbisfile -lvorbis -logg
-   endif
- 
-+  ifeq ($(USE_SYSTEM_JPEG),1)
-+    CLIENT_LDFLAGS += -ljpeg
-+  endif
-+
-   ifeq ($(ARCH),i386)
-     # linux32 make ...
-     BASE_CFLAGS += -m32
-@@ -970,40 +982,7 @@ Q3OBJ = \
-   $(B)/client/l_script.o \
-   $(B)/client/l_struct.o \
-   \
--  $(B)/client/jcapimin.o \
--  $(B)/client/jchuff.o   \
--  $(B)/client/jcinit.o \
--  $(B)/client/jccoefct.o  \
--  $(B)/client/jccolor.o \
--  $(B)/client/jfdctflt.o \
--  $(B)/client/jcdctmgr.o \
--  $(B)/client/jcphuff.o \
--  $(B)/client/jcmainct.o \
--  $(B)/client/jcmarker.o \
--  $(B)/client/jcmaster.o \
--  $(B)/client/jcomapi.o \
--  $(B)/client/jcparam.o \
--  $(B)/client/jcprepct.o \
--  $(B)/client/jcsample.o \
--  $(B)/client/jdapimin.o \
--  $(B)/client/jdapistd.o \
--  $(B)/client/jdatasrc.o \
--  $(B)/client/jdcoefct.o \
--  $(B)/client/jdcolor.o \
--  $(B)/client/jddctmgr.o \
--  $(B)/client/jdhuff.o \
--  $(B)/client/jdinput.o \
--  $(B)/client/jdmainct.o \
--  $(B)/client/jdmarker.o \
--  $(B)/client/jdmaster.o \
--  $(B)/client/jdpostct.o \
--  $(B)/client/jdsample.o \
--  $(B)/client/jdtrans.o \
--  $(B)/client/jerror.o \
--  $(B)/client/jidctflt.o \
--  $(B)/client/jmemmgr.o \
-   $(B)/client/jmemnobs.o \
--  $(B)/client/jutils.o \
-   \
-   $(B)/client/tr_animation.o \
-   $(B)/client/tr_backend.o \
-@@ -1027,7 +1006,46 @@ Q3OBJ = \
-   $(B)/client/tr_shadows.o \
-   $(B)/client/tr_sky.o \
-   $(B)/client/tr_surface.o \
--  $(B)/client/tr_world.o \
-+  $(B)/client/tr_world.o
-+
-+ifneq ($(USE_SYSTEM_JPEG),1)
-+  Q3OBJ += \
-+    $(B)/client/jcapimin.o \
-+    $(B)/client/jchuff.o   \
-+    $(B)/client/jcinit.o \
-+    $(B)/client/jccoefct.o  \
-+    $(B)/client/jccolor.o \
-+    $(B)/client/jfdctflt.o \
-+    $(B)/client/jcdctmgr.o \
-+    $(B)/client/jcphuff.o \
-+    $(B)/client/jcmainct.o \
-+    $(B)/client/jcmarker.o \
-+    $(B)/client/jcmaster.o \
-+    $(B)/client/jcomapi.o \
-+    $(B)/client/jcparam.o \
-+    $(B)/client/jcprepct.o \
-+    $(B)/client/jcsample.o \
-+    $(B)/client/jdapimin.o \
-+    $(B)/client/jdapistd.o \
-+    $(B)/client/jdatasrc.o \
-+    $(B)/client/jdcoefct.o \
-+    $(B)/client/jdcolor.o \
-+    $(B)/client/jddctmgr.o \
-+    $(B)/client/jdhuff.o \
-+    $(B)/client/jdinput.o \
-+    $(B)/client/jdmainct.o \
-+    $(B)/client/jdmarker.o \
-+    $(B)/client/jdmaster.o \
-+    $(B)/client/jdpostct.o \
-+    $(B)/client/jdsample.o \
-+    $(B)/client/jdtrans.o \
-+    $(B)/client/jerror.o \
-+    $(B)/client/jidctflt.o \
-+    $(B)/client/jmemmgr.o \
-+    $(B)/client/jutils.o
-+else
-+Q3OBJ += $(B)/client/jpeg_memsrc.o
-+endif
- 
- ifeq ($(ARCH),i386)
-   Q3OBJ += \


Index: quake3-update.autodlrc
===================================================================
RCS file: /cvs/extras/rpms/quake3/F-9/quake3-update.autodlrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quake3-update.autodlrc	13 Dec 2007 12:24:27 -0000	1.1
+++ quake3-update.autodlrc	27 Jan 2009 09:31:00 -0000	1.2
@@ -110,11 +110,7 @@
 	[PATH]$HOME/.q3a[/PATH]
 	[MIRRORS]
 		[URL]ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run[/URL]
-		[URL]ftp://ftp.cs.rpi.edu/mirrors/FreeBSD/ports/distfiles/linuxq3apoint-1.32b-3.x86.run[/URL]
-		[URL]ftp://ftp.informatik.rwth-aachen.de/pub/mirror/FreeBSD/ports/distfiles/linuxq3apoint-1.32b-3.x86.run[/URL]
-		[URL]ftp://ftp.sunsite.org.uk/sites/ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run[/URL]
 		[URL]ftp://ftp.univie.ac.at/systems/FreeBSD/ports/distfiles/linuxq3apoint-1.32b-3.x86.run[/URL]
-		[URL]ftp://sunsite.cnlab-switch.ch/mirror/FreeBSD/ports/distfiles/linuxq3apoint-1.32b-3.x86.run[/URL]
 		[URL]ftp://ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run[/URL]
 	[/MIRRORS]
 [/FILE]


Index: quake3.autodlrc
===================================================================
RCS file: /cvs/extras/rpms/quake3/F-9/quake3.autodlrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quake3.autodlrc	29 Sep 2007 08:04:58 -0000	1.1
+++ quake3.autodlrc	27 Jan 2009 09:31:00 -0000	1.2
@@ -74,11 +74,7 @@
 	[PATH]$HOME/.q3a[/PATH]
 	[MIRRORS]
 		[URL]ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff/quake3/linux/linuxq3ademo-1.11-6.x86.gz.sh[/URL]
-		[URL]ftp://ftp.cs.rpi.edu/mirrors/FreeBSD/ports/distfiles/linuxq3ademo-1.11-6.x86.gz.sh[/URL]
-		[URL]ftp://ftp.informatik.rwth-aachen.de/pub/mirror/FreeBSD/ports/distfiles/linuxq3ademo-1.11-6.x86.gz.sh[/URL]
-		[URL]ftp://ftp.sunsite.org.uk/sites/ftp.idsoftware.com/idstuff/quake3/linux/linuxq3ademo-1.11-6.x86.gz.sh[/URL]
 		[URL]ftp://ftp.univie.ac.at/systems/FreeBSD/ports/distfiles/linuxq3ademo-1.11-6.x86.gz.sh[/URL]
-		[URL]ftp://sunsite.cnlab-switch.ch/mirror/FreeBSD/ports/distfiles/linuxq3ademo-1.11-6.x86.gz.sh[/URL]
 		[URL]ftp://ftp.idsoftware.com/idstuff/quake3/linux/linuxq3ademo-1.11-6.x86.gz.sh[/URL]
 	[/MIRRORS]
 [/FILE]


Index: quake3.spec
===================================================================
RCS file: /cvs/extras/rpms/quake3/F-9/quake3.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- quake3.spec	19 Feb 2008 09:33:28 -0000	1.7
+++ quake3.spec	27 Jan 2009 09:31:00 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name:           quake3
 Version:        1.34
-Release:        0.9.%{prever}%{?dist}
+Release:        0.10.%{prever}%{?dist}
 Summary:        Quake 3 Arena engine (ioquake3 version)
 Group:          Amusements/Games
 License:        GPLv2+
@@ -271,6 +271,9 @@
 
 
 %changelog
+* Tue Jan 27 2009 Hans de Goede <hdegoede at redhat.com> 1.34-0.10.rc4
+- Update (fix) autodlrc mirror URL's (rh 481592)
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.34-0.9.rc4
 - Autorebuild for GCC 4.3
 


Index: urbanterror.autodlrc
===================================================================
RCS file: /cvs/extras/rpms/quake3/F-9/urbanterror.autodlrc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- urbanterror.autodlrc	23 Dec 2007 18:53:49 -0000	1.2
+++ urbanterror.autodlrc	27 Jan 2009 09:31:00 -0000	1.3
@@ -20,12 +20,10 @@
 	[MD5]1370306ea236f65f595e7ca70765e469[/MD5]
 	[PATH]$HOME/.q3a[/PATH]
 	[MIRRORS]
+		[URL]ftp://ftp.snt.utwente.nl/pub/games/urbanterror/UrbanTerror_41_FULL.zip[/URL]
+		[URL]http://dls.urt.voxel.net/q3ut4/UrbanTerror_41_FULL.zip[/URL]
 		[URL]http://vlaai.snt.utwente.nl/pub/games/urbanterror/UrbanTerror_41_FULL.zip[/URL]
-		[URL]http://www.complex-microcosm.com/4711_UrbanTerror_41_FULL.zip[/URL]
-		[URL]http://mirror.kickassctf.com/UrbanTerror_41_FULL.zip[/URL]
-		[URL]http://mrsentry.net/release/UrbanTerror_41_FULL.zip[/URL]
-		[URL]http://www.iourt.com/urt41/UrbanTerror_41_FULL.zip[/URL]
-		[URL]http://mirror.ncsa.uiuc.edu/ut4/urbanterror/UrbanTerror_41_FULL.zip[/URL]
+		[URL]http://files.uaaportal.com/gamefiles/current-version/UrbanTerror_41_FULL.zip[/URL]
 	[/MIRRORS]
 [/FILE]
 [/FILELIST]


Index: worldofpadman.autodlrc
===================================================================
RCS file: /cvs/extras/rpms/quake3/F-9/worldofpadman.autodlrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- worldofpadman.autodlrc	23 Dec 2007 14:40:07 -0000	1.1
+++ worldofpadman.autodlrc	27 Jan 2009 09:31:00 -0000	1.2
@@ -29,8 +29,6 @@
 		[URL]ftp://ftp.snt.utwente.nl/pub/games/worldofpadman/linux/worldofpadman.run[/URL]
 		[URL]http://thilo.kickchat.com/download/worldofpadman.run[/URL]
 		[URL]http://btc3x6.che.uni-bayreuth.de/~tl/wop_final/worldofpadman.run[/URL]
-		[URL]http://www.extreme-players.de/download.php?id=12217[/URL]
-		[URL]http://download.cfs.game-host.org/get.php?get=/pub/games/wop/worldofpadman.run[/URL]
 	[/MIRRORS]
 [/FILE]
 [FILE]




More information about the scm-commits mailing list