Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kmail-account-wizard for 
openSUSE:Factory checked in at 2021-10-13 18:02:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
 and      /work/SRC/openSUSE:Factory/.kmail-account-wizard.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmail-account-wizard"

Wed Oct 13 18:02:34 2021 rev:62 rq:923927 version:21.08.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes    
    2021-09-04 22:35:06.568131998 +0200
+++ 
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new.2443/kmail-account-wizard.changes
      2021-10-13 18:03:15.139008034 +0200
@@ -1,0 +2,9 @@
+Tue Oct  5 16:28:24 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- 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:
----
  kmail-account-wizard-21.08.1.tar.xz
  kmail-account-wizard-21.08.1.tar.xz.sig

New:
----
  kmail-account-wizard-21.08.2.tar.xz
  kmail-account-wizard-21.08.2.tar.xz.sig

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

Other differences:
------------------
++++++ kmail-account-wizard.spec ++++++
--- /var/tmp/diff_new_pack.QuBbro/_old  2021-10-13 18:03:15.967009331 +0200
+++ /var/tmp/diff_new_pack.QuBbro/_new  2021-10-13 18:03:15.971009338 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kmail-account-wizard
-Version:        21.08.1
+Version:        21.08.2
 Release:        0
 Summary:        Account wizard for KMail
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ kmail-account-wizard-21.08.1.tar.xz -> 
kmail-account-wizard-21.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-21.08.1/.gitlab-ci.yml 
new/kmail-account-wizard-21.08.2/.gitlab-ci.yml
--- old/kmail-account-wizard-21.08.1/.gitlab-ci.yml     2021-08-13 
08:44:58.000000000 +0200
+++ new/kmail-account-wizard-21.08.2/.gitlab-ci.yml     2021-09-25 
10:14:01.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/kmail-account-wizard-21.08.1/CMakeLists.txt 
new/kmail-account-wizard-21.08.2/CMakeLists.txt
--- old/kmail-account-wizard-21.08.1/CMakeLists.txt     2021-08-13 
08:44:58.000000000 +0200
+++ new/kmail-account-wizard-21.08.2/CMakeLists.txt     2021-09-25 
10:14:01.000000000 +0200
@@ -1,4 +1,4 @@
-set(PIM_VERSION "5.18.1")
+set(PIM_VERSION "5.18.2")
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 project(kmail-account-wizard VERSION ${PIM_VERSION})
 
@@ -30,7 +30,7 @@
 
 # Do NOT add quote
 set(KDEPIM_DEV_VERSION )
-set(RELEASE_SERVICE_VERSION "21.08.1")
+set(RELEASE_SERVICE_VERSION "21.08.2")
 
 # add an extra space
 if(DEFINED KDEPIM_DEV_VERSION)
@@ -39,22 +39,22 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(AKONADI_MIMELIB_VERSION "5.18.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.1")
-set(KLDAP_LIB_VERSION "5.18.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.18.1")
-set(AKONADI_VERSION "5.18.1")
-set(KIMAP_LIB_VERSION "5.18.1")
-set(AKONADI_MIMELIB_VERSION "5.18.1")
+set(AKONADI_MIMELIB_VERSION "5.18.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.18.2")
+set(KLDAP_LIB_VERSION "5.18.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.18.2")
+set(AKONADI_VERSION "5.18.2")
+set(KIMAP_LIB_VERSION "5.18.2")
+set(AKONADI_MIMELIB_VERSION "5.18.2")
 
 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 Xml DBus Test)
