[ksirk] limit system_iris support to f19+ (#958793)

Rex Dieter rdieter at fedoraproject.org
Thu May 2 13:59:01 UTC 2013


commit f7a6a423a96fd1627b8aad41be8a84cb8ed873f4
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu May 2 08:59:00 2013 -0500

    limit system_iris support to f19+ (#958793)

 ksirk.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ksirk.spec b/ksirk.spec
index 95c1701..f735193 100644
--- a/ksirk.spec
+++ b/ksirk.spec
@@ -2,7 +2,7 @@
 Name:    ksirk
 Summary: Conquer-the-world strategy game
 Version: 4.10.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2+ and GFDL
 URL:     https://projects.kde.org/projects/kde/kdegames/%{name}
@@ -22,11 +22,11 @@ Patch1: ksirk-4.10.1-iris_static.patch
 BuildRequires: desktop-file-utils
 BuildRequires: libkdegames-devel >= %{version}
 BuildRequires: pkgconfig(qca2)
-# system-iris patch requires iris-1.0.0-0.12
-%if 0%{?fedora}
+# system-iris patch requires iris-1.0.0-0.13 (see https://bugzilla.redhat.com/958793 )
+%if 0%{?fedora} > 18
 %define system_iris 1
 BuildRequires: pkgconfig(iris)
-BuildRequires: iris-devel >= 1.0.0-0.12
+BuildRequires: iris-devel >= 1.0.0-0.13
 %else
 # some default qca plugin(s) for bundled iris
 Requires: qca-ossl%{?_isa}
@@ -97,6 +97,9 @@ gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
 
 
 %changelog
+* Thu May 02 2013 Rex Dieter <rdieter at fedoraproject.org> 4.10.2-2
+- limit system_iris support to f19+ (#958793)
+
 * Mon Apr 01 2013 Rex Dieter <rdieter at fedoraproject.org> - 4.10.2-1
 - 4.10.2
 


More information about the scm-commits mailing list