rpms/qscintilla/devel qscintilla.spec,1.29,1.30

Rex Dieter rdieter at fedoraproject.org
Sat Oct 17 03:05:38 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/qscintilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6477

Modified Files:
	qscintilla.spec 
Log Message:
* Fri Oct 16 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.4-5
- rebuild (PyQt4)



Index: qscintilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qscintilla/devel/qscintilla.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- qscintilla.spec	11 Aug 2009 17:43:51 -0000	1.29
+++ qscintilla.spec	17 Oct 2009 03:05:36 -0000	1.30
@@ -6,7 +6,7 @@
 
 Name:    qscintilla
 Version: 2.4
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: A Scintilla port to Qt
 # matches up (pretty much) with qt4
 License: GPLv3 or GPLv2 with exceptions
@@ -26,7 +26,11 @@ BuildRequires:  qt4-devel
 # for -python
 %if 0%{?python}
 %{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%if 0%{?fedora} > 12
+%global pyqt4_version 4.6
+%else
 %global pyqt4_version 4.5
+%endif
 BuildRequires:  PyQt4-devel >= %{pyqt4_version} 
 BuildRequires:  chrpath
 %endif
@@ -152,6 +156,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Oct 16 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.4-5
+- rebuild (PyQt4)
+
 * Tue Aug 11 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.4-4
 - -python-devel: make noarch, drop dep on -python
 




More information about the scm-commits mailing list