[PyQt4] 4.10

Rex Dieter rdieter at fedoraproject.org
Mon Mar 4 00:13:19 UTC 2013


commit 78acc2ce47d0a572eb60b6bc6734a475af3b180a
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sun Mar 3 18:13:00 2013 -0600

    4.10

 .gitignore                            |    4 +---
 PyQt-x11-gpl-4.10-pyuic_shbang.patch  |    8 ++++++++
 PyQt-x11-gpl-4.9.2-pyuic_shbang.patch |    8 --------
 PyQt4.spec                            |   13 ++++++++-----
 sources                               |    2 +-
 5 files changed, 18 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1b05a1..0f63dc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/PyQt-x11-gpl-4.8.6.tar.gz
-/PyQt-x11-gpl-4.9.1.tar.gz
-/PyQt-x11-gpl-4.9.6.tar.gz
+/PyQt-x11-gpl-4.10.tar.gz
diff --git a/PyQt-x11-gpl-4.10-pyuic_shbang.patch b/PyQt-x11-gpl-4.10-pyuic_shbang.patch
new file mode 100644
index 0000000..c2d83e1
--- /dev/null
+++ b/PyQt-x11-gpl-4.10-pyuic_shbang.patch
@@ -0,0 +1,8 @@
+diff -up PyQt-x11-gpl-4.10/pyuic/uic/pyuic.py.pyuic_shbang PyQt-x11-gpl-4.10/pyuic/uic/pyuic.py
+--- PyQt-x11-gpl-4.10/pyuic/uic/pyuic.py.pyuic_shbang	2013-03-01 15:42:12.000000000 -0600
++++ PyQt-x11-gpl-4.10/pyuic/uic/pyuic.py	2013-03-03 18:09:13.822342505 -0600
+@@ -1,3 +1,4 @@
++#!/usr/bin/python -tt
+ #############################################################################
+ ##
+ ## Copyright (c) 2013 Riverbank Computing Limited <info at riverbankcomputing.com>
diff --git a/PyQt4.spec b/PyQt4.spec
index a862782..3745a5c 100644
--- a/PyQt4.spec
+++ b/PyQt4.spec
@@ -5,8 +5,8 @@
 
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
-Version: 4.9.6
-Release: 3%{?dist}
+Version: 4.10
+Release: 1%{?dist}
 
 # GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
 License: GPLv3 or GPLv2 with exceptions
@@ -23,7 +23,7 @@ Patch50:  PyQt-x11-gpl-4.9.5-timestamp_multilib.patch
 # simpler approach may be to not try to change these at buildime (only verify),
 # if /usr/include/GL/gl.h ever changes these types, we have bigger problems
 Patch51:  PyQt-x11-gpl-4.9.1-opengl_types.patch
-Patch52:  PyQt-x11-gpl-4.9.2-pyuic_shbang.patch
+Patch52:  PyQt-x11-gpl-4.10-pyuic_shbang.patch
 
 ## upstream patches
 # fix FTBFS on ARM
@@ -42,11 +42,11 @@ BuildRequires: pkgconfig(QtGui) pkgconfig(QtNetwork)
 BuildRequires: qscintilla
 BuildRequires: pkgconfig(QtWebKit)
 %endif
-BuildRequires: sip-devel >= 4.14.2
+BuildRequires: sip-devel >= 4.14.3
 
 %if 0%{?with_python3}
 BuildRequires: python3-devel 
-BuildRequires: python3-sip-devel >= 4.14.2
+BuildRequires: python3-sip-devel >= 4.14.3
 %endif # with_python3
 
 Requires: dbus-python
@@ -287,6 +287,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Mar 03 2013 Rex Dieter <rdieter at fedoraproject.org> 4.10-1
+- 4.10
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.9.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index af48055..4098563 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-514e1f9597771dc732ba75ba9fa5c6b6  PyQt-x11-gpl-4.9.6.tar.gz
+b5953e96d0f82d322d0cba008163321e  PyQt-x11-gpl-4.10.tar.gz


More information about the scm-commits mailing list