rpms/blobAndConquer/F-8 blobAndConquer-0.93-breadcrumbs.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 blobAndConquer-0.90-ppc.patch, 1.2, 1.3 blobAndConquer.spec, 1.8, 1.9 sources, 1.3, 1.4

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed May 14 17:59:42 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/blobAndConquer/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8866

Modified Files:
	.cvsignore blobAndConquer-0.90-ppc.patch blobAndConquer.spec 
	sources 
Added Files:
	blobAndConquer-0.93-breadcrumbs.patch 
Log Message:
* Tue May 13 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.93-1
- New upstream release 0.93


blobAndConquer-0.93-breadcrumbs.patch:

--- NEW FILE blobAndConquer-0.93-breadcrumbs.patch ---
diff -up blobAndConquer-0.93/src/battle.cpp~ blobAndConquer-0.93/src/battle.cpp
--- blobAndConquer-0.93/src/battle.cpp~	2008-05-13 19:41:09.000000000 +0200
+++ blobAndConquer-0.93/src/battle.cpp	2008-05-13 19:41:09.000000000 +0200
@@ -277,7 +277,7 @@ void drawGameObjects()
 	
 	drawNormalObjects();
 	
-	#if 1
+	#if 0
 	drawBreadCrumbs();
 	#endif
 	


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/blobAndConquer/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	3 Jun 2007 12:36:16 -0000	1.3
+++ .cvsignore	14 May 2008 17:59:00 -0000	1.4
@@ -1 +1 @@
-blobAndConquer-0.91-1.tar.gz
+blobAndConquer-0.93-1.tar.gz

blobAndConquer-0.90-ppc.patch:

Index: blobAndConquer-0.90-ppc.patch
===================================================================
RCS file: /cvs/extras/rpms/blobAndConquer/F-8/blobAndConquer-0.90-ppc.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- blobAndConquer-0.90-ppc.patch	26 May 2007 09:53:16 -0000	1.2
+++ blobAndConquer-0.90-ppc.patch	14 May 2008 17:59:00 -0000	1.3
@@ -1,11 +1,12 @@
---- blobAndConquer-0.90/src/world/bsp.cpp~	2007-05-26 11:38:25.000000000 +0200
-+++ blobAndConquer-0.90/src/world/bsp.cpp	2007-05-26 11:38:25.000000000 +0200
-@@ -22,6 +22,8 @@
+diff -up blobAndConquer-0.92/src/world/bsp.cpp~ blobAndConquer-0.92/src/world/bsp.cpp
+--- blobAndConquer-0.92/src/world/bsp.cpp~	2008-04-28 13:10:49.000000000 +0200
++++ blobAndConquer-0.92/src/world/bsp.cpp	2008-04-28 13:10:49.000000000 +0200
+@@ -22,6 +22,8 @@ Foundation, Inc., 59 Temple Place - Suit
  
  #define TESSELATION 10
  
 +float swapBytes(float f);
 +
- TextureSpec *getTextureSpec(char *basename)
+ TextureSpec *getTextureSpec(const char *basename)
  {
  	// ignore this texture


Index: blobAndConquer.spec
===================================================================
RCS file: /cvs/extras/rpms/blobAndConquer/F-8/blobAndConquer.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- blobAndConquer.spec	31 Dec 2007 14:36:47 -0000	1.8
+++ blobAndConquer.spec	14 May 2008 17:59:00 -0000	1.9
@@ -6,16 +6,16 @@
 %define upstream_release 1
 
 Name:           blobAndConquer
-Version:        0.91
-Release:        5%{?dist}
+Version:        0.93
+Release:        1%{?dist}
 Summary:        Blob Wars 2: Blob And Conquer
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://www.parallelrealities.co.uk/blobAndConquer.php
 # Non rpm compatible URL: http://www.parallelrealities.co.uk/download.php?file=blobAndConquer-%{version}-%{upstream_release}.tar.gz&type=zip
 Source0:        %{name}-%{version}-%{upstream_release}.tar.gz
-Patch0:         blobAndConquer-0.90-exit-crash.patch
 Patch1:         blobAndConquer-0.90-ppc.patch
+Patch2:         blobAndConquer-0.93-breadcrumbs.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  SDL_image-devel SDL_mixer-devel SDL_ttf-devel zlib-devel
 BuildRequires:  desktop-file-utils
@@ -34,8 +34,8 @@
 
 %prep
 %setup -q
-%patch0 -p1 -z .exit
 %patch1 -p1 -z .ppc
+%patch2 -p1
 # some cleanup
 chmod -x gfx/rw2/*.raw data/gameDefs/defines.h `find src -type f`
 sed -i 's/\r//g' data/gameDefs/defines.h `find src -type f`
@@ -97,6 +97,15 @@
 
 
 %changelog
+* Tue May 13 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.93-1
+- New upstream release 0.93
+
+* Mon Apr 28 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.92-1
+- New upstream release 0.92
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.91-6
+- Autorebuild for GCC 4.3
+
 * Mon Dec 31 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.91-5
 - Fix restoring of resolution when exiting a fullscreen game
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/blobAndConquer/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Jun 2007 12:36:16 -0000	1.3
+++ sources	14 May 2008 17:59:00 -0000	1.4
@@ -1 +1 @@
-b96c6bb80b0be8f46df2af3c1a716e86  blobAndConquer-0.91-1.tar.gz
+a2f703c726610d9e7cc2e183564fd487  blobAndConquer-0.93-1.tar.gz




More information about the fedora-extras-commits mailing list