Hello community,

here is the log from the commit of package python-qt5 for openSUSE:Factory 
checked in at 2014-07-10 14:56:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes    2014-05-17 
21:44:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt5.new/python-qt5.changes       
2014-07-10 14:56:37.000000000 +0200
@@ -1,0 +2,28 @@
+Sun Jul  6 00:59:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.1
+  * minor bug-fix release
+
+-------------------------------------------------------------------
+Wed Jun 25 01:29:45 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Drop link-python.diff, it's unused
+
+-------------------------------------------------------------------
+Thu May 29 20:49:46 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3
+  * By default a Python slot is only invoked if the underlying C++
+    instance still exists.
+  * Added the no_receiver_check argument to connect().
+  * Added support for Qt v5.3.0.
+  * Added the QtQuickWidgets module.
+  * Added the QtWebSockets module.
+  * Added the --target_py_version, --sysroot and --no-tools option
+    to configure.py.
+  * Cross-compilation (specifically to iOS and Android) is now supported
+- Drop qglobal.patch, included in this release
+- Added libqt5-qtwebsockets-devel BuildRequires
+- Bump required python(3)-sip-devel version to 4.16
+
+-------------------------------------------------------------------
python3-qt5.changes: same change

Old:
----
  PyQt-gpl-5.2.1.tar.gz
  link-python.diff
  qglobal.patch

New:
----
  PyQt-gpl-5.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-qt5.spec ++++++
--- /var/tmp/diff_new_pack.lVcfrr/_old  2014-07-10 14:56:38.000000000 +0200
+++ /var/tmp/diff_new_pack.lVcfrr/_new  2014-07-10 14:56:38.000000000 +0200
@@ -17,22 +17,20 @@
 
 
 Name:           python-qt5
-Version:        5.2.1
+Version:        5.3.1
 Release:        0
 Summary:        PyQt - python bindings for Qt 5
 License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
 Group:          Development/Libraries/Python
 %define rversion %{version}
 Url:            http://www.riverbankcomputing.com/software/pyqt/intro
-Source0:        PyQt-gpl-%{rversion}.tar.gz
+Source0:        
http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{rversion}/PyQt-gpl-%{rversion}.tar.gz
 # PATCH-FIX-OPENSUSE: Easier comparison of different builds
 Patch1:         build-compare.diff
 # PATCH-FIX-OPENSUSE: DIsable RPATH
 Patch2:         disable-rpaths.diff
 # PATCH-FIX-UPSTREAM: fix_qreal_check.diff -- check if qreal is double based 
on sizeof
 Patch3:         fix_qreal_check.diff
-# PATCH-FIX-UPSTREAM: qglobal.patch
-Patch4:         qglobal.patch
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
 BuildRequires:  gdb
@@ -45,12 +43,13 @@
 BuildRequires:  libqt5-qtserialport-devel
 BuildRequires:  libqt5-qtsvg-devel
 BuildRequires:  libqt5-qttools-devel
+BuildRequires:  libqt5-qtwebsockets-devel
 BuildRequires:  libqt5-qtx11extras-devel
 BuildRequires:  libqt5-qtxmlpatterns-devel
 BuildRequires:  pkg-config
 #BuildRequires:  phonon-devel
 BuildRequires:  python-devel
-BuildRequires:  python-sip-devel >= 4.15.5
+BuildRequires:  python-sip-devel >= 4.16
 %requires_ge    dbus-1-python
 %requires_ge    libqt5-x11
 %py_requires
@@ -75,7 +74,7 @@
 Requires:       libqt5-qttools-devel
 Requires:       libqt5-qtx11extras-devel
 Requires:       python-qt5-utils
-Requires:       python-sip-devel >= 4.15.5
+Requires:       python-sip-devel >= 4.16
 Requires:       update-alternatives
 
 %description devel
@@ -105,7 +104,6 @@
 #PATCH-FIX-OPENSUSE: Disable RPATH when building PyQt5.
 %patch2
 #patch3 -p1
-%patch4 -p1
 
 %build
 export CXXFLAGS="%{optflags}"

++++++ python3-qt5.spec ++++++
--- /var/tmp/diff_new_pack.lVcfrr/_old  2014-07-10 14:56:38.000000000 +0200
+++ /var/tmp/diff_new_pack.lVcfrr/_new  2014-07-10 14:56:38.000000000 +0200
@@ -17,22 +17,20 @@
 
 
 Name:           python3-qt5
-Version:        5.2.1
+Version:        5.3.1
 Release:        0
 Summary:        PyQt - python bindings for Qt 5
 License:        SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
 Group:          Development/Libraries/Python
 %define rversion %{version}
 Url:            http://www.riverbankcomputing.com/software/pyqt/intro
-Source0:        PyQt-gpl-%{rversion}.tar.gz
+Source0:        
http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{rversion}/PyQt-gpl-%{rversion}.tar.gz
 # PATCH-FIX-OPENSUSE: Easier comparison of different builds
 Patch1:         build-compare.diff
 # PATCH-FIX-OPENSUSE: DIsable RPATH
 Patch2:         disable-rpaths.diff
 # PATCH-FIX-UPSTREAM: fix_qreal_check.diff -- check if qreal is double based 
on sizeof
 Patch3:         fix_qreal_check.diff
-# PATCH-FIX-UPSTREAM: qglobal.patch
-Patch4:         qglobal.patch
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  dbus-1-python3-devel
 BuildRequires:  fdupes
@@ -45,13 +43,14 @@
 BuildRequires:  libqt5-qtserialport-devel
 BuildRequires:  libqt5-qtsvg-devel
 BuildRequires:  libqt5-qttools-devel
+BuildRequires:  libqt5-qtwebsockets-devel
 BuildRequires:  libqt5-qtx11extras-devel
 BuildRequires:  libqt5-qtxmlpatterns-devel
 BuildRequires:  pkg-config
 #BuildRequires:  phonon-devel
 BuildRequires:  python3-base
 BuildRequires:  python3-devel
-BuildRequires:  python3-sip-devel >= 4.15.5
+BuildRequires:  python3-sip-devel >= 4.16
 Requires:       python(abi) = %{py3_ver}
 %requires_python3_sip_api
 
@@ -74,7 +73,7 @@
 Requires:       libqt5-qttools-devel
 Requires:       libqt5-qtx11extras-devel
 Requires:       python-qt5-utils
-Requires:       python3-sip-devel >= 4.15.5
+Requires:       python3-sip-devel >= 4.16
 Requires:       update-alternatives
 
 %description devel
@@ -94,7 +93,6 @@
 #PATCH-FIX-OPENSUSE: Disable RPATH when building PyQt5.
 %patch2
 #patch3 -p1
-%patch4 -p1
 
 %build
 export CXXFLAGS="%{optflags}"

++++++ PyQt-gpl-5.2.1.tar.gz -> PyQt-gpl-5.3.1.tar.gz ++++++
++++ 55538 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to