[scorched3d] Fix build on F-20

Hans de Goede jwrdegoede at fedoraproject.org
Sat Aug 30 08:04:14 UTC 2014


commit 649d5ef8d2fa38278d23f490d5fae9922e8fe14d
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Sat Aug 30 10:04:18 2014 +0200

    Fix build on F-20

 scorched3d.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/scorched3d.spec b/scorched3d.spec
index 5654dfa..98d14ce 100644
--- a/scorched3d.spec
+++ b/scorched3d.spec
@@ -1,6 +1,6 @@
 Name:           scorched3d
 Version:        44
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Game based loosely on the classic DOS game Scorched Earth
 Group:          Amusements/Games
 License:        GPLv2+ and CC-BY-SA
@@ -43,7 +43,9 @@ conditions and terrains to be dealt with.
 pushd scorched
 %patch1 -p1
 %patch2 -p1
+%if 0%{?fedora} >= 21
 %patch3 -p1
+%endif
 %patch4 -p1
 touch NEWS AUTHORS ChangeLog
 autoreconf -ivf
@@ -115,6 +117,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Aug 30 2014 Hans de Goede <hdegoede at redhat.com> - 44-2
+- Fix build on F-20
+
 * Sat Aug 30 2014 Hans de Goede <hdegoede at redhat.com> - 44-1
 - Update to 44 release
 - Fix FTBFS (rhbz#1107285)


More information about the scm-commits mailing list