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-10-13 18:05:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old)
and /work/SRC/openSUSE:Factory/.pim-data-exporter.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-data-exporter"
Wed Oct 13 18:05:52 2021 rev:62 rq:924027 version:21.08.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes
2021-09-04 22:38:09.520374590 +0200
+++
/work/SRC/openSUSE:Factory/.pim-data-exporter.new.2443/pim-data-exporter.changes
2021-10-13 18:09:44.179617851 +0200
@@ -1,0 +2,9 @@
+Tue Oct 5 16:29:14 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.08.2
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/gear/21.08.2/
+- No code change since 21.08.1
+
+-------------------------------------------------------------------
Old:
----
pim-data-exporter-21.08.1.tar.xz
pim-data-exporter-21.08.1.tar.xz.sig
New:
----
pim-data-exporter-21.08.2.tar.xz
pim-data-exporter-21.08.2.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pim-data-exporter.spec ++++++
--- /var/tmp/diff_new_pack.UMjU6j/_old 2021-10-13 18:09:44.783618797 +0200
+++ /var/tmp/diff_new_pack.UMjU6j/_new 2021-10-13 18:09:44.787618803 +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.08.1
+Version: 21.08.2
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.1.tar.xz -> pim-data-exporter-21.08.2.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-data-exporter-21.08.1/.gitlab-ci.yml
new/pim-data-exporter-21.08.2/.gitlab-ci.yml
--- old/pim-data-exporter-21.08.1/.gitlab-ci.yml 2021-08-27
23:15:50.000000000 +0200
+++ new/pim-data-exporter-21.08.2/.gitlab-ci.yml 2021-10-05
00:32:16.000000000 +0200
@@ -31,4 +31,4 @@
- cd build && run-clang-tidy
variables:
PLATFORM: SUSEQt5.15
- BRANCH_GROUP: kf5-qt5
+ BRANCH_GROUP: stable-kf5-qt5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-data-exporter-21.08.1/CMakeLists.txt
new/pim-data-exporter-21.08.2/CMakeLists.txt
--- old/pim-data-exporter-21.08.1/CMakeLists.txt 2021-08-27
23:15:50.000000000 +0200
+++ new/pim-data-exporter-21.08.2/CMakeLists.txt 2021-10-05
00:32:16.000000000 +0200
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.1")
+set(PIM_VERSION "5.18.2")
project(pim-data-exporter VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "21.08.1")
+set(RELEASE_SERVICE_VERSION "21.08.2")
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.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.18.1")
-set(KMIME_LIB_VERSION "5.18.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.18.1")
-
-set(MAILCOMMON_LIB_VERSION "5.18.1")
-set(PIMCOMMON_LIB_VERSION "5.18.1")
-set(AKONADINOTES_LIB_VERSION "5.18.1")
-set(GRANTLEETHEME_LIB_VERSION "5.18.1")
+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")
# 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.1/org.kde.pimdataexporter.appdata.xml
new/pim-data-exporter-21.08.2/org.kde.pimdataexporter.appdata.xml
--- old/pim-data-exporter-21.08.1/org.kde.pimdataexporter.appdata.xml
2021-08-27 23:15:50.000000000 +0200
+++ new/pim-data-exporter-21.08.2/org.kde.pimdataexporter.appdata.xml
2021-10-05 00:32:16.000000000 +0200
@@ -58,7 +58,7 @@
<summary xml:lang="sv">Sparar alla data fr??n program f??r personlig
informationshantering och ??terst??ller dem p?? andra system.</summary>
<summary xml:lang="uk">???????????????? ?????? ???????? ?? ??????????????
PIM ?? ?????????????????? ???? ?? ?????????? ????????????????.</summary>
<summary xml:lang="x-test">xxSaves all data from PIM apps and restore them
in other systems.xx</summary>
- <summary
xml:lang="zh-CN">??????????????????????????????????????????????????????????????????????????????????????????</summary>
+ <summary
xml:lang="zh-CN">??????????????????????????????????????????????????????????????????????????????????????????</summary>
<developer_name>Laurent Montel <[email protected]></developer_name>
<developer_name xml:lang="ca">Laurent Montel
<[email protected]></developer_name>
<developer_name xml:lang="ca-valencia">Laurent Montel
<[email protected]></developer_name>
@@ -133,9 +133,9 @@
</screenshot>
</screenshots>
<releases>
+ <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"/>
- <release version="5.17.2" date="2021-06-10"/>
</releases>
</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-data-exporter-21.08.1/po/ca/pimdataexporter.po
new/pim-data-exporter-21.08.2/po/ca/pimdataexporter.po
--- old/pim-data-exporter-21.08.1/po/ca/pimdataexporter.po 2021-08-31
02:38:02.000000000 +0200
+++ new/pim-data-exporter-21.08.2/po/ca/pimdataexporter.po 2021-10-05
07:45:36.000000000 +0200
@@ -10,8 +10,8 @@
"Project-Id-Version: pim-data-exporter\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-08-10 01:38+0000\n"
-"PO-Revision-Date: 2021-01-02 13:58+0100\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"PO-Revision-Date: 2021-09-03 19:31+0200\n"
+"Last-Translator: Josep M. Ferrer <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.12.0\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
@@ -34,7 +34,7 @@
#: console/main.cpp:24 console/main.cpp:25
#, kde-format
msgid "PIM Data Exporter Console"
-msgstr "Consola per a l'exportador de les dades PIM"
+msgstr "Consola de l'exportador de dades PIM"
#: console/main.cpp:26
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pim-data-exporter-21.08.1/po/ca@valencia/pimdataexporter.po
new/pim-data-exporter-21.08.2/po/ca@valencia/pimdataexporter.po
--- old/pim-data-exporter-21.08.1/po/ca@valencia/pimdataexporter.po
2021-08-31 02:38:02.000000000 +0200
+++ new/pim-data-exporter-21.08.2/po/ca@valencia/pimdataexporter.po
2021-10-05 07:45:36.000000000 +0200
@@ -10,8 +10,8 @@
"Project-Id-Version: pim-data-exporter\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-08-10 01:38+0000\n"
-"PO-Revision-Date: 2021-01-02 13:58+0100\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"PO-Revision-Date: 2021-09-03 19:31+0200\n"
+"Last-Translator: Josep M. Ferrer <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
"Language: ca@valencia\n"
"MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.12.0\n"
#, kde-format
msgctxt "NAME OF TRANSLATORS"
@@ -34,7 +34,7 @@
#: console/main.cpp:24 console/main.cpp:25
#, kde-format
msgid "PIM Data Exporter Console"
-msgstr "Consola per a l'exportador de les dades PIM"
+msgstr "Consola de l'exportador de dades PIM"
#: console/main.cpp:26
#, kde-format
@@ -1080,85 +1080,3 @@
#, kde-format
msgid "Template Files (*.xml)"
msgstr "Fitxers de plantilla (*.xml)"
-
-#~ msgid "&New"
-#~ msgstr "&Nou"
-
-#~ msgid "&Edit"
-#~ msgstr "&Edita"
-
-#~ msgid "&View"
-#~ msgstr "&Vista"
-
-#~ msgid "&Action"
-#~ msgstr "&Acci??"
-
-#~ msgid "&Settings"
-#~ msgstr "A&rranjament"
-
-#~ msgid "&Help"
-#~ msgstr "A&juda"
-
-#~ msgid "&Export"
-#~ msgstr "&Exporta"
-
-#~ msgid "&Collection"
-#~ msgstr "&Col??lecci??"
-
-#~ msgid "&Item"
-#~ msgstr "E&lement"
-
-#~ msgid "&Cache"
-#~ msgstr "&Cau"
-
-#~ msgid "&Server"
-#~ msgstr "&Servidor"
-
-#~ msgid "&Certificates"
-#~ msgstr "&Certificats"
-
-#~ msgid "&Window"
-#~ msgstr "&Finestra"
-
-#~ msgctxt "@title:menu New message, folder or new window."
-#~ msgid "New"
-#~ msgstr "Nou"
-
-#~ msgid "&Go"
-#~ msgstr "&V??s"
-
-#~ msgid "F&older"
-#~ msgstr "Car&peta"
-
-#~ msgid "Apply Filters on Folder"
-#~ msgstr "Aplica els filtres a la carpeta"
-
-#~ msgid "Apply Filters on Folder and all its Subfolders"
-#~ msgstr "Aplica els filtres a la carpeta i a totes les seues subcarpetes"
-
-#~ msgid "&Message"
-#~ msgstr "&Missatge"
-
-#~ msgid "Reply Special"
-#~ msgstr "Resposta especial"
-
-#~ msgid "&Forward"
-#~ msgstr "&Reenvia"
-
-#~ msgid "A&pply Filter"
-#~ msgstr "A&plica el filtre"
-
-#~ msgid "&Options"
-#~ msgstr "&Opcions"
-
-#~ msgid "&Attach"
-#~ msgstr "&Adjunta"
-
-#~ msgid "HTML Toolbar"
-#~ msgstr "Barra d'eines HTML"
-
-#~ msgid "Text Direction Toolbar"
-#~ msgstr "Barra d'eines per a la direcci?? del text"
-
-#~ msgid "Navigator"
-#~ msgstr "Navegador"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pim-data-exporter-21.08.1/po/da/pimdataexporter.po
new/pim-data-exporter-21.08.2/po/da/pimdataexporter.po
--- old/pim-data-exporter-21.08.1/po/da/pimdataexporter.po 2021-08-31
02:38:02.000000000 +0200
+++ new/pim-data-exporter-21.08.2/po/da/pimdataexporter.po 2021-10-05
07:45:36.000000000 +0200
@@ -1,13 +1,13 @@
# Copyright (C) YEAR This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
-# Martin Schlander <[email protected]>, 2012, 2013, 2014, 2015, 2016,
2017, 2020.
+# Martin Schlander <[email protected]>, 2012, 2013, 2014, 2015, 2016,
2017, 2020, 2021.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2021-08-10 01:38+0000\n"
-"PO-Revision-Date: 2020-07-31 18:35+0200\n"
+"PO-Revision-Date: 2021-09-27 21:02+0200\n"
"Last-Translator: Martin Schlander <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
"Language: da\n"
@@ -33,10 +33,9 @@
msgstr "Konsol til eksport??r til PIM-data"
#: console/main.cpp:26
-#, fuzzy, kde-format
-#| msgid "Copyright ?? 2015-2020 pimdataexporter authors"
+#, kde-format
msgid "Copyright ?? 2015-2021 pimdataexporter authors"
-msgstr "Ophavsret ?? 2015-2020 pimsettingexporter-udviklerne"
+msgstr "Ophavsret ?? 2015-2021 pimsettingexporter-udviklerne"
#: console/main.cpp:27 gui/pimdatacommandlineoption.cpp:41
#, kde-format
@@ -857,10 +856,9 @@
msgstr "PIM-dataeksport"
#: gui/pimdatacommandlineoption.cpp:40
-#, fuzzy, kde-format
-#| msgid "Copyright ?? 2012-2020 pimdataexporter authors"
+#, kde-format
msgid "Copyright ?? 2012-2021 pimdataexporter authors"
-msgstr "Ophavsret ?? 2012-2020 pimsettingexporter-udviklerne"
+msgstr "Ophavsret ?? 2012-2021 pimsettingexporter-udviklerne"
#: gui/pimdatacommandlineoption.cpp:44
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pim-data-exporter-21.08.1/po/zh_CN/pimdataexporter.po
new/pim-data-exporter-21.08.2/po/zh_CN/pimdataexporter.po
--- old/pim-data-exporter-21.08.1/po/zh_CN/pimdataexporter.po 2021-08-31
02:38:02.000000000 +0200
+++ new/pim-data-exporter-21.08.2/po/zh_CN/pimdataexporter.po 2021-10-05
07:45:37.000000000 +0200
@@ -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-08-30 11:45\n"
+"PO-Revision-Date: 2021-09-27 13:11\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
@@ -697,7 +697,7 @@
#: gui/dialog/selectiontypedialog.cpp:60
#, kde-format
msgid "Load Template..."
-msgstr "????????????..."
+msgstr "????????????..."
#: gui/dialog/showarchivestructuredialog.cpp:33
#, kde-format