[warzone2100] Update to 3.1.0

jsynacek jsynacek at fedoraproject.org
Tue Jan 15 08:57:35 UTC 2013


commit e61ba835a9339a3795f787e45bb40bd0348222dd
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Tue Jan 15 09:57:10 2013 +0100

    Update to 3.1.0

 .gitignore       |    1 +
 sources          |    2 +-
 warzone2100.spec |   15 ++++++++-------
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a55bc70..4f24d76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ warzone2100-2.3.3.tar.gz
 /warzone2100-3.1_beta11.tar.gz
 /warzone2100-3.1_rc2.tar.xz
 /warzone2100-3.1_rc3.tar.xz
+/warzone2100-3.1.0.tar.xz
diff --git a/sources b/sources
index 445afa6..5b345f7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5755958a81033919e89cb90659a87641  warzone2100-3.1_rc3.tar.xz
+7f061f3e5a2a6a83c146508ccefabd86  warzone2100-3.1.0.tar.xz
 6fa4d723d4019552cddf51d7ec8fb78c  sequences.wz
diff --git a/warzone2100.spec b/warzone2100.spec
index ecac039..e09e899 100644
--- a/warzone2100.spec
+++ b/warzone2100.spec
@@ -1,12 +1,12 @@
 Name:           warzone2100
-Version:        3.1
-Release:        0.11.rc3%{?dist}
+Version:        3.1.0
+Release:        1%{?dist}
 Summary:        Innovative 3D real-time strategy
 
 Group:          Amusements/Games
 License:        GPLv2+ and CC-BY-SA
 URL:            http://wz2100.net/
-Source0:        http://downloads.sourceforge.net/project/%{name}/releases/%{version}_rc3/%{name}-%{version}_rc3.tar.xz
+Source0:        http://downloads.sourceforge.net/project/%{name}/releases/%{version}/%{name}-%{version}.tar.xz
 Source1:        http://downloads.sourceforge.net/project/%{name}/%{name}/Videos/low-quality-en/sequences.wz
 
 BuildRequires: physfs-devel >= 2.0
@@ -36,12 +36,10 @@ BuildArch:      noarch
 Video file for %{name}
 
 %prep
-# %setup -q
-# restore after beta
-%setup -q -n %{name}-%{version}_rc3
+%setup -q
 
 %build
-%configure --disable-rpath --disable-debug --with-distributor="Fedora"
+%configure --disable-rpath --enable-debug=no --with-distributor="Fedora"
 make %{_smp_mflags}
 
 %install
@@ -66,6 +64,9 @@ install -p -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}/
 %{_datadir}/%{name}/sequences.wz
 
 %changelog
+* Tue Jan 15 2013 Jan Synáček <jsynacek at redhat.com> - 3.1.0-1
+- Update to 3.1.0
+
 * Thu Dec 13 2012 Adam Jackson <ajax at redhat.com> - 3.1-0.11.rc3
 - Rebuild for glew 1.9.0
 


More information about the scm-commits mailing list