Hello community,
here is the log from the commit of package kdevelop5-plugin-python3 for
openSUSE:Factory checked in at 2017-02-25 00:53:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5-plugin-python3 (Old)
and /work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop5-plugin-python3"
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdevelop5-plugin-python3/kdevelop5-plugin-python3.changes
2016-12-10 18:27:27.740429058 +0100
+++
/work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new/kdevelop5-plugin-python3.changes
2017-02-25 00:53:27.293425140 +0100
@@ -1,0 +2,6 @@
+Wed Feb 22 15:13:52 UTC 2017 - [email protected]
+
+- Add build-with-py36.diff: diff from upstream 50-python36 branch
+ to enable building with Python 3.6
+
+-------------------------------------------------------------------
New:
----
build-with-py36.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop5-plugin-python3.spec ++++++
--- /var/tmp/diff_new_pack.akRtOb/_old 2017-02-25 00:53:29.445094987 +0100
+++ /var/tmp/diff_new_pack.akRtOb/_new 2017-02-25 00:53:29.449094373 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kdevelop5-plugin-python3
#
-# 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
@@ -26,6 +26,10 @@
Group: Development/Tools/IDE
Url: http://www.kdevelop.org
Source0: %{rname}-%{version}.tar.xz
+%if 0%{?suse_version} > 1320
+#PATCH-FIX-UPSTREAM build-with-py36.diff - Add Python 3.6 support from the
50-python36 branch
+Patch0: build-with-py36.diff
+%endif
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: grantlee5-devel
@@ -79,6 +83,9 @@
%prep
%setup -q -n %{rname}-%{version}
+%if 0%{?suse_version} > 1320
+%patch0 -p1
+%endif
%build
%cmake_kf5 -d build
++++++ build-with-py36.diff ++++++
++++ 604 lines (skipped)