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 2022-01-11 21:18:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5-plugin-python3 (Old)
and /work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdevelop5-plugin-python3"
Tue Jan 11 21:18:12 2022 rev:30 rq:944313 version:21.12.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdevelop5-plugin-python3/kdevelop5-plugin-python3.changes
2021-12-13 20:47:58.552542011 +0100
+++
/work/SRC/openSUSE:Factory/.kdevelop5-plugin-python3.new.1892/kdevelop5-plugin-python3.changes
2022-01-11 21:21:46.441064519 +0100
@@ -1,0 +2,9 @@
+Tue Jan 4 10:25:33 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.12.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/21.12.1/
+- No code change since 21.12.0
+
+-------------------------------------------------------------------
Old:
----
kdev-python-21.12.0.tar.xz
kdev-python-21.12.0.tar.xz.sig
New:
----
kdev-python-21.12.1.tar.xz
kdev-python-21.12.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdevelop5-plugin-python3.spec ++++++
--- /var/tmp/diff_new_pack.VRejwh/_old 2022-01-11 21:21:47.001064913 +0100
+++ /var/tmp/diff_new_pack.VRejwh/_new 2022-01-11 21:21:47.005064916 +0100
@@ -17,16 +17,16 @@
%define rname kdev-python
-%bcond_without lang
+%bcond_without released
Name: kdevelop5-plugin-python3
-Version: 21.12.0
+Version: 21.12.1
Release: 0
Summary: Python support for KDevelop
License: GPL-2.0-or-later
Group: Development/Tools/IDE
URL: https://www.kdevelop.org
Source:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
@@ -55,7 +55,7 @@
%description
A KDevelop plugin which provides Python language support, including code
completion and debugging using PDB.
-%if %{with lang}
+%if %{with released}
%package lang
Summary: Translations for package %{name}
Group: System/Localization
@@ -80,7 +80,7 @@
%install
%kf5_makeinstall -C build
-%if %{with lang}
+%if %{with released}
%find_lang kdevpython %{name}.lang
%endif
@@ -99,7 +99,7 @@
%{_kf5_sharedir}/kdevappwizard/
%{_kf5_sharedir}/kdevpythonsupport/
-%if %{with lang}
+%if %{with released}
%files lang -f %{name}.lang
%endif
++++++ kdev-python-21.12.0.tar.xz -> kdev-python-21.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-python-21.12.0/CMakeLists.txt
new/kdev-python-21.12.1/CMakeLists.txt
--- old/kdev-python-21.12.0/CMakeLists.txt 2021-12-02 23:02:12.000000000
+0100
+++ new/kdev-python-21.12.1/CMakeLists.txt 2022-01-03 23:06:36.000000000
+0100
@@ -3,7 +3,7 @@
# KDE Gear version, managed by release service script
set(RELEASE_SERVICE_VERSION_MAJOR "21")
set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
# generate patch level from release service version
set(_micro ${RELEASE_SERVICE_VERSION_MICRO})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-python-21.12.0/org.kde.kdev-python.metainfo.xml
new/kdev-python-21.12.1/org.kde.kdev-python.metainfo.xml
--- old/kdev-python-21.12.0/org.kde.kdev-python.metainfo.xml 2021-12-02
23:02:12.000000000 +0100
+++ new/kdev-python-21.12.1/org.kde.kdev-python.metainfo.xml 2022-01-03
23:06:36.000000000 +0100
@@ -123,6 +123,8 @@
<category>IDE</category>
</categories>
<releases>
+ <release version="5.7.211201" date="2022-01-06"/>
+ <release version="5.7.211200" date="2021-12-09"/>
<release version="5.6.1" date="2020-12-08"/>
<release version="5.6.0" date="2020-09-07">
<url>https://www.kdevelop.org/news/kdevelop-560-released</url>
@@ -134,10 +136,6 @@
</artifact>
</artifacts>
</release>
- <release version="5.5.2" date="2020-06-02"/>
- <release version="5.5.1" date="2020-05-05"/>
- <release version="5.5.0" date="2020-02-02"/>
- <release version="5.4.6" date="2020-01-06"/>
</releases>
<update_contact>[email protected]</update_contact>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdev-python-21.12.0/po/zh_CN/kdevpython.po
new/kdev-python-21.12.1/po/zh_CN/kdevpython.po
--- old/kdev-python-21.12.0/po/zh_CN/kdevpython.po 2021-12-03
01:19:13.000000000 +0100
+++ new/kdev-python-21.12.1/po/zh_CN/kdevpython.po 2022-01-04
01:27:25.000000000 +0100
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-10-30 00:15+0000\n"
-"PO-Revision-Date: 2021-11-30 15:23\n"
+"PO-Revision-Date: 2021-12-22 14:09\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"