[wesnoth] 1.10.7.

Jon Ciesla limb at fedoraproject.org
Mon Aug 26 15:46:12 UTC 2013


commit abc2645b62095557ab251eeafd395633ca4663f3
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Aug 26 10:40:48 2013 -0500

    1.10.7.

 .gitignore   |    1 +
 sources      |    2 +-
 wesnoth.spec |   12 ++++++++----
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ebb47af..beee781 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ wesnoth-1.8.4.tar.bz2
 /wesnoth-1.10.4.tar.bz2
 /wesnoth-1.10.5.tar.bz2
 /wesnoth-1.10.6.tar.bz2
+/wesnoth-1.10.7.tar.bz2
diff --git a/sources b/sources
index 8125636..9b202e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-547e3489bbfa778912b11dbee612c380  wesnoth-1.10.6.tar.bz2
+3f460a494530d32aa5d5d0f19c95efbd  wesnoth-1.10.7.tar.bz2
diff --git a/wesnoth.spec b/wesnoth.spec
index 5a04ac2..043337e 100644
--- a/wesnoth.spec
+++ b/wesnoth.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           wesnoth
-Version:        1.10.6
-Release:        8%{?dist}
+Version:        1.10.7
+Release:        1%{?dist}
 Summary:        Turn-based strategy game with a fantasy theme
 
 Group:          Amusements/Games
@@ -13,7 +13,7 @@ Source0:        http://www.%{name}.org/files/%{name}-%{version}.tar.bz2
 Source1:        wesnothd.service
 Source2:        %{name}.sysconfig
 Patch0:         %{name}-1.2.8-gcc43.patch
-Patch7:		wesnoth-1.10.6-crash.patch
+#Patch7:		wesnoth-1.10.6-crash.patch
 
 Requires:       wesnoth-data = %{version}
 BuildRequires:  SDL_image-devel
@@ -89,7 +89,7 @@ This package contains the data files for Wesnoth.
 %prep
 %setup -qn wesnoth-%{version}
 %patch0 -p1 -b .gcc43
-%patch7 -p0 -b .crash
+#%patch7 -p0 -b .crash
 
 %build
 scons all prefix=%{_prefix} \
@@ -187,6 +187,10 @@ fi
 %{_mandir}/*/man6/wesnoth*.6.gz
 
 %changelog
+* Mon Aug 26 2013 Jon Ciesla <limburgher at gmail.com> - 1.10.7-1
+- Latest upstream stable release.
+- Crash patch upstreamed.
+
 * Mon Aug 12 2013 Jon Ciesla <limburgher at gmail.com> - 1.10.6-8
 - Spec cleanup, better scons build, BZ 991376.
 - Add systemd macros, BZ 850365.


More information about the scm-commits mailing list