[PyQt4] 4.10.3

Rex Dieter rdieter at fedoraproject.org
Wed Oct 16 20:12:04 UTC 2013


commit bf63f8ba1d511d42b14aaff1933de49a04e20bf1
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Oct 16 15:12:04 2013 -0500

    4.10.3

 .gitignore               |    1 +
 PyQt4.spec               |   11 +++++++----
 qreal_float_support.diff |   23 ++++-------------------
 sources                  |    2 +-
 4 files changed, 13 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 98829d2..32fb0e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /PyQt-x11-gpl-4.10.1.tar.gz
 /PyQt-x11-gpl-4.10.2.tar.gz
+/PyQt-x11-gpl-4.10.3.tar.gz
diff --git a/PyQt4.spec b/PyQt4.spec
index 90af83d..899d24b 100644
--- a/PyQt4.spec
+++ b/PyQt4.spec
@@ -8,8 +8,8 @@
 
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
-Version: 4.10.2
-Release: 3%{?dist}
+Version: 4.10.3
+Release: 1%{?dist}
 
 # GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
 License: (GPLv3 or GPLv2 with exceptions) and BSD
@@ -50,11 +50,11 @@ BuildRequires: pkgconfig(QtXml) pkgconfig(QtXmlPatterns)
 BuildRequires: pkgconfig(QtWebKit)
 %endif
 BuildRequires: python-devel
-BuildRequires: sip-devel >= 4.14.3
+BuildRequires: sip-devel >= 4.15.0
 
 %if 0%{?with_python3}
 BuildRequires: python3-devel 
-BuildRequires: python3-sip-devel >= 4.14.3
+BuildRequires: python3-sip-devel >= 4.15.0
 %endif # with_python3
 
 Requires: dbus-python
@@ -372,6 +372,9 @@ diff -u ./sip/QtOpenGL/opengl_types.sip.orig \
 
 
 %changelog
+* Wed Oct 16 2013 Rex Dieter <rdieter at fedoraproject.org> 4.10.3-1
+- 4.10.3
+
 * Mon Oct 07 2013 Than Ngo <than at redhat.com> - 4.10.2-3
 - fix license tag
 - add missing buildroot
diff --git a/qreal_float_support.diff b/qreal_float_support.diff
index af6c9cf..8d51149 100644
--- a/qreal_float_support.diff
+++ b/qreal_float_support.diff
@@ -1,24 +1,9 @@
 ## 03_qreal_float_support.dpatch by Michael Casadevall <sonicmctails at gmail.com>
-Index: python-qt4-4.9.1/configure.py
+Index: python-qt4-4.10.3/sip/QtCore/qlist.sip
 ===================================================================
---- python-qt4-4.9.1.orig/configure.py	2012-02-11 16:59:33.402554204 -0500
-+++ python-qt4-4.9.1/configure.py	2012-02-11 17:02:46.626548495 -0500
-@@ -2072,8 +2072,9 @@
-     out << "PyQt_NoOpenGLES\\n";
- #endif
- 
--    if (sizeof (qreal) != sizeof (double))
-+#if defined(QT_NO_FPU) || defined(QT_ARCH_ARM) || defined(QT_ARCH_WINDOWSCE)
-         out << "PyQt_qreal_double\\n";
-+#endif
- 
-     return 0;
- }
-Index: python-qt4-4.9.1/sip/QtCore/qlist.sip
-===================================================================
---- python-qt4-4.9.1.orig/sip/QtCore/qlist.sip	2012-02-11 16:59:33.422554203 -0500
-+++ python-qt4-4.9.1/sip/QtCore/qlist.sip	2012-02-11 17:05:31.546543622 -0500
-@@ -807,3 +807,227 @@
+--- python-qt4-4.10.3.orig/sip/QtCore/qlist.sip	2013-09-20 07:55:07.028033774 +0100
++++ python-qt4-4.10.3/sip/QtCore/qlist.sip	2013-09-20 07:55:07.024033774 +0100
+@@ -819,3 +819,227 @@
      return sipGetState(sipTransferObj);
  %End
  };
diff --git a/sources b/sources
index 5fcbd19..c1bbc30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9257e12fec9b1b21e5a0d76d455d1691  PyQt-x11-gpl-4.10.2.tar.gz
+8b13d2ab64e4d2fd0037b81b7e78c15c  PyQt-x11-gpl-4.10.3.tar.gz


More information about the scm-commits mailing list