[wesnoth] 1.12 final.

Jon Ciesla limb at fedoraproject.org
Mon Nov 24 14:48:58 UTC 2014


commit 9fbd3e46f0aaee77bc6c7c6c0dcd490b135b0731
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Nov 24 08:47:17 2014 -0600

    1.12 final.

 .gitignore   |    1 +
 sources      |    2 +-
 wesnoth.spec |    7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c1b47c..51a0353 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ wesnoth-1.8.4.tar.bz2
 /wesnoth-1.11.17.tar.bz2
 /wesnoth-1.11.18.tar.bz2
 /wesnoth-1.11.19.tar.bz2
+/wesnoth-1.12.tar.bz2
diff --git a/sources b/sources
index 44a4ce9..bc20e3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e69b8f2a6b91d8e2b1699f2b1ed4520  wesnoth-1.11.19.tar.bz2
+1fa1a43cb7f6f1664c36d7e4c1eedc01  wesnoth-1.12.tar.bz2
diff --git a/wesnoth.spec b/wesnoth.spec
index 87e7fe7..70f814c 100644
--- a/wesnoth.spec
+++ b/wesnoth.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           wesnoth
-Version:        1.11.19
+Version:        1.12
 Release:        1%{?dist}
 Summary:        Turn-based strategy game with a fantasy theme
 
@@ -87,7 +87,7 @@ This package contains the data files for Wesnoth.
 ##%endif
 
 %prep
-%setup -qn wesnoth-%{version}
+%setup -qn wesnoth-%{version}.0
 %patch0 -p1 -b .gcc43
 #%patch7 -p0 -b .crash
 
@@ -187,6 +187,9 @@ fi
 %{_mandir}/*/man6/wesnoth*.6.gz
 
 %changelog
+* Mon Nov 24 2014 Jon Ciesla <limburgher at gmail.com> - 1.12-1
+- 1.12 final.
+
 * Mon Nov 10 2014 Jon Ciesla <limburgher at gmail.com> - 1.11.19-1
 - 1.12 RC3.
 


More information about the scm-commits mailing list