[PyKDE4] Requires: kate-part

Rex Dieter rdieter at fedoraproject.org
Sun Oct 9 01:00:02 UTC 2011


commit a1af98e3a2735ecdd6ed97cb1ca2014c5c81933a
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Oct 8 20:07:15 2011 -0500

    Requires: kate-part

 PyKDE4.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/PyKDE4.spec b/PyKDE4.spec
index fdafe7b..f8ed858 100644
--- a/PyKDE4.spec
+++ b/PyKDE4.spec
@@ -6,7 +6,7 @@
 
 Name: PyKDE4 
 Version: 4.7.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Python bindings for KDE4 
 
 # http://techbase.kde.org/Policies/Licensing_Policy
@@ -43,7 +43,8 @@ BuildRequires:  soprano-devel
 #     Qwt5 libraries for Qt4
 #     Needed to compile Qwt5 bindings
 
-Requires: kdelibs4 >= %{version}
+Requires: kdelibs4%{?_isa} >= %{version}
+Requires: kate-part%{?_isa} >= %{version}
 %global pyqt4_version %(%{__python} -c 'import PyQt4.pyqtconfig; print(PyQt4.pyqtconfig._pkg_config["pyqt_version_str"])' 2> /dev/null || echo %{pyqt4_version_min})
 Requires: PyQt4 >= %{pyqt4_version}
 %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
@@ -226,6 +227,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Oct 08 2011 Rex Dieter <rdieter at fedoraproject.org> 4.7.2-2
+- Requires: kate-part
+
 * Tue Oct 04 2011 Rex Dieter <rdieter at fedoraproject.org> 4.7.2-1
 - 4.7.2
 


More information about the scm-commits mailing list