Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kdevelop5-plugin-python3 for
openSUSE:Factory checked in at 2021-12-13 20:42:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5-plugin-python3 (Old)
and /work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop5-plugin-python3"
Mon Dec 13 20:42:59 2021 rev:29 rq:937931 version:21.12.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdevelop5-plugin-python3/kdevelop5-plugin-python3.changes
2021-02-16 22:49:33.950609220 +0100
+++
/work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new.2520/kdevelop5-plugin-python3.changes
2021-12-13 20:47:58.552542011 +0100
@@ -1,0 +2,22 @@
+Fri Dec 3 19:21:55 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.12.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/gear/21.12.0/
+- No code change since 21.11.90
+
+-------------------------------------------------------------------
+Sat Nov 27 17:47:46 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.11.90
+ * New feature release
+- No code change since 21.11.80
+
+-------------------------------------------------------------------
+Sat Nov 13 18:07:45 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.11.80
+ * New feature release
+
+-------------------------------------------------------------------
Old:
----
kdev-python-5.6.2.tar.xz
New:
----
applications.keyring
kdev-python-21.12.0.tar.xz
kdev-python-21.12.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop5-plugin-python3.spec ++++++
--- /var/tmp/diff_new_pack.WaqK4P/_old 2021-12-13 20:47:59.028542315 +0100
+++ /var/tmp/diff_new_pack.WaqK4P/_new 2021-12-13 20:47:59.036542320 +0100
@@ -17,14 +17,19 @@
%define rname kdev-python
+%bcond_without lang
Name: kdevelop5-plugin-python3
-Version: 5.6.2
+Version: 21.12.0
Release: 0
Summary: Python support for KDevelop
License: GPL-2.0-or-later
Group: Development/Tools/IDE
URL: https://www.kdevelop.org
-Source0:
https://download.kde.org/stable/kdevelop/%{version}/src/%{rname}-%{version}.tar.xz
+Source:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
+Source2: applications.keyring
+%endif
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
BuildRequires: kdevelop5
@@ -50,6 +55,7 @@
%description
A KDevelop plugin which provides Python language support, including code
completion and debugging using PDB.
+%if %{with lang}
%package lang
Summary: Translations for package %{name}
Group: System/Localization
@@ -61,25 +67,30 @@
%description lang
Provides translations to the package %{name}
+%endif
%prep
-%setup -q -n %{rname}-%{version}
+%autosetup -p1 -n %{rname}-%{version}
%build
- %cmake_kf5 -d build
- %make_build parser
- %cmake_build
+%cmake_kf5 -d build
+%make_build parser
+%cmake_build
%install
- %kf5_makeinstall -C build
- %find_lang kdevpython %{name}.lang
- %fdupes -s %{buildroot}
+%kf5_makeinstall -C build
+
+%if %{with lang}
+%find_lang kdevpython %{name}.lang
+%endif
+
+%fdupes -s %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
-%license COPYING
+%license LICENSES/*
%doc README
%{_kf5_appstreamdir}/org.kde.kdev-python.metainfo.xml
%{_kf5_debugdir}/kdevpythonsupport.categories
@@ -88,6 +99,8 @@
%{_kf5_sharedir}/kdevappwizard/
%{_kf5_sharedir}/kdevpythonsupport/
+%if %{with lang}
%files lang -f %{name}.lang
+%endif
%changelog
++++++ kdev-python-5.6.2.tar.xz -> kdev-python-21.12.0.tar.xz ++++++
++++ 30399 lines of diff (skipped)