rpms/ufoai-data/F-14 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 ufoai-data.spec, 1.3, 1.4

Karel Volný kvolny at rpmfusion.org
Mon Mar 14 14:59:47 CET 2011


Author: kvolny

Update of /cvs/nonfree/rpms/ufoai-data/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13074

Modified Files:
	.cvsignore sources ufoai-data.spec 
Log Message:
* Sat Mar 12 2011 Karel Volny <kvolny at redhat.com> 2.3.1-1
- Version bump
- Fixes RPMFusion bug #1546
- Added city maps hotfix, see http://ufoai.ninex.info/wiki/index.php/News/2010#Hotfix_for_2.3.1



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/ufoai-data/F-14/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	16 Sep 2010 08:23:11 -0000	1.3
+++ .cvsignore	14 Mar 2011 13:59:47 -0000	1.4
@@ -1 +1,2 @@
-ufoai-2.3-data.tar
+ufoai-2.3.1-data.tar
+1maps.pk3


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/ufoai-data/F-14/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	16 Sep 2010 08:23:11 -0000	1.3
+++ sources	14 Mar 2011 13:59:47 -0000	1.4
@@ -1 +1,2 @@
-08fa6d5c80231468c4d5e886600c8dcf  ufoai-2.3-data.tar
+11468144bc00618c38667eec04b12a4a  ufoai-2.3.1-data.tar
+0187f2169401d59423c6e01184fff90d  1maps.pk3


Index: ufoai-data.spec
===================================================================
RCS file: /cvs/nonfree/rpms/ufoai-data/F-14/ufoai-data.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ufoai-data.spec	16 Sep 2010 08:23:11 -0000	1.3
+++ ufoai-data.spec	14 Mar 2011 13:59:47 -0000	1.4
@@ -1,14 +1,16 @@
 %define game_name ufoai
 
 Name:		ufoai-data
-Version:	2.3
+Version:	2.3.1
 Release:	1
 Summary:	UFO: Alien Invasion data files
 
 Group:		Amusements/Games
 License:	GPLv2+
 URL:		http://ufoai.sourceforge.net/
-Source:		http://downloads.sourceforge.net/%{game_name}/%{game_name}-%{version}-data.tar
+Source0:	http://downloads.sourceforge.net/%{game_name}/%{game_name}-%{version}-data.tar
+# city maps hotfix
+Source1:	http://mattn.ninex.info/1maps.pk3
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
@@ -44,6 +46,8 @@
 rm -rf %{buildroot}
 mkdir -p -m 0755 %{buildroot}%{_datadir}/%{game_name}
 cp -pr base %{buildroot}%{_datadir}/%{game_name}/
+# city maps hotfix
+install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/%{game_name}/base/
 
 
 %clean
@@ -68,9 +72,16 @@
 %{_datadir}/%{game_name}/base/0base.pk3
 %{_datadir}/%{game_name}/base/0maps.pk3
 %{_datadir}/%{game_name}/base/0ufos.pk3
+# city maps hotfix
+%{_datadir}/%{game_name}/base/1maps.pk3
 
 
 %changelog
+* Sat Mar 12 2011 Karel Volny <kvolny at redhat.com> 2.3.1-1
+- Version bump
+- Fixes RPMFusion bug #1546
+- Added city maps hotfix, see http://ufoai.ninex.info/wiki/index.php/News/2010#Hotfix_for_2.3.1
+
 * Tue Aug 17 2010 Karel Volny <kvolny at redhat.com> 2.3-1
 - Version bump
 - Split server subpackage



More information about the rpmfusion-commits mailing list