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-05-16 23:41:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
and /work/SRC/openSUSE:Factory/.pim-data-exporter.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-data-exporter"
Sun May 16 23:41:41 2021 rev:57 rq:892914 version:21.04.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes
2021-04-25 21:28:48.152530054 +0200
+++
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.2988/pim-data-exporter.changes
2021-05-16 23:43:24.861302207 +0200
@@ -1,0 +2,9 @@
+Wed May 12 06:09:06 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.04.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/releases/21.04.1
+- No code change since 21.04.0
+
+-------------------------------------------------------------------
Old:
----
pim-data-exporter-21.04.0.tar.xz
pim-data-exporter-21.04.0.tar.xz.sig
New:
----
pim-data-exporter-21.04.1.tar.xz
pim-data-exporter-21.04.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.IPzI9a/_old 2021-05-16 23:43:25.357300284 +0200
+++ /var/tmp/diff_new_pack.IPzI9a/_new 2021-05-16 23:43:25.357300284 +0200
@@ -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.04.0
+Version: 21.04.1
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.04.0.tar.xz -> pim-data-exporter-21.04.1.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-data-exporter-21.04.0/CMakeLists.txt
new/pim-data-exporter-21.04.1/CMakeLists.txt
--- old/pim-data-exporter-21.04.0/CMakeLists.txt 2021-04-14
17:27:23.000000000 +0200
+++ new/pim-data-exporter-21.04.1/CMakeLists.txt 2021-05-07
20:38:39.000000000 +0200
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
-set(PIM_VERSION "5.17.0")
+set(PIM_VERSION "5.17.1")
project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "21.04.0")
+set(RELEASE_SERVICE_VERSION "21.04.1")
set(KF5_MIN_VERSION "5.79.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.17.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.17.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.17.0")
-set(KMIME_LIB_VERSION "5.17.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.17.0")
-
-set(MAILCOMMON_LIB_VERSION "5.17.0")
-set(PIMCOMMON_LIB_VERSION "5.17.0")
-set(AKONADINOTES_LIB_VERSION "5.17.0")
-set(GRANTLEETHEME_LIB_VERSION "5.17.0")
+set(AKONADI_VERSION "5.17.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.17.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.17.1")
+set(KMIME_LIB_VERSION "5.17.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.17.1")
+
+set(MAILCOMMON_LIB_VERSION "5.17.1")
+set(PIMCOMMON_LIB_VERSION "5.17.1")
+set(AKONADINOTES_LIB_VERSION "5.17.1")
+set(GRANTLEETHEME_LIB_VERSION "5.17.1")
# 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.04.0/org.kde.pimdataexporter.appdata.xml
new/pim-data-exporter-21.04.1/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-21.04.0/org.kde.pimdataexporter.appdata.xml
2021-04-14 17:27:23.000000000 +0200
+++ new/pim-data-exporter-21.04.1/org.kde.pimdataexporter.appdata.xml
2021-05-07 20:38:39.000000000 +0200
@@ -133,9 +133,9 @@
</screenshot>
</screenshots>
<releases>
+ <release version="5.17.1" date="2021-05-13"/>
<release version="5.17.0" date="2021-04-22"/>
<release version="5.16.3" date="2021-03-04"/>
<release version="5.16.2" date="2021-02-04"/>
- <release version="5.16.1" date="2021-01-07"/>
</releases>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pim-data-exporter-21.04.0/po/zh_CN/pimdataexporter.po
new/pim-data-exporter-21.04.1/po/zh_CN/pimdataexporter.po
--- old/pim-data-exporter-21.04.0/po/zh_CN/pimdataexporter.po 2021-04-16
10:46:29.000000000 +0200
+++ new/pim-data-exporter-21.04.1/po/zh_CN/pimdataexporter.po 2021-05-11
09:29:10.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-03-22 07:32+0100\n"
-"PO-Revision-Date: 2021-03-27 17:31\n"
+"PO-Revision-Date: 2021-04-24 15:45\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"