rpms/atanks/F-12 atanks-4.1-nothreads.patch, 1.1, 1.2 atanks.spec, 1.14, 1.15

Nikola Pajkovsky npajkovs at fedoraproject.org
Wed Feb 3 12:19:48 UTC 2010


Author: npajkovs

Update of /cvs/extras/rpms/atanks/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20024

Modified Files:
	atanks-4.1-nothreads.patch atanks.spec 
Log Message:
new upstream release

atanks-4.1-nothreads.patch:
 Makefile   |    2 +-
 atanks.cpp |    2 +-
 client.cpp |    2 +-
 update.h   |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

Index: atanks-4.1-nothreads.patch
===================================================================
RCS file: /cvs/extras/rpms/atanks/F-12/atanks-4.1-nothreads.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- atanks-4.1-nothreads.patch	17 Nov 2009 19:02:54 -0000	1.1
+++ atanks-4.1-nothreads.patch	3 Feb 2010 12:19:48 -0000	1.2
@@ -15,9 +15,9 @@ diff -U0 atanks-4.1.orig/src/client.cpp 
 diff -U0 atanks-4.1.orig/src/Makefile atanks-4.1/src/Makefile
 --- atanks-4.1.orig/src/Makefile	2009-09-24 20:23:25.000000000 -0500
 +++ atanks-4.1/src/Makefile	2009-11-06 12:23:40.308294986 -0600
-@@ -12 +12 @@
--FLAGS += -DDATA_DIR=\".\" -Wno-write-strings -DNETWORK -DTHREADS
-+FLAGS += -DDATA_DIR=\".\" -Wno-write-strings -DNETWORK
+@@ -13 +13 @@
+-FLAGS += -DDATA_DIR=\"${INSTALLDIR}\"  -Wno-write-strings -DNETWORK -DTHREADS
++FLAGS += -DDATA_DIR=\"${INSTALLDIR}\" -Wno-write-strings -DNETWORK
 diff -U0 atanks-4.1.orig/src/update.h atanks-4.1/src/update.h
 --- atanks-4.1.orig/src/update.h	2009-09-08 12:35:27.000000000 -0500
 +++ atanks-4.1/src/update.h	2009-11-06 15:50:23.108488265 -0600


Index: atanks.spec
===================================================================
RCS file: /cvs/extras/rpms/atanks/F-12/atanks.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- atanks.spec	18 Nov 2009 15:38:16 -0000	1.14
+++ atanks.spec	3 Feb 2010 12:19:48 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           atanks
-Version:        4.1
-Release:        4%{?dist}
+Version:        4.3
+Release:        1%{?dist}
 Summary:        Remake of a classic DOS game "Scorched Earth"
 
 Group:          Amusements/Games
@@ -8,7 +8,8 @@ License:        GPLv2+
 URL:            http://atanks.sourceforge.net/
 Source0:        http://download.sourceforge.net/atanks/atanks-%{version}.tar.gz
 Source1:        atanks.sh
-Patch0:		atanks-4.1-nothreads.patch
+# should be deleted?
+#Patch0:		    atanks-4.1-nothreads.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  allegro-devel, desktop-file-utils
@@ -24,7 +25,7 @@ is the winner.
 %prep
 %setup -q
 
-%patch0 -p1
+#%patch1 -p1 -b .nothreads
 
 %build
 CFLAGS="%{optflags}" make %{?_smp_mflags}
@@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 3 2010 Nikola Pajkovsky <npajkovs at redhat.com> - 4.3-1
+- new upstream release
+
 * Wed Nov 18 2009 Jon Ciesla <limb at jcomserv.net> - 4.1-4
 - Adding ActionGame category.
 



More information about the scm-commits mailing list