Hello community,
here is the log from the commit of package python-pyside-shiboken for
openSUSE:Factory checked in at 2017-03-12 20:02:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyside-shiboken (Old)
and /work/SRC/openSUSE:Factory/.python-pyside-shiboken.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyside-shiboken"
Sun Mar 12 20:02:30 2017 rev:8 rq:477404 version:1.2.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pyside-shiboken/python3-pyside-shiboken.changes
2016-03-26 15:23:41.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyside-shiboken.new/python3-pyside-shiboken.changes
2017-03-12 20:02:31.238316857 +0100
@@ -1,0 +2,5 @@
+Tue Mar 7 08:05:19 UTC 2017 - [email protected]
+
+- fix build for python 3.6
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyside-shiboken.spec ++++++
--- /var/tmp/diff_new_pack.ydSY6D/_old 2017-03-12 20:02:31.958214991 +0100
+++ /var/tmp/diff_new_pack.ydSY6D/_new 2017-03-12 20:02:31.962214425 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pyside-shiboken
#
-# 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
python3-pyside-shiboken.spec: same change
++++++ shiboken-enable-python35.patch ++++++
--- /var/tmp/diff_new_pack.ydSY6D/_old 2017-03-12 20:02:32.046202541 +0100
+++ /var/tmp/diff_new_pack.ydSY6D/_new 2017-03-12 20:02:32.046202541 +0100
@@ -17,7 +17,7 @@
# CMAKE_FIND_FRAMEWORKS(Python)
-FOREACH(_CURRENT_VERSION 3.4 3.3 3.2 3.1 3.0)
-+FOREACH(_CURRENT_VERSION 3.5 3.4 3.3 3.2 3.1 3.0)
++FOREACH(_CURRENT_VERSION 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
IF(_CURRENT_VERSION GREATER 3.1)
SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "")
ELSE()