Hello community,
here is the log from the commit of package kdevelop4-plugin-python for
openSUSE:Factory checked in at 2013-11-01 07:04:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2013-08-16 13:48:55.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.kdevelop4-plugin-python.new/kdevelop4-plugin-python.changes
2013-11-01 07:04:26.000000000 +0100
@@ -1,0 +2,27 @@
+Wed Oct 30 10:48:47 UTC 2013 - [email protected]
+
+- Fix lang target name
+
+-------------------------------------------------------------------
+Wed Oct 30 01:28:16 UTC 2013 - [email protected]
+
+- Update to 1.5.2
+ - Fix a bug which led to the PEP8 checker running on non-python
+ files in some cases
+ - Properly support unicode docstrings
+ - Fix a crash in code completion which happened in some rare cases
+ - Fix a crash which could happen when a list comprehension was
+ used as the default value for a function parameter
+
+-------------------------------------------------------------------
+Sun Oct 27 23:20:16 UTC 2013 - [email protected]
+
+- Bump minimal libkdevplatform-devel BuildRequires to 1.4.60 as per
+ CMakeLists
+
+-------------------------------------------------------------------
+Sun Oct 6 12:09:23 UTC 2013 - [email protected]
+
+- Remove unneeded dependencies.
+
+-------------------------------------------------------------------
Old:
----
kdev-python-v1.5.1.tar.bz2
New:
----
kdev-python-v1.5.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop4-plugin-python.spec ++++++
--- /var/tmp/diff_new_pack.Ymg87G/_old 2013-11-01 07:04:27.000000000 +0100
+++ /var/tmp/diff_new_pack.Ymg87G/_new 2013-11-01 07:04:27.000000000 +0100
@@ -15,26 +15,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: kdevelop4-plugin-python
-Version: 1.5.1
-Release: 1
-License: GPL-2.0+
+Version: 1.5.2
+Release: 0
Summary: Python support for KDevelop
-Url: http://www.kdevelop.org
+License: GPL-2.0+
Group: Development/Tools/IDE
-Source0:
http://download.kde.org/stable/kdevelop/kdev-python/%{version}/src/kdev-python-v%{version}.tar.bz2
+Url: http://www.kdevelop.org
+Source0:
http://download.kde.org/stable/kdevelop/kdev-python/%{version}/src/kdev-python-v%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: kdevelop4-devel
BuildRequires: kdevelop4-pg-qt
BuildRequires: libkde4-devel
-BuildRequires: libkdevplatform-devel
+BuildRequires: libkdevplatform-devel >= 1.4.60
BuildRequires: python-kde4-devel
Requires: kdevelop4
-Requires: python-distribute
-Requires: python-lxml
Requires: python-kde4
Requires: python-qt4
Recommends: python-pep8
+Recommends: %{name}-lang
Provides: %{name}-doc = %{version}
Obsoletes: %{name}-doc < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -45,12 +45,13 @@
%package devel
Summary: Development files for %{name}
-Requires: %{name} = %{version}
Group: Development/Libraries/KDE
+Requires: %{name} = %{version}
%description devel
Development libraries and headers needed to build software using %{name}
+%lang_package
%prep
%setup -q -n kdev-python-v%{version}
@@ -65,10 +66,13 @@
%kde_post_install
popd
%fdupes -s %{buildroot}
+ %find_lang kdevpython %{name}.lang
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
+%files lang -f %{name}.lang
+
%files
%defattr(-,root,root)
%{_kde4_appsdir}/kdevappwizard/
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]