Hello community,

here is the log from the commit of package python-qt5 for openSUSE:Factory 
checked in at 2015-01-05 04:43:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-10 
17:03:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt5.new/python-qt5.changes       
2015-01-05 04:43:13.000000000 +0100
@@ -1,0 +2,26 @@
+Tue Dec 30 20:09:15 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4
+  * Major functional release that adds full support for Qt v5.4.0.
+  * Added the QtWebChannel module
+  * Added the QtWebEngineWidgets module
+  * Added the QtXml module.
+- Drop add_dep.patch, merged upstream
+- Bump python(3)-sip-devel (Build)Requires to 4.16.4
+
+-------------------------------------------------------------------
+Sat Oct 11 21:08:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.2
+  * Added the Enginio module.
+  * Added the QJsonDocument and QJsonValue classes.
+  * QJsonObject is implemented as a Python dict.
+  * QJsonArray is implemented as a Python list.
+  * Added setUnifiedTitleAndToolBarOnMac() and
+    unifiedTitleAndToolBarOnMac() to QWidget.
+  * Added windowHandle() to QWidget.
+- Drop usage of rversion, use version directly
+- Disable disable-rpaths.diff, upstream removed RPATH usage in this
+  release
+
+-------------------------------------------------------------------
python3-qt5.changes: same change

Old:
----
  PyQt-gpl-5.3.1.tar.gz
  add_dep.patch

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

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

Other differences:
------------------
++++++ python-qt5.spec ++++++
--- /var/tmp/diff_new_pack.UxJD5M/_old  2015-01-05 04:43:14.000000000 +0100
+++ /var/tmp/diff_new_pack.UxJD5M/_new  2015-01-05 04:43:14.000000000 +0100
@@ -17,23 +17,19 @@
 
 
 Name:           python-qt5
-Version:        5.3.1
+Version:        5.4
 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:        
http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{rversion}/PyQt-gpl-%{rversion}.tar.gz
+Source:         
http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{version}/PyQt-gpl-%{version}.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: add_dep.patch -- make the buildsystem know that 
QtPrintSUpport
-# module is needed for QtWebkitWidgets one, previously the build only 
succeeded due to QTBUG-39249
-Patch4:         add_dep.patch
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
 BuildRequires:  gdb
@@ -52,7 +48,7 @@
 BuildRequires:  pkg-config
 #BuildRequires:  phonon-devel
 BuildRequires:  python-devel
-BuildRequires:  python-sip-devel >= 4.16
+BuildRequires:  python-sip-devel >= 4.16.4
 %requires_ge    dbus-1-python
 %requires_ge    libqt5-x11
 %py_requires
@@ -77,7 +73,7 @@
 Requires:       libqt5-qttools-devel
 Requires:       libqt5-qtx11extras-devel
 Requires:       python-qt5-utils
-Requires:       python-sip-devel >= 4.16
+Requires:       python-sip-devel >= 4.16.4
 Requires:       update-alternatives
 
 %description devel
@@ -100,14 +96,13 @@
 sip files used to generate bindings and utilities pylupdate5 and pyrcc5
 
 %prep
-%setup -q -n PyQt-gpl-%{rversion}
+%setup -q -n PyQt-gpl-%{version}
 #PATCH-FIX-OPENSUSE: ease comparison of build by removing a ctime() call in
 # the files compiled by pyuic5
 %patch1
 #PATCH-FIX-OPENSUSE: Disable RPATH when building PyQt5.
-%patch2
+#patch2
 #patch3 -p1
-%patch4 -p1
 
 %build
 export CXXFLAGS="%{optflags}"

++++++ python3-qt5.spec ++++++
--- /var/tmp/diff_new_pack.UxJD5M/_old  2015-01-05 04:43:14.000000000 +0100
+++ /var/tmp/diff_new_pack.UxJD5M/_new  2015-01-05 04:43:14.000000000 +0100
@@ -17,23 +17,19 @@
 
 
 Name:           python3-qt5
-Version:        5.3.1
+Version:        5.4
 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:        
http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{rversion}/PyQt-gpl-%{rversion}.tar.gz
+Source:         
http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{version}/PyQt-gpl-%{version}.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: add_dep.patch -- make the buildsystem know that 
QtPrintSUpport
-# module is needed for QtWebkitWidgets one, previously the build only 
succeeded due to QTBUG-39249
-Patch4:         add_dep.patch
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  dbus-1-python3-devel
 BuildRequires:  fdupes
@@ -53,7 +49,7 @@
 #BuildRequires:  phonon-devel
 BuildRequires:  python3-base
 BuildRequires:  python3-devel
-BuildRequires:  python3-sip-devel >= 4.16
+BuildRequires:  python3-sip-devel >= 4.16.4
 Requires:       python(abi) = %{py3_ver}
 %requires_python3_sip_api
 
@@ -76,7 +72,7 @@
 Requires:       libqt5-qttools-devel
 Requires:       libqt5-qtx11extras-devel
 Requires:       python-qt5-utils
-Requires:       python3-sip-devel >= 4.16
+Requires:       python3-sip-devel >= 4.16.4
 Requires:       update-alternatives
 
 %description devel
@@ -89,14 +85,13 @@
 own PyQt applications.
 
 %prep
-%setup -q -n PyQt-gpl-%{rversion}
+%setup -q -n PyQt-gpl-%{version}
 #PATCH-FIX-OPENSUSE: ease comparison of build by removing a ctime() call in
 # the files compiled by pyuic5
 %patch1
 #PATCH-FIX-OPENSUSE: Disable RPATH when building PyQt5.
-%patch2
+#patch2
 #patch3 -p1
-%patch4 -p1
 
 %build
 export CXXFLAGS="%{optflags}"

++++++ PyQt-gpl-5.3.1.tar.gz -> PyQt-gpl-5.4.tar.gz ++++++
++++ 105949 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