Author: kvolny
Update of /cvs/nonfree/rpms/ufoai-data/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16515
Modified Files:
.cvsignore sources ufoai-data.spec
Log Message:
* Sat Mar 12 2011 Karel Volny <kvolny(a)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/devel/.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 12 Mar 2011 16:21:59 -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/devel/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 12 Mar 2011 16:21:59 -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/devel/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 12 Mar 2011 16:21:59 -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}-dat...
+Source0:
http://downloads.sourceforge.net/%{game_name}/%{game_name}-%{version}-dat...
+# 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(a)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(a)redhat.com> 2.3-1
- Version bump
- Split server subpackage