Hello community, here is the log from the commit of package python-qt5 for openSUSE:Factory checked in at 2017-01-20 13:07: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 2016-11-15 18:02:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-qt5.new/python-qt5.changes 2017-01-20 13:07:06.856172193 +0100 @@ -1,0 +2,18 @@ +Tue Jan 3 19:30:49 UTC 2017 - ter...@gmail.com + +- Update to 5.7.1 + * added the QtWebEngine module + * added QRegion.setRects() + * added QtMac to the QtMacExtras module + * added support for QChartView and QWebEngineView to pyuic5. + +------------------------------------------------------------------- +Wed Nov 30 07:07:51 UTC 2016 - hrvoje.sen...@gmail.com + +- Add obsolete_window_flag.diff: remore declaration that was removed + in Qt 5.8 (it was WinCE-only) +- Add license.diff: QLibrary::Licensee is deprecated in Qt 5.8, and + produce empty string. We know we are always building opensource + Qt. + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/python-qt5/python3-qt5.changes 2016-11-15 18:02:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-qt5.new/python3-qt5.changes 2017-01-20 13:07:06.888167626 +0100 @@ -1,0 +2,18 @@ +Tue Jan 3 19:29:51 UTC 2017 - ter...@gmail.com + +- Update to 5.7.1 + * added the QtWebEngine module + * added QRegion.setRects() + * added QtMac to the QtMacExtras module + * added support for QChartView and QWebEngineView to pyuic5. + +------------------------------------------------------------------- +Wed Nov 30 07:07:51 UTC 2016 - hrvoje.sen...@gmail.com + +- Add obsolete_window_flag.diff: remore declaration that was removed + in Qt 5.8 (it was WinCE-only) +- Add license.diff: QLibrary::Licensee is deprecated in Qt 5.8, and + produce empty string. We know we are always building opensource + Qt. + +------------------------------------------------------------------- Old: ---- PyQt5_gpl-5.7.tar.gz New: ---- PyQt5_gpl-5.7.1.tar.gz license.diff obsolete_window_flag.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qt5.spec ++++++ --- /var/tmp/diff_new_pack.ZoiY5c/_old 2017-01-20 13:07:07.852030044 +0100 +++ /var/tmp/diff_new_pack.ZoiY5c/_new 2017-01-20 13:07:07.852030044 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-qt5 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-qt5 -Version: 5.7 +Version: 5.7.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 @@ -31,6 +31,10 @@ Patch2: fix_qreal_check.diff # PATCH-FIX-OPENSUSE: disable qml_debug -- debug builds add this, but it creates a security hole Patch3: disable_qml_debug.diff +# PATCH-FIX-OPENSUSE: license.diff +Patch4: license.diff +# PATCH-FIX-OPENSUSE: obsolete_window_flag.diff +Patch5: obsolete_window_flag.diff BuildRequires: dbus-1-devel BuildRequires: dbus-1-devel BuildRequires: dbus-1-python-devel @@ -57,7 +61,7 @@ BuildRequires: pkg-config #BuildRequires: phonon-devel BuildRequires: python-devel -BuildRequires: python-sip-devel >= 4.18.1 +BuildRequires: python-sip-devel >= 4.19 %requires_ge dbus-1-python %requires_ge libqt5-x11 %py_requires @@ -81,7 +85,7 @@ Requires: libqt5-qttools-devel Requires: libqt5-qtx11extras-devel Requires: python-qt5-utils -Requires: python-sip-devel >= 4.18.1 +Requires: python-sip-devel >= 4.19 Requires: update-alternatives %description devel @@ -110,6 +114,8 @@ %patch1 %patch2 -p1 %patch3 -p1 +%patch4 -p0 +%patch5 -p0 %build export CXXFLAGS="%{optflags}" ++++++ python3-qt5.spec ++++++ --- /var/tmp/diff_new_pack.ZoiY5c/_old 2017-01-20 13:07:07.876026618 +0100 +++ /var/tmp/diff_new_pack.ZoiY5c/_new 2017-01-20 13:07:07.880026047 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-qt5 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python3-qt5 -Version: 5.7 +Version: 5.7.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 @@ -31,6 +31,10 @@ Patch2: fix_qreal_check.diff # PATCH-FIX-OPENSUSE: disable qml_debug -- debug builds add this, but it creates a security hole Patch3: disable_qml_debug.diff +# PATCH-FIX-OPENSUSE: license.diff +Patch4: license.diff +# PATCH-FIX-OPENSUSE: obsolete_window_flag.diff +Patch5: obsolete_window_flag.diff BuildRequires: dbus-1-devel BuildRequires: dbus-1-python-devel BuildRequires: dbus-1-python3-devel @@ -57,7 +61,7 @@ #BuildRequires: phonon-devel BuildRequires: python3-base BuildRequires: python3-devel -BuildRequires: python3-sip-devel >= 4.18.1 +BuildRequires: python3-sip-devel >= 4.19 Requires: python(abi) = %{py3_ver} %requires_python3_sip_api @@ -79,7 +83,7 @@ Requires: libqt5-qttools-devel Requires: libqt5-qtx11extras-devel Requires: python-qt5-utils -Requires: python3-sip-devel >= 4.18.1 +Requires: python3-sip-devel >= 4.19 Requires: update-alternatives %description devel @@ -97,6 +101,8 @@ %patch1 %patch2 -p1 %patch3 -p1 +%patch4 -p0 +%patch5 -p0 %build export CXXFLAGS="%{optflags}" ++++++ PyQt5_gpl-5.7.tar.gz -> PyQt5_gpl-5.7.1.tar.gz ++++++ ++++ 135839 lines of diff (skipped) ++++++ license.diff ++++++ --- configure.py.orig 2016-07-25 15:55:28.000000000 +0200 +++ configure.py 2016-11-29 17:40:30.753278915 +0100 @@ -2859,8 +2859,8 @@ def main(argv): target_config.apply_post_options(opts) # Check the licenses are compatible. - check_license(target_config, opts.license_confirmed, - (opts.config_file is None)) + #check_license(target_config, opts.license_confirmed, + # (opts.config_file is None)) # Check Python is what we need. check_python(target_config) ++++++ obsolete_window_flag.diff ++++++ --- sip/QtCore/qnamespace.sip.orig 2016-07-25 15:55:37.000000000 +0200 +++ sip/QtCore/qnamespace.sip 2016-11-29 18:19:44.678618844 +0100 @@ -209,8 +209,6 @@ namespace Qt WindowContextHelpButtonHint, WindowShadeButtonHint, WindowStaysOnTopHint, - WindowOkButtonHint, - WindowCancelButtonHint, WindowStaysOnBottomHint, WindowCloseButtonHint, MacWindowToolBarButtonHint,