[openttd] Update to 1.2.0-RC4

Felix Kaechele heffer at fedoraproject.org
Tue Apr 3 08:10:02 UTC 2012


commit ac838823a2633467803719c2680204b63292f10a
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Tue Apr 3 10:09:04 2012 +0200

    Update to 1.2.0-RC4
    
    - builds in F17 and rawhide again

 .gitignore   |    1 +
 openttd.spec |   15 +++++++--------
 sources      |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2cbcb6a..b7ce9f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ openttd-1.0.3-source.tar.bz2
 /openttd-1.1.2-source.tar.xz
 /openttd-1.1.3-source.tar.xz
 /openttd-1.1.5-source.tar.xz
+/openttd-1.2.0-RC4-source.tar.xz
diff --git a/openttd.spec b/openttd.spec
index 8733f05..08d151c 100644
--- a/openttd.spec
+++ b/openttd.spec
@@ -1,9 +1,9 @@
 # If we have a prerelease version we can define it here
-#global prever RC1
+%global prever RC4
 
 Name:           openttd
-Version:        1.1.5
-Release:        1%{?prever}%{?dist}
+Version:        1.2.0
+Release:        0.1.%{?prever}%{?dist}
 Summary:        Transport system simulation game
 
 Group:          Amusements/Games
@@ -55,9 +55,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
         --with-ccache \
         --enable-lto
 make %{?_smp_mflags} VERBOSE=1
-# generate the AI API docs
-cd src/ai/api
-doxygen
 
 
 %install
@@ -70,8 +67,6 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
 install -dpm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/docs/
 cp -r docs/* $RPM_BUILD_ROOT%{_datadir}/%{name}/docs/
 
-# Patch generated desktop file, as desktop-file-install doesn't know 1.1 format yet
-sed -i 's/Version=1.1/Version=1.0/' media/openttd.desktop
 desktop-file-install --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
         --add-category=StrategyGame \
         media/openttd.desktop
@@ -104,6 +99,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/%{name}/docs/
 
 %changelog
+* Tue Apr 03 2012 Felix Kaechele <heffer at fedoraproject.org> - 1.2.0-0.1.RC4
+- Update to 1.2.0-RC4
+- builds in F17 and rawhide again
+
 * Sun Jan 15 2012 Felix Kaechele <heffer at fedoraproject.org> - 1.1.5-1
 - update to 1.1.5
 - fixes CVE-2012-0049 (bz #782179)
diff --git a/sources b/sources
index 9fcd2c6..2d17645 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aea731c9f87c53955269446d580ee19e  openttd-1.1.5-source.tar.xz
+b8692deb951dc3a88c321a9e4b254dd2  openttd-1.2.0-RC4-source.tar.xz


More information about the scm-commits mailing list