Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package akonadi-import-wizard for 
openSUSE:Factory checked in at 2021-11-06 18:13:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-import-wizard (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-import-wizard.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-import-wizard"

Sat Nov  6 18:13:33 2021 rev:64 rq:929228 version:21.08.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/akonadi-import-wizard/akonadi-import-wizard.changes  
    2021-10-13 18:02:03.862896309 +0200
+++ 
/work/SRC/openSUSE:Factory/.akonadi-import-wizard.new.1890/akonadi-import-wizard.changes
    2021-11-06 18:14:15.484766941 +0100
@@ -1,0 +2,9 @@
+Tue Nov  2 21:33:08 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:
----
  akonadi-import-wizard-21.08.2.tar.xz
  akonadi-import-wizard-21.08.2.tar.xz.sig

New:
----
  akonadi-import-wizard-21.08.3.tar.xz
  akonadi-import-wizard-21.08.3.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ akonadi-import-wizard.spec ++++++
--- /var/tmp/diff_new_pack.TmFBiP/_old  2021-11-06 18:14:16.160767296 +0100
+++ /var/tmp/diff_new_pack.TmFBiP/_new  2021-11-06 18:14:16.160767296 +0100
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           akonadi-import-wizard
-Version:        21.08.2
+Version:        21.08.3
 Release:        0
 Summary:        Assistant to import PIM data
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ akonadi-import-wizard-21.08.2.tar.xz -> 
akonadi-import-wizard-21.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-import-wizard-21.08.2/CMakeLists.txt 
new/akonadi-import-wizard-21.08.3/CMakeLists.txt
--- old/akonadi-import-wizard-21.08.2/CMakeLists.txt    2021-09-25 
10:14:01.000000000 +0200
+++ new/akonadi-import-wizard-21.08.3/CMakeLists.txt    2021-10-09 
09:23:02.000000000 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.18.2")
+set(PIM_VERSION "5.18.3")
 project(AkonadiImportWizard VERSION ${PIM_VERSION})
 
 
@@ -29,7 +29,7 @@
 
 # Do NOT add quote
 set(KDEPIM_DEV_VERSION )
-set(RELEASE_SERVICE_VERSION "21.08.2")
+set(RELEASE_SERVICE_VERSION "21.08.3")
 
 # add an extra space
 if(DEFINED KDEPIM_DEV_VERSION)
@@ -41,20 +41,20 @@
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
 
-set(KMAILTRANSPORT_LIB_VERSION "5.18.2")
-set(AKONADI_VERSION "5.18.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.18.3")
+set(AKONADI_VERSION "5.18.3")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.15.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Gui)
-set(MAILIMPORTER_VERSION "5.18.2")
-set(MAILCOMMON_LIB_VERSION "5.18.2")
-set(MESSAGELIB_LIB_VERSION "5.18.2")
-set(PIMCOMMON_LIB_VERSION "5.18.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.2")
-set(GRANTLEETHEME_LIB_VERSION "5.18.2")
+set(MAILIMPORTER_VERSION "5.18.3")
+set(MAILCOMMON_LIB_VERSION "5.18.3")
+set(MESSAGELIB_LIB_VERSION "5.18.3")
+set(PIMCOMMON_LIB_VERSION "5.18.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.3")
+set(GRANTLEETHEME_LIB_VERSION "5.18.3")
 
 # Find KF5 package
 find_package(KF5Config ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-import-wizard-21.08.2/po/ca/akonadiimportwizard.po 
new/akonadi-import-wizard-21.08.3/po/ca/akonadiimportwizard.po
--- old/akonadi-import-wizard-21.08.2/po/ca/akonadiimportwizard.po      
2021-10-05 07:44:45.000000000 +0200
+++ new/akonadi-import-wizard-21.08.3/po/ca/akonadiimportwizard.po      
2021-11-02 01:17:44.000000000 +0100
@@ -3,15 +3,15 @@
 # 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, 2015, 2017, 2018.
+# Josep M. Ferrer <[email protected]>, 2012, 2015, 2017, 2018, 2021.
 # Antoni Bella P??rez <[email protected]>, 2013, 2014, 2015, 2016, 2017, 
2019, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi-import-wizard\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-20 00:18+0000\n"
-"PO-Revision-Date: 2021-01-02 15:37+0100\n"
-"Last-Translator: Antoni Bella P??rez <[email protected]>\n"
+"PO-Revision-Date: 2021-10-25 13:49+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,12 +19,12 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 20.08.2\n"
+"X-Generator: Lokalize 20.12.0\n"
 
 #, 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"
@@ -275,7 +275,7 @@
 #: manual/manualselectfilterpage.cpp:85
 #, kde-format
 msgid "<p><i>Written by %1.</i></p>"
-msgstr "<p><i>Escrit per en %1.</i></p>"
+msgstr "<p><i>Escrit per %1.</i></p>"
 
 #: plugins/balsa/balsaaddressbook.cpp:41 plugins/balsa/balsaaddressbook.cpp:54
 #: plugins/sylpheed/sylpheedaddressbook.cpp:29
@@ -442,7 +442,7 @@
 msgstr ""
 "Aquest assistent importar?? missatges de correu, entrades de la llibreta "
 "d'adreces, filtres i/o arranjaments des d'altres programes de correu en el "
-"KMail."
+"KMail"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: ui/autodetect/selectcomponentpage.ui:136
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-import-wizard-21.08.2/po/ca@valencia/akonadiimportwizard.po 
new/akonadi-import-wizard-21.08.3/po/ca@valencia/akonadiimportwizard.po
--- old/akonadi-import-wizard-21.08.2/po/ca@valencia/akonadiimportwizard.po     
2021-10-05 07:44:45.000000000 +0200
+++ new/akonadi-import-wizard-21.08.3/po/ca@valencia/akonadiimportwizard.po     
2021-11-02 01:17:44.000000000 +0100
@@ -3,15 +3,15 @@
 # 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, 2015, 2017, 2018.
+# Josep M. Ferrer <[email protected]>, 2012, 2015, 2017, 2018, 2021.
 # Antoni Bella P??rez <[email protected]>, 2013, 2014, 2015, 2016, 2017, 
2019, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: akonadi-import-wizard\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-20 00:18+0000\n"
-"PO-Revision-Date: 2021-01-02 15:37+0100\n"
-"Last-Translator: Antoni Bella P??rez <[email protected]>\n"
+"PO-Revision-Date: 2021-10-25 13:49+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,12 +19,12 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 20.08.2\n"
+"X-Generator: Lokalize 20.12.0\n"
 
 #, 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"
@@ -275,7 +275,7 @@
 #: manual/manualselectfilterpage.cpp:85
 #, kde-format
 msgid "<p><i>Written by %1.</i></p>"
-msgstr "<p><i>Escrit per en %1.</i></p>"
+msgstr "<p><i>Escrit per %1.</i></p>"
 
 #: plugins/balsa/balsaaddressbook.cpp:41 plugins/balsa/balsaaddressbook.cpp:54
 #: plugins/sylpheed/sylpheedaddressbook.cpp:29
@@ -442,7 +442,7 @@
 msgstr ""
 "Aquest assistent importar?? missatges de correu, entrades de la llibreta "
 "d'adreces, filtres i/o arranjaments des d'altres programes de correu en el "
-"KMail."
+"KMail"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: ui/autodetect/selectcomponentpage.ui:136
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akonadi-import-wizard-21.08.2/po/zh_CN/akonadiimportwizard.po 
new/akonadi-import-wizard-21.08.3/po/zh_CN/akonadiimportwizard.po
--- old/akonadi-import-wizard-21.08.2/po/zh_CN/akonadiimportwizard.po   
2021-10-05 07:44:46.000000000 +0200
+++ new/akonadi-import-wizard-21.08.3/po/zh_CN/akonadiimportwizard.po   
2021-11-02 01:17:44.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-04-20 00:18+0000\n"
-"PO-Revision-Date: 2021-09-27 13:10\n"
+"PO-Revision-Date: 2021-10-29 13:27\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to