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 2023-05-12 20:33:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
 and      /work/SRC/openSUSE:Factory/.kmail-account-wizard.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmail-account-wizard"

Fri May 12 20:33:29 2023 rev:81 rq:1086352 version:23.04.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes    
    2023-04-23 22:45:40.522105233 +0200
+++ 
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new.1533/kmail-account-wizard.changes
      2023-05-12 20:34:02.968887948 +0200
@@ -1,0 +2,9 @@
+Tue May  9 10:47:10 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.1/
+- No code change since 23.04.0
+
+-------------------------------------------------------------------

Old:
----
  kmail-account-wizard-23.04.0.tar.xz
  kmail-account-wizard-23.04.0.tar.xz.sig

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

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

Other differences:
------------------
++++++ kmail-account-wizard.spec ++++++
--- /var/tmp/diff_new_pack.9hgwqI/_old  2023-05-12 20:34:04.620893471 +0200
+++ /var/tmp/diff_new_pack.9hgwqI/_new  2023-05-12 20:34:04.636893524 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kmail-account-wizard
-Version:        23.04.0
+Version:        23.04.1
 Release:        0
 Summary:        Account wizard for KMail
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ kmail-account-wizard-23.04.0.tar.xz -> 
kmail-account-wizard-23.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.04.0/CMakeLists.txt 
new/kmail-account-wizard-23.04.1/CMakeLists.txt
--- old/kmail-account-wizard-23.04.0/CMakeLists.txt     2023-04-11 
06:37:16.000000000 +0200
+++ new/kmail-account-wizard-23.04.1/CMakeLists.txt     2023-04-30 
07:30:50.000000000 +0200
@@ -1,7 +1,7 @@
 # SPDX-FileCopyrightText: none
 # SPDX-License-Identifier: BSD-3-Clause
 
-set(PIM_VERSION "5.23.0")
+set(PIM_VERSION "5.23.1")
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 project(kmail-account-wizard VERSION ${PIM_VERSION})
 
@@ -33,7 +33,7 @@
 
 # Do NOT add quote
 set(KDEPIM_DEV_VERSION )
-set(RELEASE_SERVICE_VERSION "23.04.0")
+set(RELEASE_SERVICE_VERSION "23.04.1")
 if (QT_MAJOR_VERSION STREQUAL "6")
     set(QT_REQUIRED_VERSION "6.4.0")
     set(KF_MIN_VERSION "5.240.0")
