rpms/atanks/devel .cvsignore, 1.9, 1.10 atanks.sh, 1.1, 1.2 atanks.spec, 1.15, 1.16 sources, 1.9, 1.10

Jon Ciesla limb at fedoraproject.org
Wed Jan 13 19:29:30 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/atanks/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31172

Modified Files:
	.cvsignore atanks.sh atanks.spec sources 
Log Message:
New upstream, changes to nothreads handling.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/atanks/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	29 Oct 2009 07:31:14 -0000	1.9
+++ .cvsignore	13 Jan 2010 19:29:30 -0000	1.10
@@ -1 +1 @@
-atanks-4.1.tar.gz
+atanks-4.2.tar.gz


Index: atanks.sh
===================================================================
RCS file: /cvs/pkgs/rpms/atanks/devel/atanks.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- atanks.sh	4 Nov 2009 21:16:55 -0000	1.1
+++ atanks.sh	13 Jan 2010 19:29:30 -0000	1.2
@@ -1,3 +1,3 @@
 #!/bin/bash
 cd /usr/share/games/atanks
-/usr/bin/atanks.bin
+/usr/bin/atanks.bin --nothreads


Index: atanks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atanks/devel/atanks.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- atanks.spec	18 Nov 2009 15:38:16 -0000	1.15
+++ atanks.spec	13 Jan 2010 19:29:30 -0000	1.16
@@ -1,14 +1,14 @@
 Name:           atanks
-Version:        4.1
-Release:        4%{?dist}
+Version:        4.2
+Release:        1%{?dist}
 Summary:        Remake of a classic DOS game "Scorched Earth"
 
 Group:          Amusements/Games
 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
+Source1:	atanks.sh
+#Patch0:		atanks-4.1-nothreads.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  allegro-devel, desktop-file-utils
@@ -24,7 +24,7 @@ is the winner.
 %prep
 %setup -q
 
-%patch0 -p1
+#%patch0 -p1
 
 %build
 CFLAGS="%{optflags}" make %{?_smp_mflags}
@@ -45,7 +45,6 @@ cp -pr button exporter misc missile soun
 desktop-file-install \
     --mode 0644 \
     --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
-    --add-category=ActionGame \
     atanks.desktop
 
 
@@ -64,8 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Wed Nov 18 2009 Jon Ciesla <limb at jcomserv.net> - 4.1-4
-- Adding ActionGame category.
+* Wed Jan 13 2010 Jon Ciesla <limb at jcomserv.net> - 4.2-1
+- New upstream.
+- Dropped nothreads patch, upstreamed.
 
 * Fri Nov 06 2009 Jon Ciesla <limb at jcomserv.net> - 4.1-3
 - Fix crash on SMP systems.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/atanks/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	29 Oct 2009 07:31:16 -0000	1.9
+++ sources	13 Jan 2010 19:29:30 -0000	1.10
@@ -1 +1 @@
-20abbf47d8cea0ed1ef1c1f19a872569  atanks-4.1.tar.gz
+d2055396b306073f92f3f73398ff6f16  atanks-4.2.tar.gz



More information about the scm-commits mailing list