[libkolab: 1/8] libkolab requires kde > 4.9 even on Fedora 17

Jeroen van Meeuwen kanarip at fedoraproject.org
Wed Aug 15 15:27:33 UTC 2012


commit 6cb0bc278703db3864a2cb1a761a915b6145486c
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Mon Jul 30 00:10:43 2012 +0100

    libkolab requires kde > 4.9 even on Fedora 17

 libkolab.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/libkolab.spec b/libkolab.spec
index 116a47e..507b6e9 100644
--- a/libkolab.spec
+++ b/libkolab.spec
@@ -1,6 +1,6 @@
 Name:           libkolab
 Version:        0.3
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Kolab Object Handling Library
 
 License:        LGPLv3+
@@ -9,8 +9,8 @@ URL:            http://git.kolab.org/libkolab
 # From http://git.kolab.org/libkolab/snapshot/54d11d067951ddedd8b28aa7eb54e4f68bc81218.tar.gz
 Source0:        http://git.kolab.org/%{name}/snapshot/%{name}-%{version}.tar.gz
 
-%if 0%{?rhel} > 6 || 0%{?fedora} > 16
-BuildRequires:  kdepimlibs-devel >= 4.8
+%if 0%{?rhel} > 6 || 0%{?fedora} > 17
+BuildRequires:  kdepimlibs-devel >= 4.9
 %else
 # Note: available within kolabsys.com infrastructure only, as being (essentially) a
 # fork of various kde 4.9 libraries that depend on kde*, and that have no place in el6.
@@ -28,8 +28,8 @@ The libkolab library is an advanced library to  handle Kolab objects.
 %package devel
 Summary:        Kolab library development headers
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?rhel} > 6 || 0%{?fedora} > 16
-BuildRequires:  kdepimlibs-devel >= 4.8
+%if 0%{?rhel} > 6 || 0%{?fedora} > 17
+BuildRequires:  kdepimlibs-devel >= 4.9
 %else
 # Note: available within kolabsys.com infrastructure only, as being (essentially) a
 # fork of various kde 4.9 libraries that depend on kde*, and that have no place in el6.
@@ -74,7 +74,7 @@ mkdir -p build
 pushd build
 %{cmake} -Wno-fatal-errors -Wno-errors \
     -DINCLUDE_INSTALL_DIR=%{_includedir} \
-%if 0%{?rhel} < 7 && 0%{?fedora} < 17
+%if 0%{?rhel} < 7 && 0%{?fedora} < 18
     -DUSE_LIBCALENDARING=ON \
 %endif
     -DPHP_BINDINGS=ON \
@@ -131,7 +131,7 @@ rm -rf %{buildroot}
 %{python_sitearch}/icalendar.py*
 
 %changelog
-* Sun Jul 29 2012 Jeroen van Meeuwen <vanmeeuwen at kolabsys.com> - 0.3-7
+* Sun Jul 29 2012 Jeroen van Meeuwen <vanmeeuwen at kolabsys.com> - 0.3-8
 - Ship PHP and Python bindings
 - Conditionally build with libcalendaring
 - Execute tests


More information about the scm-commits mailing list