rpms/PyQt4/F-12 PyQt4.spec,1.35,1.36

Rex Dieter rdieter at fedoraproject.org
Wed Nov 25 13:10:04 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/PyQt4/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15689

Modified Files:
	PyQt4.spec 
Log Message:
* Wed Nov 25 2009 Than Ngo <than at redhat.com> - 4.6.2-2
- fix conditional for RHEL



Index: PyQt4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt4/F-12/PyQt4.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- PyQt4.spec	25 Nov 2009 11:56:29 -0000	1.35
+++ PyQt4.spec	25 Nov 2009 13:10:04 -0000	1.36
@@ -4,7 +4,7 @@
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
 Version: 4.6.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
 License: GPLv3 or GPLv2 with exceptions
@@ -32,7 +32,7 @@ BuildRequires: python-devel
 %global python_sitelib  %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
 
-BuildRequires: sip-devel >= 4.9.2
+BuildRequires: sip-devel >= 4.9.3
 
 Requires: dbus-python
 %{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
@@ -131,7 +131,11 @@ rm -rf %{buildroot}
 %{_datadir}/sip/PyQt4/
 %{_qt4_prefix}/qsci/api/python/PyQt4.api
 
+
 %changelog
+* Wed Nov 25 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.6.2-3
+- PyQt4-4.6.2 breaks QStringList in QVariant, rebuild with sip-4.9.3 (#541211)
+
 * Wed Nov 25 2009 Than Ngo <than at redhat.com> - 4.6.2-2
 - fix conditional for RHEL
 




More information about the fedora-extras-commits mailing list