Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package pim-data-exporter for
openSUSE:Factory checked in at 2021-11-06 18:17:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
and /work/SRC/openSUSE:Factory/.pim-data-exporter.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-data-exporter"
Sat Nov 6 18:17:53 2021 rev:63 rq:929435 version:21.08.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes
2021-10-13 18:09:44.179617851 +0200
+++
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.1890/pim-data-exporter.changes
2021-11-06 18:21:11.772985933 +0100
@@ -1,0 +2,9 @@
+Tue Nov 2 21:34:59 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.08.3
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/21.08.3/
+- No code change since 21.08.2
+
+-------------------------------------------------------------------
Old:
----
pim-data-exporter-21.08.2.tar.xz
pim-data-exporter-21.08.2.tar.xz.sig
New:
----
pim-data-exporter-21.08.3.tar.xz
pim-data-exporter-21.08.3.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.mLOvRa/_old 2021-11-06 18:21:12.184986161 +0100
+++ /var/tmp/diff_new_pack.mLOvRa/_new 2021-11-06 18:21:12.184986161 +0100
@@ -21,7 +21,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: pim-data-exporter
-Version: 21.08.2
+Version: 21.08.3
Release: 0
Summary: Data exporter for KDE PIM applications
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ pim-data-exporter-21.08.2.tar.xz -> pim-data-exporter-21.08.3.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-data-exporter-21.08.2/CMakeLists.txt
new/pim-data-exporter-21.08.3/CMakeLists.txt
--- old/pim-data-exporter-21.08.2/CMakeLists.txt 2021-10-05
00:32:16.000000000 +0200
+++ new/pim-data-exporter-21.08.3/CMakeLists.txt 2021-10-31
11:35:05.000000000 +0100
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.2")
+set(PIM_VERSION "5.18.3")
project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "21.08.2")
+set(RELEASE_SERVICE_VERSION "21.08.3")
set(KF5_MIN_VERSION "5.83.0")
find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -43,16 +43,16 @@
find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test)
endif()
-set(AKONADI_VERSION "5.18.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.18.2")
-set(KMIME_LIB_VERSION "5.18.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.18.2")
-
-set(MAILCOMMON_LIB_VERSION "5.18.2")
-set(PIMCOMMON_LIB_VERSION "5.18.2")
-set(AKONADINOTES_LIB_VERSION "5.18.2")
-set(GRANTLEETHEME_LIB_VERSION "5.18.2")
+set(AKONADI_VERSION "5.18.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.18.3")
+set(KMIME_LIB_VERSION "5.18.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.18.3")
+
+set(MAILCOMMON_LIB_VERSION "5.18.3")
+set(PIMCOMMON_LIB_VERSION "5.18.3")
+set(AKONADINOTES_LIB_VERSION "5.18.3")
+set(GRANTLEETHEME_LIB_VERSION "5.18.3")
# Find KF5 package
find_package(KF5Archive ${KF5_MIN_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pim-data-exporter-21.08.2/org.kde.pimdataexporter.appdata.xml
new/pim-data-exporter-21.08.3/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-21.08.2/org.kde.pimdataexporter.appdata.xml
2021-10-05 00:32:16.000000000 +0200
+++ new/pim-data-exporter-21.08.3/org.kde.pimdataexporter.appdata.xml
2021-10-31 11:35:05.000000000 +0100
@@ -133,9 +133,9 @@
</screenshot>
</screenshots>
<releases>
+ <release version="5.18.3" date="2021-11-04"/>
<release version="5.18.2" date="2021-10-07"/>
<release version="5.18.1" date="2021-09-02"/>
<release version="5.18.0" date="2021-08-12"/>
- <release version="5.17.3" date="2021-07-08"/>
</releases>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-data-exporter-21.08.2/po/ca/pimdataexporter.po
new/pim-data-exporter-21.08.3/po/ca/pimdataexporter.po
--- old/pim-data-exporter-21.08.2/po/ca/pimdataexporter.po 2021-10-05
07:45:36.000000000 +0200
+++ new/pim-data-exporter-21.08.3/po/ca/pimdataexporter.po 2021-11-02
01:18:35.000000000 +0100
@@ -3,7 +3,7 @@
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
-# Josep Ma. Ferrer <[email protected]>, 2012, 2014, 2015, 2016, 2017, 2018,
2019, 2020, 2021.
+# Josep M. Ferrer <[email protected]>, 2012, 2014, 2015, 2016, 2017, 2018,
2019, 2020, 2021.
# Antoni Bella P??rez <[email protected]>, 2013, 2014, 2015, 2016, 2017,
2019, 2020.
msgid ""
msgstr ""
@@ -24,7 +24,7 @@
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
-msgstr "Josep Ma. Ferrer,Antoni Bella"
+msgstr "Josep M. Ferrer,Antoni Bella"
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pim-data-exporter-21.08.2/po/ca@valencia/pimdataexporter.po
new/pim-data-exporter-21.08.3/po/ca@valencia/pimdataexporter.po
--- old/pim-data-exporter-21.08.2/po/ca@valencia/pimdataexporter.po
2021-10-05 07:45:36.000000000 +0200
+++ new/pim-data-exporter-21.08.3/po/ca@valencia/pimdataexporter.po
2021-11-02 01:18:35.000000000 +0100
@@ -3,7 +3,7 @@
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
-# Josep Ma. Ferrer <[email protected]>, 2012, 2014, 2015, 2016, 2017, 2018,
2019, 2020, 2021.
+# Josep M. Ferrer <[email protected]>, 2012, 2014, 2015, 2016, 2017, 2018,
2019, 2020, 2021.
# Antoni Bella P??rez <[email protected]>, 2013, 2014, 2015, 2016, 2017,
2019, 2020.
msgid ""
msgstr ""
@@ -24,7 +24,7 @@
#, kde-format
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
-msgstr "Josep Ma. Ferrer,Antoni Bella"
+msgstr "Josep M. Ferrer,Antoni Bella"
#, kde-format
msgctxt "EMAIL OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pim-data-exporter-21.08.2/po/zh_CN/pimdataexporter.po
new/pim-data-exporter-21.08.3/po/zh_CN/pimdataexporter.po
--- old/pim-data-exporter-21.08.2/po/zh_CN/pimdataexporter.po 2021-10-05
07:45:37.000000000 +0200
+++ new/pim-data-exporter-21.08.3/po/zh_CN/pimdataexporter.po 2021-11-02
01:18:35.000000000 +0100
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-08-10 01:38+0000\n"
-"PO-Revision-Date: 2021-09-27 13:11\n"
+"PO-Revision-Date: 2021-10-29 13:28\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"