rpms/blobAndConquer/devel blobAndConquer-0.90-ppc.patch, NONE, 1.1 blobAndConquer.spec, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sat May 26 09:26:46 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/blobAndConquer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23066

Modified Files:
	blobAndConquer.spec 
Added Files:
	blobAndConquer-0.90-ppc.patch 
Log Message:
* Thu May 24 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.90-2
- Add missing desktop-file-utils BuildRequire


blobAndConquer-0.90-ppc.patch:

--- NEW FILE blobAndConquer-0.90-ppc.patch ---
--- 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 @@
 
 #define TESSELATION 10
 
+float swapBytes(float f);
+
 TextureSpec *getTextureSpec(char *basename)
 {
 	// ignore this texture


Index: blobAndConquer.spec
===================================================================
RCS file: /cvs/extras/rpms/blobAndConquer/devel/blobAndConquer.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blobAndConquer.spec	26 May 2007 08:56:18 -0000	1.1
+++ blobAndConquer.spec	26 May 2007 09:26:11 -0000	1.2
@@ -19,6 +19,7 @@
 Patch2:         blobAndConquer-0.90-strict-alias.patch
 Patch3:         blobAndConquer-0.90-unix-lf.patch
 Patch4:         blobAndConquer-0.90-exit-crash.patch
+Patch5:         blobAndConquer-0.90-ppc.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
@@ -42,6 +43,7 @@
 %patch2 -p1 -z .strict-alias
 %patch3 -p1 -z .unix-lf
 %patch4 -p1 -z .exit
+%patch5 -p1 -z .ppc
 # 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`




More information about the fedora-extras-commits mailing list