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 2022-09-09 18:27:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
and /work/SRC/openSUSE:Factory/.pim-data-exporter.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-data-exporter"
Fri Sep 9 18:27:27 2022 rev:73 rq:1002152 version:22.08.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes
2022-08-19 17:58:42.388380533 +0200
+++
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.2083/pim-data-exporter.changes
2022-09-09 18:28:59.073182211 +0200
@@ -1,0 +2,8 @@
+Tue Sep 6 15:21:24 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.08.1
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/22.08.1/
+
+-------------------------------------------------------------------
Old:
----
pim-data-exporter-22.08.0.tar.xz
pim-data-exporter-22.08.0.tar.xz.sig
New:
----
pim-data-exporter-22.08.1.tar.xz
pim-data-exporter-22.08.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.pJqSdS/_old 2022-09-09 18:28:59.509183358 +0200
+++ /var/tmp/diff_new_pack.pJqSdS/_new 2022-09-09 18:28:59.513183369 +0200
@@ -20,7 +20,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without released
Name: pim-data-exporter
-Version: 22.08.0
+Version: 22.08.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-22.08.0.tar.xz -> pim-data-exporter-22.08.1.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-data-exporter-22.08.0/CMakeLists.txt
new/pim-data-exporter-22.08.1/CMakeLists.txt
--- old/pim-data-exporter-22.08.0/CMakeLists.txt 2022-08-11
00:18:50.000000000 +0200
+++ new/pim-data-exporter-22.08.1/CMakeLists.txt 2022-09-03
00:39:54.000000000 +0200
@@ -1,9 +1,9 @@
# SPDX-FileCopyrightText: 2011-2022 Laurent Montel <[email protected]>
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.21.0")
+set(PIM_VERSION "5.21.1")
project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "22.08.0")
+set(RELEASE_SERVICE_VERSION "22.08.1")
set(KF5_MIN_VERSION "5.95.0")
find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -49,15 +49,15 @@
find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED
Widgets Test)
endif()
-set(AKONADI_VERSION "5.21.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.21.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.21.0")
-set(KMIME_LIB_VERSION "5.21.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.21.0")
-
-set(MAILCOMMON_LIB_VERSION "5.21.0")
-set(PIMCOMMON_LIB_VERSION "5.21.0")
-set(AKONADINOTES_LIB_VERSION "5.21.0")
+set(AKONADI_VERSION "5.21.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.21.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.21.1")
+set(KMIME_LIB_VERSION "5.21.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.21.1")
+
+set(MAILCOMMON_LIB_VERSION "5.21.1")
+set(PIMCOMMON_LIB_VERSION "5.21.1")
+set(AKONADINOTES_LIB_VERSION "5.21.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-22.08.0/org.kde.pimdataexporter.appdata.xml
new/pim-data-exporter-22.08.1/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-22.08.0/org.kde.pimdataexporter.appdata.xml
2022-08-11 00:18:50.000000000 +0200
+++ new/pim-data-exporter-22.08.1/org.kde.pimdataexporter.appdata.xml
2022-09-03 00:39:54.000000000 +0200
@@ -155,9 +155,9 @@
</screenshot>
</screenshots>
<releases>
+ <release version="5.21.1" date="2022-09-08"/>
<release version="5.21.0" date="2022-08-18"/>
<release version="5.20.3" date="2022-07-07"/>
<release version="5.20.2" date="2022-06-09"/>
- <release version="5.20.1" date="2022-05-12"/>
</releases>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pim-data-exporter-22.08.0/po/zh_CN/pimdataexporter.po
new/pim-data-exporter-22.08.1/po/zh_CN/pimdataexporter.po
--- old/pim-data-exporter-22.08.0/po/zh_CN/pimdataexporter.po 2022-08-12
02:12:18.000000000 +0200
+++ new/pim-data-exporter-22.08.1/po/zh_CN/pimdataexporter.po 2022-09-06
02:15:26.000000000 +0200
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-08-02 02:11+0000\n"
-"PO-Revision-Date: 2022-08-07 13:32\n"
+"PO-Revision-Date: 2022-08-20 14:21\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"