rpms/blobAndConquer/F-9 blobAndConquer-1.0-defines.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 blobAndConquer.spec, 1.13, 1.14 sources, 1.7, 1.8

Rafał Psota rafalzaq at fedoraproject.org
Mon Oct 13 10:22:36 UTC 2008


Author: rafalzaq

Update of /cvs/pkgs/rpms/blobAndConquer/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2226

Modified Files:
	.cvsignore blobAndConquer.spec sources 
Added Files:
	blobAndConquer-1.0-defines.patch 
Log Message:
update to 1.0

blobAndConquer-1.0-defines.patch:

--- NEW FILE blobAndConquer-1.0-defines.patch ---
diff -up blobAndConquer-1.0/data/gameDefs/defines.h~ blobAndConquer-1.0/data/gameDefs/defines.h
--- blobAndConquer-1.0/data/gameDefs/defines.h~	2008-09-28 20:10:53.000000000 +0200
+++ blobAndConquer-1.0/data/gameDefs/defines.h	2008-09-28 20:10:53.000000000 +0200
@@ -377,7 +377,7 @@ enum {
 	SND_GALDOV_CHARGE,
 	SND_GALDOV_FIRE,
 	SND_PLANT_BOMB,
-	SND_POP
+        SND_POP
 };
 
 /* ############### weapons ############ */


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/blobAndConquer/F-9/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	17 Sep 2008 12:59:10 -0000	1.7
+++ .cvsignore	13 Oct 2008 10:22:05 -0000	1.8
@@ -1,2 +1,2 @@
-blobAndConquer-0.98.tar.gz
-blobAndConquer-0.98-music.tar.bz2
+blobAndConquer-1.0-music.tar.bz2
+blobAndConquer-1.0.tar.gz


Index: blobAndConquer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blobAndConquer/F-9/blobAndConquer.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- blobAndConquer.spec	17 Sep 2008 12:59:10 -0000	1.13
+++ blobAndConquer.spec	13 Oct 2008 10:22:05 -0000	1.14
@@ -6,7 +6,7 @@
 %define upstream_release 1
 
 Name:           blobAndConquer
-Version:        0.98
+Version:        1.0
 Release:        1%{?dist}
 Summary:        Blob Wars 2: Blob And Conquer
 Group:          Amusements/Games
@@ -16,6 +16,7 @@
 #Tarball without nonfree sound file
 Source0:        %{name}-%{version}.tar.gz
 Source1:        %{name}-%{version}-music.tar.bz2
+Patch0:         %{name}-1.0-defines.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,6 +35,7 @@
 
 %prep
 %setup -q -a 1
+%patch -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`
@@ -41,7 +43,6 @@
   icons/blobAndConquer.desktop
 sed -i 's/-o root -g games//g' makefile
 
-cp -p *.{xm,s3m,mod} music/
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" DOCDIR=%{_docdir}/%{name}-%{version}/ \
@@ -93,6 +94,9 @@
 
 
 %changelog
+* Mon Oct 13 2008 Rafał Psota <rafalzaq at gmail.com> 1.0-1
+- Update to 1.0
+
 * Wed Sep 17 2008 Rafał Psota <rafalzaq at gmail.com> 0.98-1
 - Remove nonfree sound files
 - Update to 0.98


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/blobAndConquer/F-9/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	17 Sep 2008 12:59:10 -0000	1.7
+++ sources	13 Oct 2008 10:22:05 -0000	1.8
@@ -1,2 +1,2 @@
-71a3726c15f0c5f9ed2c6910ef5a721e  blobAndConquer-0.98.tar.gz
-121f85f5a039d2a3fd1d6d3262c5137a  blobAndConquer-0.98-music.tar.bz2
+855639ce503f8e37338ce25b3b641931  blobAndConquer-1.0-music.tar.bz2
+4e627e84e0c0f5da7599ddf5596f1404  blobAndConquer-1.0.tar.gz




More information about the fedora-extras-commits mailing list