[wormux] New upstream release that fixes 64-bit builds

Michael Thomas wart at fedoraproject.org
Mon Sep 13 14:01:41 UTC 2010


commit 6203fe5b9c76b8edb7cb13ff15a830fc22851d32
Author: wart <wart at owl.kobold.org>
Date:   Mon Sep 13 07:01:16 2010 -0700

    New upstream release that fixes 64-bit builds

 .gitignore               |    1 +
 sources                  |    1 +
 wormux-0.9.2-64bit.patch |   11 -----------
 wormux.spec              |    8 ++++----
 4 files changed, 6 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46f2b62..d75b25c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 wormux-0.9.0.tar.bz2
 /wormux-0.9.2.tar.bz2
+/wormux-0.9.2.1.tar.bz2
diff --git a/sources b/sources
index 5052a57..a391672 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 2f4bee4b11091da81af4338c1fcce211  wormux-0.9.2.tar.bz2
+e49621b9b4ac7c8d1b11657989df61db  wormux-0.9.2.1.tar.bz2
diff --git a/wormux.spec b/wormux.spec
index 8c80956..b39966a 100644
--- a/wormux.spec
+++ b/wormux.spec
@@ -1,5 +1,5 @@
 Name:           wormux
-Version:        0.9.2
+Version:        0.9.2.1
 Release:        1%{?dist}
 Summary:        2D convivial mass murder game
 
@@ -8,7 +8,6 @@ License:        GPLv2+
 URL:            http://www.wormux.org
 Source0:        http://download.gna.org/wormux/%{name}-%{version}.tar.bz2
 Patch0:         wormux-0.8.3-cflags.patch
-Patch1:         wormux-0.9.2-64bit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL_image-devel SDL_gfx-devel SDL_mixer-devel
@@ -36,7 +35,6 @@ Data files for wormux
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
 
 # Remove a backup file
 rm -f data/game_mode/rope_objects.xml~
@@ -98,9 +96,11 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Sun Sep 12 2010 Wart <wart at kobold.org> 0.9.2.1-1
+- Update to 0.9.2.1 with fix for 64-bit builds
+
 * Sat Sep 11 2010 Wart <wart at kobold.org> 0.9.2-1
 - Update to 0.9.2
-- Add patch for 64-bit builds
 
 * Sat Feb 6 2010 Wart <wart at kobold.org> 0.9.0-1
 - Update to 0.9.0


More information about the scm-commits mailing list