@@ -49,14 +49,14 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(AKONADI_MIMELIB_VERSION "5.23.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.0")
-set(KLDAP_LIB_VERSION "5.23.0")
-set(KMAILTRANSPORT_LIB_VERSION "5.23.0")
-set(AKONADI_VERSION "5.23.0")
-set(KIMAP_LIB_VERSION "5.23.0")
-set(AKONADI_MIMELIB_VERSION "5.23.0")
-set(KMIME_VERSION "5.23.0")
+set(AKONADI_MIMELIB_VERSION "5.23.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.1")
+set(KLDAP_LIB_VERSION "5.23.1")
+set(KMAILTRANSPORT_LIB_VERSION "5.23.1")
+set(AKONADI_VERSION "5.23.1")
+set(KIMAP_LIB_VERSION "5.23.1")
+set(AKONADI_MIMELIB_VERSION "5.23.1")
+set(KMIME_VERSION "5.23.1")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -66,9 +66,9 @@
     set(QT_REQUIRED_VERSION "6.4.0")
 endif()
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Xml DBus Test)
-set(PIMCOMMON_LIB_VERSION "5.23.0")
-set(LIBKDEPIM_LIB_VERSION "5.23.0")
-set(LIBKLEO_LIB_VERSION "5.23.0")
+set(PIMCOMMON_LIB_VERSION "5.23.1")
+set(LIBKDEPIM_LIB_VERSION "5.23.1")
+set(LIBKLEO_LIB_VERSION "5.23.1")
 
 # Find KF5 package
 find_package(KF5Wallet ${KF_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.04.0/po/de/accountwizard.po 
new/kmail-account-wizard-23.04.1/po/de/accountwizard.po
--- old/kmail-account-wizard-23.04.0/po/de/accountwizard.po     2023-04-11 
06:37:16.000000000 +0200
+++ new/kmail-account-wizard-23.04.1/po/de/accountwizard.po     2023-04-30 
07:30:50.000000000 +0200
@@ -15,7 +15,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 19.12.3\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-23.04.0/po/de/accountwizard_tine20.po 
new/kmail-account-wizard-23.04.1/po/de/accountwizard_tine20.po
--- old/kmail-account-wizard-23.04.0/po/de/accountwizard_tine20.po      
2023-04-11 06:37:16.000000000 +0200
+++ new/kmail-account-wizard-23.04.1/po/de/accountwizard_tine20.po      
2023-04-30 07:30:50.000000000 +0200
@@ -12,7 +12,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: tine20wizard.es:24
 msgid "Personal Settings"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.04.0/po/gl/accountwizard.po 
new/kmail-account-wizard-23.04.1/po/gl/accountwizard.po
--- old/kmail-account-wizard-23.04.0/po/gl/accountwizard.po     2023-04-11 
06:37:16.000000000 +0200
+++ new/kmail-account-wizard-23.04.1/po/gl/accountwizard.po     2023-04-30 
07:30:50.000000000 +0200
@@ -1,16 +1,16 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-#
 # Xosé <[email protected]>, 2010, 2013.
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2015, 2016, 2017.
 # Marce Villarino <[email protected]>, 2013, 2014.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019, 2023.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-12 00:46+0000\n"
-"PO-Revision-Date: 2019-11-01 17:02+0100\n"
+"PO-Revision-Date: 2023-04-24 07:41+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.08.2\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -343,10 +343,9 @@
 msgstr "Asistente de Contas"
 
 #: main.cpp:42
-#, fuzzy, kde-format
-#| msgid "(c) 2009-2019 the Akonadi developers"
+#, kde-format
 msgid "(c) 2009-2020 the Akonadi developers"
-msgstr "© 2009-2019 Desenvolvedores de Akonadi"
+msgstr "© 2009-2020 Persoas desenvolvedoras de Akonadi"
 
 #: main.cpp:45
 #, kde-format
@@ -444,10 +443,9 @@
 msgstr "Non se puido configurar a opción «%1»: %2"
 
 #: resource.cpp:142
-#, fuzzy, kde-format
-#| msgid "Could not set setting '%1': %2"
+#, kde-format
 msgid "Could not save settings: %1"
-msgstr "Non se puido configurar a opción «%1»: %2"
+msgstr "Non se puido gardar a configuración: %1"
 
 #: resource.cpp:151
 #, kde-format
@@ -522,7 +520,7 @@
 #: transport.cpp:83
 #, kde-format
 msgid "Mail transport uses '%1' encryption and '%2' authentication."
-msgstr ""
+msgstr "O transporte de correo usa cifraxe «%1» e autenticación «%2»."
 
 #: transport.cpp:89
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-23.04.0/po/zh_CN/accountwizard.po 
new/kmail-account-wizard-23.04.1/po/zh_CN/accountwizard.po
--- old/kmail-account-wizard-23.04.0/po/zh_CN/accountwizard.po  2023-04-11 
06:37:16.000000000 +0200
+++ new/kmail-account-wizard-23.04.1/po/zh_CN/accountwizard.po  2023-04-30 
07:30:50.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-12 00:46+0000\n"
-"PO-Revision-Date: 2023-04-10 14:12\n"
+"PO-Revision-Date: 2023-04-29 08:36\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-23.04.0/po/zh_CN/accountwizard_tine20.po 
new/kmail-account-wizard-23.04.1/po/zh_CN/accountwizard_tine20.po
--- old/kmail-account-wizard-23.04.0/po/zh_CN/accountwizard_tine20.po   
2023-04-11 06:37:16.000000000 +0200
+++ new/kmail-account-wizard-23.04.1/po/zh_CN/accountwizard_tine20.po   
2023-04-30 07:30:50.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:16+0200\n"
-"PO-Revision-Date: 2023-04-10 14:12\n"
+"PO-Revision-Date: 2023-04-29 08:36\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to