-set(PIMCOMMON_LIB_VERSION "5.18.1")
-set(LIBKDEPIM_LIB_VERSION "5.18.1")
-set(LIBKLEO_LIB_VERSION "5.18.1")
+set(PIMCOMMON_LIB_VERSION "5.18.2")
+set(LIBKDEPIM_LIB_VERSION "5.18.2")
+set(LIBKLEO_LIB_VERSION "5.18.2")
 
 # Find KF5 package
 find_package(KF5Wallet ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-21.08.1/po/ca/accountwizard.po 
new/kmail-account-wizard-21.08.2/po/ca/accountwizard.po
--- old/kmail-account-wizard-21.08.1/po/ca/accountwizard.po     2021-08-31 
02:37:43.000000000 +0200
+++ new/kmail-account-wizard-21.08.2/po/ca/accountwizard.po     2021-10-05 
07:45:18.000000000 +0200
@@ -11,8 +11,8 @@
 "Project-Id-Version: kmail-account-wizard\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-14 01:42+0000\n"
-"PO-Revision-Date: 2021-08-14 19:17+0200\n"
-"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"PO-Revision-Date: 2021-09-12 20:58+0200\n"
+"Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -55,7 +55,7 @@
 #: configfile.cpp:99
 #, kde-format
 msgid "Unknown configuration name '%1'"
-msgstr "El nom per a la configuraci?? ??%1?? ??s desconegut"
+msgstr "El nom de la configuraci?? ??%1?? ??s desconegut"
 
 #: cryptopage.cpp:82 cryptopage.cpp:103 cryptopage.cpp:204
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-21.08.1/po/ca@valencia/accountwizard.po 
new/kmail-account-wizard-21.08.2/po/ca@valencia/accountwizard.po
--- old/kmail-account-wizard-21.08.1/po/ca@valencia/accountwizard.po    
2021-08-31 02:37:43.000000000 +0200
+++ new/kmail-account-wizard-21.08.2/po/ca@valencia/accountwizard.po    
2021-10-05 07:45:18.000000000 +0200
@@ -11,8 +11,8 @@
 "Project-Id-Version: kmail-account-wizard\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-14 01:42+0000\n"
-"PO-Revision-Date: 2021-08-14 19:17+0200\n"
-"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"PO-Revision-Date: 2021-09-12 20:58+0200\n"
+"Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -55,7 +55,7 @@
 #: configfile.cpp:99
 #, kde-format
 msgid "Unknown configuration name '%1'"
-msgstr "El nom per a la configuraci?? ??%1?? ??s desconegut"
+msgstr "El nom de la configuraci?? ??%1?? ??s desconegut"
 
 #: cryptopage.cpp:82 cryptopage.cpp:103 cryptopage.cpp:204
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-21.08.1/po/da/accountwizard.po 
new/kmail-account-wizard-21.08.2/po/da/accountwizard.po
--- old/kmail-account-wizard-21.08.1/po/da/accountwizard.po     2021-08-31 
02:37:43.000000000 +0200
+++ new/kmail-account-wizard-21.08.2/po/da/accountwizard.po     2021-10-05 
07:45:18.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 <mschlan...@opensuse.org>, 2010, 2011, 2012, 2013, 2014, 
2015, 2016, 2017, 2020.
+# Martin Schlander <mschlan...@opensuse.org>, 2010, 2011, 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-14 01:42+0000\n"
-"PO-Revision-Date: 2020-11-17 19:35+0100\n"
+"PO-Revision-Date: 2021-09-09 21:52+0200\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
 "Language: da\n"
@@ -435,10 +435,9 @@
 msgstr "Kunne ikke s??tte indstilling \"%1\": %2"
 
 #: resource.cpp:142
-#, fuzzy, kde-format
-#| msgid "Could not set setting '%1': %2"
+#, kde-format
 msgid "Could not save settings: %1"
-msgstr "Kunne ikke s??tte indstilling \"%1\": %2"
+msgstr "Kunne ikke gemme indstillinger: %1"
 
 #: resource.cpp:151
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-21.08.1/po/fi/accountwizard.po 
new/kmail-account-wizard-21.08.2/po/fi/accountwizard.po
--- old/kmail-account-wizard-21.08.1/po/fi/accountwizard.po     2021-08-31 
02:37:43.000000000 +0200
+++ new/kmail-account-wizard-21.08.2/po/fi/accountwizard.po     2021-10-05 
07:45:18.000000000 +0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: accountwizard\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-14 01:42+0000\n"
-"PO-Revision-Date: 2021-02-25 15:34+0200\n"
+"PO-Revision-Date: 2021-09-05 15:54+0300\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
 "Language: fi\n"
@@ -442,10 +442,9 @@
 msgstr "Asetusta ???%1??? ei voida asettaa: %2"
 
 #: resource.cpp:142
-#, fuzzy, kde-format
-#| msgid "Could not set setting '%1': %2"
+#, kde-format
 msgid "Could not save settings: %1"
-msgstr "Asetusta ???%1??? ei voida asettaa: %2"
+msgstr "Asetuksia ei voitu tallentaa: %1"
 
 #: resource.cpp:151
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-21.08.1/po/sl/accountwizard.po 
new/kmail-account-wizard-21.08.2/po/sl/accountwizard.po
--- old/kmail-account-wizard-21.08.1/po/sl/accountwizard.po     2021-08-31 
02:37:43.000000000 +0200
+++ new/kmail-account-wizard-21.08.2/po/sl/accountwizard.po     2021-10-05 
07:45:18.000000000 +0200
@@ -4,13 +4,13 @@
 # Andrej Vernekar <andrej.verne...@moj.net>, 2010.
 # Jure Repinc <j...@holodeck1.com>, 2012.
 # Andrej Mernik <andr...@ubuntu.si>, 2014, 2015, 2016, 2017, 2018.
-# Matja?? Jeran <matjaz.je...@amis.net>, 2019, 2020.
+# Matja?? Jeran <matjaz.je...@amis.net>, 2019, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-14 01:42+0000\n"
-"PO-Revision-Date: 2020-11-09 07:51+0100\n"
+"PO-Revision-Date: 2021-09-24 08:36+0200\n"
 "Last-Translator: Matja?? Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
 "Language: sl\n"
@@ -20,7 +20,7 @@
 "Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
-"X-Generator: Lokalize 20.08.1\n"
+"X-Generator: Lokalize 20.12.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -443,10 +443,9 @@
 msgstr "Nastavitve '%1' ni bilo mogo??e nastaviti: %2"
 
 #: resource.cpp:142
-#, fuzzy, kde-format
-#| msgid "Could not set setting '%1': %2"
+#, kde-format
 msgid "Could not save settings: %1"
-msgstr "Nastavitve '%1' ni bilo mogo??e nastaviti: %2"
+msgstr "Ni bilo mogo??e shraniti nastavitev: %1"
 
 #: resource.cpp:151
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-21.08.1/po/zh_CN/accountwizard.po 
new/kmail-account-wizard-21.08.2/po/zh_CN/accountwizard.po
--- old/kmail-account-wizard-21.08.1/po/zh_CN/accountwizard.po  2021-08-31 
02:37:43.000000000 +0200
+++ new/kmail-account-wizard-21.08.2/po/zh_CN/accountwizard.po  2021-10-05 
07:45:18.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-14 01:42+0000\n"
-"PO-Revision-Date: 2021-08-30 11:45\n"
+"PO-Revision-Date: 2021-09-27 13:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -150,7 +150,7 @@
 #: dialog.cpp:78
 #, kde-format
 msgid "Loading Assistant"
-msgstr "??????????????????"
+msgstr "??????????????????"
 
 #: dialog.cpp:86
 #, kde-format
@@ -321,17 +321,17 @@
 #: loadpage.cpp:40
 #, kde-format
 msgid "Unable to load assistant: File '%1' does not exist."
-msgstr "??????????????????????????????%1???????????????"
+msgstr "??????????????????????????????%1???????????????"
 
 #: loadpage.cpp:43
 #, kde-format
 msgid "Loading script '%1'..."
-msgstr "?????????????????????%1???..."
+msgstr "?????????????????????%1???..."
 
 #: loadpage.cpp:52
 #, kde-format
 msgid "Failed to load script: '%1'."
-msgstr "????????????????????????%1??????"
+msgstr "????????????????????????%1??????"
 
 #: main.cpp:36
 #, kde-format
@@ -341,7 +341,7 @@
 #: main.cpp:40
 #, kde-format
 msgid "(c) 2009-2020 the Akonadi developers"
-msgstr ""
+msgstr "(c) 2009-2020 Akonadi ?????????"
 
 #: main.cpp:43
 #, kde-format
@@ -371,7 +371,7 @@
 #: main.cpp:56
 #, kde-format
 msgid "Returns types of assistants"
-msgstr ""
+msgstr "???????????????????????????"
 
 #: main.cpp:64
 #, kde-format
@@ -441,7 +441,7 @@
 #: resource.cpp:142
 #, kde-format
 msgid "Could not save settings: %1"
-msgstr ""
+msgstr "?????????????????????%1"
 
 #: resource.cpp:151
 #, kde-format
@@ -619,7 +619,7 @@
 #: ui/loadpage.ui:30
 #, kde-format
 msgid "Loading assistant..."
-msgstr "??????????????????..."
+msgstr "??????????????????..."
 
 #. i18n: ectx: property (text), widget (QLabel, welcomeLabel)
 #: ui/personaldatapage.ui:17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-21.08.1/po/zh_CN/accountwizard_tine20.po 
new/kmail-account-wizard-21.08.2/po/zh_CN/accountwizard_tine20.po
--- old/kmail-account-wizard-21.08.1/po/zh_CN/accountwizard_tine20.po   
2021-08-31 02:37:43.000000000 +0200
+++ new/kmail-account-wizard-21.08.2/po/zh_CN/accountwizard_tine20.po   
2021-10-05 07:45:18.000000000 +0200
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:49+0200\n"
-"PO-Revision-Date: 2021-08-30 11:45\n"
+"POT-Creation-Date: 2019-05-20 03:16+0200\n"
+"PO-Revision-Date: 2021-09-27 13:10\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to