rpms/qscintilla/F-11 qscintilla.spec,1.30,1.31

Rex Dieter rdieter at fedoraproject.org
Sat Nov 28 01:51:21 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/qscintilla/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11258

Modified Files:
	qscintilla.spec 
Log Message:
* Fri Nov 27 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.4-9
- -python: Requires: sip-api(%_sip_api_major) >= %_sip_api
- -python-devel: Requires: sip-devel



Index: qscintilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qscintilla/F-11/qscintilla.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- qscintilla.spec	11 Nov 2009 16:33:47 -0000	1.30
+++ qscintilla.spec	28 Nov 2009 01:51:21 -0000	1.31
@@ -6,7 +6,7 @@
 
 Name:    qscintilla
 Version: 2.4
-Release: 7%{?dist}
+Release: 9%{?dist}
 Summary: A Scintilla port to Qt
 # matches up (pretty much) with qt4
 License: GPLv3 or GPLv2 with exceptions
@@ -31,6 +31,7 @@ BuildRequires:  qt4-devel
 %{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %global pyqt4_version 4.6.1
 BuildRequires:  PyQt4-devel >= %{pyqt4_version} 
+BuildRequires:  sip-devel 
 BuildRequires:  chrpath
 %endif
 
@@ -53,6 +54,7 @@ Summary:  QScintilla PyQt4 bindings
 Group:    Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: PyQt4 >= %{pyqt4_version}
+%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 %description python
 %{summary}.
 
@@ -60,6 +62,7 @@ Requires: PyQt4 >= %{pyqt4_version}
 Summary:  Development files for QScintilla PyQt4 bindings 
 Group:    Development/Libraries
 Requires: PyQt4-devel
+Requires: sip-devel
 %if 0%{?fedora} > 9
 BuildArch: noarch
 # when noarch landed
@@ -157,6 +160,13 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Nov 27 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.4-9
+- -python: Requires: sip-api(%%_sip_api_major) >= %%_sip_api
+- -python-devel: Requires: sip-devel
+
+* Mon Nov 23 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.4-8 
+- rebuild (for qt-4.6.0-rc1, f13+)
+
 * Wed Nov 11 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.4-7
 - pyqt4_version 4.6.1
 




More information about the fedora-extras-commits mailing list