[crossfire-maps] 1.60.0.

Jon Ciesla limb at fedoraproject.org
Thu Jan 12 14:23:51 UTC 2012


commit ed95862237e5c9937791c0dcfd2174962786ea16
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Jan 12 08:23:36 2012 -0600

    1.60.0.

 .gitignore                         |    1 +
 crossfire-maps-1.60.0-python.patch |   11 +++++++++++
 crossfire-maps.spec                |   15 +++++++++++----
 sources                            |    2 +-
 4 files changed, 24 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa615f0..b06ea52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 crossfire-1.11.0.maps.tar.gz
+/crossfire-1.60.0.maps.tar.bz2
diff --git a/crossfire-maps-1.60.0-python.patch b/crossfire-maps-1.60.0-python.patch
new file mode 100644
index 0000000..304fc69
--- /dev/null
+++ b/crossfire-maps-1.60.0-python.patch
@@ -0,0 +1,11 @@
+--- maps/test/newmaps/madness_maze/scripts/madnessmaze1.py~	2011-01-28 00:07:33.000000000 -0600
++++ maps/test/newmaps/madness_maze/scripts/madnessmaze1.py	2012-01-12 07:40:34.235264190 -0600
+@@ -33,7 +33,7 @@
+     if text[0]=='5':
+         message="If you go in there, you won't come back."
+         whoami.Say(message)
+-    if text[0]=="6"
++    if text[0]=="6":
+         message="They cut them off, seemed to think I might be tempted by the maze, like I woulda been.  Figured I could warn people without arms, but I couldn't disarm the traps without arms."
+         whoami.Say(message)
+     if text[0]=="7":
diff --git a/crossfire-maps.spec b/crossfire-maps.spec
index 2520d99..45f2638 100644
--- a/crossfire-maps.spec
+++ b/crossfire-maps.spec
@@ -1,13 +1,14 @@
 Name:           crossfire-maps
-Version:        1.11.0
-Release:        4%{?dist}
+Version:        1.60.0
+Release:        1%{?dist}
 Summary:        Map files for the crossfire server
 
 Group:          Amusements/Games
 # All files GPL+ except python/misc/CFInsulter.py which is BSD
 License:        GPL+ and BSD
 URL:            http://crossfire.real-time.com
-Source0:        http://downloads.sourceforge.net/crossfire/crossfire-%{version}.maps.tar.gz
+Source0:        http://downloads.sourceforge.net/crossfire/crossfire-%{version}.maps.tar.bz2
+Patch0:		crossfire-maps-1.60.0-python.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 # Requires for directory ownership
@@ -19,6 +20,9 @@ Map files for the crossfire server.
 
 %prep
 %setup -q -c -n %{name}-%{version}
+
+%patch0 -p0
+
 chmod -x maps/python/IPO/README
 chmod -x maps/python/IPO/*.py
 chmod -x maps/scorn/misc/beginners2
@@ -30,7 +34,7 @@ chmod -x maps/pup_land/ancient/volcano/*
 chmod -x maps/pup_land/ancient/mountain/*
 chmod -x maps/pup_land/lone_town/cave/*
 chmod -x maps/templates/keep/*.tpl
-chmod -x maps/templates/guild/bigchest
+#chmod -x maps/templates/guild/bigchest
 chmod -x maps/navar_city/troll_canyon/*
 chmod -x maps/brest/sow/sow.1
 chmod -x maps/lake_country/elven_moon/*
@@ -67,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/crossfire/maps
 
 %changelog
+* Wed Jan 11 2012 Jon Ciesla <limburgher at gmail.com> - 1.60.0-1
+- New upstream.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.11.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 3aac23e..7082806 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0c3f1459e42163a500ce9be3cad39d2  crossfire-1.11.0.maps.tar.gz
+2f5ea3b06e8781af6aa980f579cce805  crossfire-1.60.0.maps.tar.bz2


More information about the scm-commits mailing list