Hello community,
here is the log from the commit of package kdevelop4-plugin-python for
openSUSE:Factory checked in at 2016-04-11 09:14:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop4-plugin-python (Old)
and /work/SRC/openSUSE:Factory/.kdevelop4-plugin-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop4-plugin-python"
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdevelop4-plugin-python/kdevelop4-plugin-python.changes
2015-03-05 18:16:48.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.kdevelop4-plugin-python.new/kdevelop4-plugin-python.changes
2016-04-11 09:14:28.000000000 +0200
@@ -1,0 +2,26 @@
+Thu Feb 4 22:49:51 UTC 2016 - [email protected]
+
+- Update to 1.7.3
+ * No upstream changelog provided
+- Bump libkdevplatform-devel BuildRequires to 1.7.3
+
+-------------------------------------------------------------------
+Thu Jan 7 09:35:02 UTC 2016 - [email protected]
+
+- Conflict with kdevelop4-plugin-python3.
+- Conflict -lang package with kdevelop4-plugin-python3-lang, which
+ has file conflicts.
+
+-------------------------------------------------------------------
+Thu Dec 3 11:13:56 UTC 2015 - [email protected]
+
+- Fix download URL.
+
+-------------------------------------------------------------------
+Tue Dec 1 19:25:53 UTC 2015 - [email protected]
+
+- Update to 1.7.2
+ * No upstream changelog provided
+- Bump libkdevplatform-devel BuildRequires to 1.7.2
+
+-------------------------------------------------------------------
Old:
----
kdev-python-1.7.1.tar.xz
New:
----
kdev-python-1.7.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop4-plugin-python.spec ++++++
--- /var/tmp/diff_new_pack.gEbjpe/_old 2016-04-11 09:14:29.000000000 +0200
+++ /var/tmp/diff_new_pack.gEbjpe/_new 2016-04-11 09:14:29.000000000 +0200
@@ -17,18 +17,20 @@
Name: kdevelop4-plugin-python
-Version: 1.7.1
+Version: 1.7.3
+%define kdevver 4.7.3
+%define platver 1.7.3
Release: 0
Summary: Python support for KDevelop
License: GPL-2.0+
Group: Development/Tools/IDE
Url: http://www.kdevelop.org
-Source0:
http://download.kde.org/stable/kdevelop/4.7.1/src/kdev-python-%{version}.tar.xz
+Source0:
http://download.kde.org/stable/kdevelop/%{kdevver}/src/kdev-python-%{version}.tar.bz2
BuildRequires: fdupes
-BuildRequires: kdevelop4-devel
+BuildRequires: kdevelop4-devel >= %{kdevver}
BuildRequires: kdevelop4-pg-qt
BuildRequires: libkde4-devel
-BuildRequires: libkdevplatform-devel >= 1.7.1
+BuildRequires: libkdevplatform-devel >= %{platver}
BuildRequires: python-kde4-devel
Requires: kdevelop4
Requires: python-kde4
@@ -39,15 +41,34 @@
Obsoletes: %{name}-doc < %{version}
Provides: %{name}-devel = %{version}
Obsoletes: %{name}-devel < %{version}
+Conflicts: kdevelop4-plugin-python3
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
A KDevelop plugin which provides Python language support.
-%lang_package
+This version only supports Python 2.x and conflicts with the
+KDevelop plugin supporting Python 3.x, kdevelop4-plugin-python3.
+
+# We need an explicit lang package so we can conflict with
kdevelop4-plugin-python3-lang
+
+%package lang
+Summary: Languages for package %{name}
+Requires: %{name} = %{version}
+Conflicts: kdevelop4-plugin-python3-lang
+
+%description lang
+Provides translations to the package %{name}.
+
%prep
%setup -q -n kdev-python-%{version}
+%if 0%{?suse_version} <= 1320 && !0%{?is_opensuse}
+# fix build with older cmake versions (i.e. on 13.2 and below) by
+# readding "cmake_policy(SET CMP0002 OLD)" to po/CMakeLists.txt
+# (was in there before but has been removed in 1.7.3)
+sed -i -e "1s/^/cmake_policy(SET CMP0002 OLD)\n/" po/CMakeLists.txt
+%endif
%build
%cmake_kde4 -d build
++++++ kdev-python-1.7.1.tar.xz -> kdev-python-1.7.3.tar.bz2 ++++++
++++ 8402 lines of diff (skipped)