Hello community,

here is the log from the commit of package python-qt5 for openSUSE:Factory 
checked in at 2018-05-01 22:57:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qt5"

Tue May  1 22:57:58 2018 rev:27 rq:601834 version:5.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes    2018-04-23 
15:25:08.144130272 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt5.new/python-qt5.changes       
2018-05-01 22:57:59.904408016 +0200
@@ -1,0 +2,8 @@
+Fri Apr 27 07:13:11 UTC 2018 - [email protected]
+
+- Add patch to support Qt 5.9.4, 5.9.5 and Qt 5.11.0:
+  * update-timeline.patch
+- Refresh patch to work with -p1:
+  * disable-rpaths.diff
+
+-------------------------------------------------------------------

New:
----
  update-timeline.patch

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

Other differences:
------------------
++++++ python-qt5.spec ++++++
--- /var/tmp/diff_new_pack.xsgq3X/_old  2018-05-01 22:58:00.684379596 +0200
+++ /var/tmp/diff_new_pack.xsgq3X/_new  2018-05-01 22:58:00.688379450 +0200
@@ -28,6 +28,8 @@
 Source99:       %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE - disable-rpaths.diff - Disable RPATH when building PyQt5.
 Patch1:         disable-rpaths.diff
+# PATCH-FIX-UPSTREAM
+Patch2:         update-timeline.patch
 BuildRequires:  pkgconfig(Qt5Bluetooth)
 BuildRequires:  pkgconfig(Qt5Designer)
 BuildRequires:  pkgconfig(Qt5Help)
@@ -174,7 +176,8 @@
 
 %prep
 %setup -q -n PyQt5_gpl-%{version}
-%patch1
+%autopatch -p1
+
 # Fix wrong-script-interpreter
 find examples -name "*.py" -exec sed -i "s|^#!/usr/bin/env 
python$|#!%__python3|" {} \;
 

++++++ disable-rpaths.diff ++++++
--- /var/tmp/diff_new_pack.xsgq3X/_old  2018-05-01 22:58:00.712378575 +0200
+++ /var/tmp/diff_new_pack.xsgq3X/_new  2018-05-01 22:58:00.712378575 +0200
@@ -1,5 +1,5 @@
---- designer/designer.pro-in.orig
-+++ designer/designer.pro-in
+--- a/designer/designer.pro-in.orig
++++ b/designer/designer.pro-in
 @@ -1,4 +1,5 @@
  CONFIG      += plugin @QTCONFIG@ warn_on
 +CONFIG      -= rpath_libdirs

++++++ update-timeline.patch ++++++
From: Fabian Vogt <[email protected]>
Subject: Update the Qt version timeline

Is SIP unable to count or is there a different stupid reason all versions have
to be mentioned manually?

Index: PyQt5_gpl-5.10.1/sip/QtCore/QtCoremod.sip
===================================================================
--- PyQt5_gpl-5.10.1.orig/sip/QtCore/QtCoremod.sip
+++ PyQt5_gpl-5.10.1/sip/QtCore/QtCoremod.sip
@@ -22,7 +22,7 @@
 
 %Module(name=PyQt5.QtCore, call_super_init=True, 
default_VirtualErrorHandler=PyQt5, keyword_arguments="Optional", 
use_limited_api=True)
 
-%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_99 Qt_5_10_0 Qt_5_10_1}
+%Timeline {Qt_5_0_0 Qt_5_0_1 Qt_5_0_2 Qt_5_1_0 Qt_5_1_1 Qt_5_2_0 Qt_5_2_1 
Qt_5_3_0 Qt_5_3_1 Qt_5_3_2 Qt_5_4_0 Qt_5_4_1 Qt_5_4_2 Qt_5_5_0 Qt_5_5_1 
Qt_5_6_0 Qt_5_6_1 Qt_5_6_2 Qt_5_6_3 Qt_5_6_4 Qt_5_6_5 Qt_5_6_6 Qt_5_6_7 
Qt_5_6_8 Qt_5_6_9 Qt_5_7_0 Qt_5_7_1 Qt_5_8_0 Qt_5_8_1 Qt_5_9_0 Qt_5_9_1 
Qt_5_9_2 Qt_5_9_3 Qt_5_9_4 Qt_5_9_5 Qt_5_9_99 Qt_5_10_0 Qt_5_10_1 Qt_5_11_0}
 
 %Platforms {WS_X11 WS_WIN WS_MACX}
 

Reply via email to