[hedgewars] Initial go at updating the spec file for 0.9.21

Bruno Wolff III bruno at fedoraproject.org
Sat Jan 3 22:36:57 UTC 2015


commit bf46144dc9ead2b8497b5ecb7905e479c79bbda8
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Fri Jan 2 15:53:30 2015 -0600

    Initial go at updating the spec file for 0.9.21
    
    This isn't everything needed, just the simple stuff.

 .gitignore     |    1 +
 hedgewars.spec |   23 +++++++++++++----------
 sources        |    2 +-
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3baabd..7e7a1f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ hedgewars-src-0.9.12.tar.bz2
 /hedgewars-src-0.9.15.tar.bz2
 /hedgewars-src-0.9.17.tar.bz2
 /hedgewars-src-0.9.18-3.tar.bz2
+/hedgewars-src-0.9.21.tar.bz2
diff --git a/hedgewars.spec b/hedgewars.spec
index 37a9ad0..c284286 100644
--- a/hedgewars.spec
+++ b/hedgewars.spec
@@ -1,12 +1,12 @@
 Name:           hedgewars
-Version:        0.9.18
-Release:        14%{?dist}
+Version:        0.9.21
+Release:        1%{?dist}
 Summary:        Funny turn-based artillery game, featuring fighting Hedgehogs!
 Group:          Amusements/Games
 License:        GPL+
 URL:            http://www.hedgewars.org/
 # Note -3 upstream respun the tarbal...
-Source0:        http://download.gna.org/hedgewars/hedgewars-src-%{version}-3.tar.bz2
+Source0:        http://download.gna.org/hedgewars/hedgewars-src-%{version}.tar.bz2
 Source1:        %{name}.desktop
 Source2:        %{name}.appdata.xml
 Patch0:         hedgewars-compiler-opts.patch
@@ -26,7 +26,7 @@ Patch2:		hedgewars-0.9.18-lua-5.2.patch
 # and still worked, it has a reasonable chance of working.
 Patch3:		hedgewars-0.9.18-instance.patch
 # ghc does not support -dynamic on arm
-Patch4:         hedgewars-0.9.18-no-dyn-haskell.patch
+#Patch4:         hedgewars-0.9.18-no-dyn-haskell.patch
 BuildRequires:  fpc qt4-devel SDL_mixer-devel SDL_net-devel SDL_image-devel
 BuildRequires:  SDL_ttf-devel openssl-devel cmake desktop-file-utils
 BuildRequires:  libpng-devel lua-devel
@@ -64,16 +64,16 @@ A standalone server that can be used for LAN play or a private internet server.
 
 %prep
 %setup -q -n %{name}-src-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1 -b .lua-52
-%patch3 -p0
+#%patch0 -p1
+#%patch1 -p1
+#%patch2 -p1 -b .lua-52
+#%patch3 -p0
 %ifarch %{arm}
 # ghc does not support -dynamic on arm
-%patch4 -p1
+#%patch4 -p1
 %endif
 # Make sure that we don't use bundled libraries
-rm -r misc/libfreetype misc/libtremor misc/libopenalbridge
+rm -r misc/liblua misc/libphysfs misc/libphyslayer
 
 
 %build
@@ -136,6 +136,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Jan 02 2015 Bruno Wolff III <bruno at wolff.to> - 0.9.21-1
+- Latest upstream release
+
 * Fri Dec 12 2014 Richard Hughes <richard at hughsie.com> - 0.9.18-14
 - Fix the AppData file to actually validate.
 
diff --git a/sources b/sources
index 362bf96..231e035 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02465736fdcf48feea1cacaa0aa5960e  hedgewars-src-0.9.18-3.tar.bz2
+67b57d00b91d3c1212dcb5d56ac6f2df  hedgewars-src-0.9.21.tar.bz2


More information about the scm-commits mailing list