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-11-10 12:30:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
 and      /work/SRC/openSUSE:Factory/.kmail-account-wizard.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmail-account-wizard"

Fri Nov 10 12:30:01 2023 rev:87 rq:1124585 version:23.08.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes    
    2023-10-12 23:41:13.522978135 +0200
+++ 
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new.17445/kmail-account-wizard.changes
     2023-11-10 12:31:12.407789032 +0100
@@ -1,0 +2,9 @@
+Tue Nov  7 17:04:52 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.3/
+- No code change since 23.08.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kmail-account-wizard.spec ++++++
--- /var/tmp/diff_new_pack.7srncu/_old  2023-11-10 12:31:15.107888965 +0100
+++ /var/tmp/diff_new_pack.7srncu/_new  2023-11-10 12:31:15.123889557 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kmail-account-wizard
-Version:        23.08.2
+Version:        23.08.3
 Release:        0
 Summary:        Account wizard for KMail
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ kmail-account-wizard-23.08.2.tar.xz -> 
kmail-account-wizard-23.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.08.2/CMakeLists.txt 
new/kmail-account-wizard-23.08.3/CMakeLists.txt
--- old/kmail-account-wizard-23.08.2/CMakeLists.txt     2023-10-09 
05:26:47.000000000 +0200
+++ new/kmail-account-wizard-23.08.3/CMakeLists.txt     2023-10-22 
06:07:50.000000000 +0200
@@ -1,7 +1,7 @@
 # SPDX-FileCopyrightText: none
 # SPDX-License-Identifier: BSD-3-Clause
 
-set(PIM_VERSION "5.24.2")
+set(PIM_VERSION "5.24.3")
 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.08.2")
+set(RELEASE_SERVICE_VERSION "23.08.3")
 if (QT_MAJOR_VERSION STREQUAL "6")
     set(QT_REQUIRED_VERSION "6.4.0")
     set(KF_MIN_VERSION "5.240.0")
@@ -48,14 +48,14 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(AKONADI_MIMELIB_VERSION "5.24.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.24.2")
-set(KLDAP_LIB_VERSION "5.24.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.24.2")
-set(AKONADI_VERSION "5.24.2")
-set(KIMAP_LIB_VERSION "5.24.2")
-set(AKONADI_MIMELIB_VERSION "5.24.2")
-set(KMIME_VERSION "5.24.2")
+set(AKONADI_MIMELIB_VERSION "5.24.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.24.3")
+set(KLDAP_LIB_VERSION "5.24.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.24.3")
+set(AKONADI_VERSION "5.24.3")
+set(KIMAP_LIB_VERSION "5.24.3")
+set(AKONADI_MIMELIB_VERSION "5.24.3")
+set(KMIME_VERSION "5.24.3")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -65,9 +65,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.24.2")
-set(LIBKDEPIM_LIB_VERSION "5.24.2")
-set(LIBKLEO_LIB_VERSION "5.24.2")
+set(PIMCOMMON_LIB_VERSION "5.24.3")
+set(LIBKDEPIM_LIB_VERSION "5.24.3")
+set(LIBKLEO_LIB_VERSION "5.24.3")
 
 # 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.08.2/po/fr/accountwizard.po 
new/kmail-account-wizard-23.08.3/po/fr/accountwizard.po
--- old/kmail-account-wizard-23.08.2/po/fr/accountwizard.po     2023-10-09 
05:26:47.000000000 +0200
+++ new/kmail-account-wizard-23.08.3/po/fr/accountwizard.po     2023-10-22 
06:07:50.000000000 +0200
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Joëlle Cornavin <jcorna...@laposte.net>, 2010.
 # Sébastien Renard <ren...@kde.org>, 2012, 2013, 2015.
-# xavier <xavier.besn...@neuf.fr>, 2013, 2020, 2021.
+# SPDX-FileCopyrightText: 2013, 2020, 2021, 2023 xavier 
<xavier.besn...@neuf.fr>
 # Vincent Pinon <vpi...@kde.org>, 2017, 2018.
 # Simon Depiets <sdepi...@gmail.com>, 2018, 2019.
 #
@@ -14,15 +14,15 @@
 "POT-Creation-Date: 2022-06-12 00:46+0000\n"
 "PO-Revision-Date: 2021-08-15 15:43+0200\n"
 "Last-Translator: Xavier Besnard <xavier.besn...@neuf.fr>\n"
-"Language-Team: French <kde-francoph...@kde.org>\n"
+"Language-Team: fr\n"
 "Language: fr\n"
 "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"
-"X-Generator: Lokalize 21.07.90\n"
-"X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
+"X-Environment: kde\n"
+"X-Generator: Lokalize 23.08.1\n"
 "X-Text-Markup: kde4\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.08.2/po/gl/accountwizard.po 
new/kmail-account-wizard-23.08.3/po/gl/accountwizard.po
--- old/kmail-account-wizard-23.08.2/po/gl/accountwizard.po     2023-10-09 
05:26:47.000000000 +0200
+++ new/kmail-account-wizard-23.08.3/po/gl/accountwizard.po     2023-10-22 
06:07:50.000000000 +0200
@@ -3,14 +3,14 @@
 # Xosé <xoseca...@gmail.com>, 2010, 2013.
 # Adrian Chaves Fernandez <adriyeticha...@gmail.com>, 2013, 2015, 2016, 2017.
 # Marce Villarino <mvillar...@kde-espana.org>, 2013, 2014.
-# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2023.
+# SPDX-FileCopyrightText: 2023 Adrián Chaves (Gallaecio)
 #
 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: 2023-04-24 07:41+0200\n"
+"PO-Revision-Date: 2023-10-10 15:38+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <proxe...@trasno.gal>\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 22.12.3\n"
+"X-Generator: Lokalize 23.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -209,7 +209,7 @@
 #: ispdb/main.cpp:77 main.cpp:45
 #, kde-format
 msgid "Author"
-msgstr "Autor"
+msgstr "Autoría"
 
 #: ispdb/main.cpp:77
 #, kde-format
@@ -320,7 +320,7 @@
 #: loadpage.cpp:35
 #, kde-format
 msgid "No script specified in '%1'."
-msgstr "Non se indicou ningún script en «%1»."
+msgstr "Non se indicou ningún guión en «%1»."
 
 #: loadpage.cpp:39
 #, kde-format
@@ -335,7 +335,7 @@
 #: loadpage.cpp:51
 #, kde-format
 msgid "Failed to load script: '%1'."
-msgstr "Non foi posíbel cargar script: «%1»."
+msgstr "Non foi posíbel cargar o guión: «%1»."
 
 #: main.cpp:38
 #, kde-format
@@ -365,7 +365,7 @@
 #: main.cpp:54
 #, kde-format
 msgid "Run the specified assistant."
-msgstr "Executar o asistente especificado."
+msgstr "Executar o asistente indicado."
 
 #: main.cpp:56
 #, kde-format
@@ -440,7 +440,7 @@
 #: resource.cpp:136
 #, kde-format
 msgid "Could not set setting '%1': %2"
-msgstr "Non foi posíbel configurar a opción «%1»: %2"
+msgstr "Non foi posíbel definir a opción «%1»: %2"
 
 #: resource.cpp:142
 #, kde-format
@@ -471,7 +471,7 @@
 #: servertest.cpp:53
 #, kde-format
 msgid "Autodetecting settings failed"
-msgstr "Fallou a detección automática da configuración"
+msgstr "Produciuse un erro ao detectar automaticamente a configuración."
 
 #: setupautoconfigkolabfreebusy.cpp:74 setupautoconfigkolabldap.cpp:73
 #: setupispdb.cpp:138
@@ -571,7 +571,7 @@
 #: ui/cryptopage.ui:55
 #, kde-format
 msgid "Secure outgoing emails, if possible"
-msgstr "Protexer as mensaxes saíntes cando se poida"
+msgstr "Protexer as mensaxes saíntes cando se poida."
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: ui/cryptopage.ui:65
@@ -600,11 +600,11 @@
 "This means that your public key can be queried from your email provider and "
 "others can then use it to secure their email communication with you."
 msgstr ""
-"O seu fornecedor de servido de correo electrónico fornece un servido para "
+"O seu fornecedor de servido de correo electrónico permite un servizo para "
 "expor a súa chave pública, de texto que outros poidan atopala.\n"
 "Isto significa que a súa chave pública pode consultarse desde o seu "
 "fornecedor de correo electrónico e que outros poden entón usala para "
-"protexer o correo que lle envíen a vostede."
+"protexer as súas comunicacións por correo electrónico con vostede."
 
 #. i18n: ectx: property (title), widget (QGroupBox, pksCheckBox)
 #: ui/cryptopage.ui:152
@@ -624,13 +624,13 @@
 "cannot be removed from there, only revoked."
 msgstr ""
 "O seu fornecedor de servizo de correo electrónico non permite publicar "
-"chaves. Debería publicar a súa chave para que outros usuarios poidan obtela 
"
-"e usala para protexer as súas comunicacións de correo electrónico con "
+"chaves. Debería publicar a súa chave para que outras persoas poidan obtela 
e "
+"usala para protexer as súas comunicacións de correo electrónico con "
 "vostede.\n"
 "De maneira alternativa, pode publicar a súa chave nun servidor público de "
 "chaves, pero debería ter en conta que o seu enderezo de correo electrónico "
-"estará listado publicamente e que a chave non pode retirarse dese servidor, "
-"unicamente pode revogarse."
+"estará listado publicamente e que non é posíbel retirar a chave dese "
+"servidor, unicamente pode revogarse."
 
 #. i18n: ectx: property (text), widget (QLabel, statusLabel)
 #: ui/loadpage.ui:30
@@ -713,7 +713,7 @@
 #: ui/personaldatapage.ui:239
 #, kde-format
 msgid "Username:"
-msgstr "Nome de usuario:"
+msgstr "Nome de usuaria:"
 
 #. i18n: ectx: property (text), widget (QPushButton, createAccountPb)
 #: ui/personaldatapage.ui:273
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-23.08.2/po/zh_CN/accountwizard.po 
new/kmail-account-wizard-23.08.3/po/zh_CN/accountwizard.po
--- old/kmail-account-wizard-23.08.2/po/zh_CN/accountwizard.po  2023-10-09 
05:26:47.000000000 +0200
+++ new/kmail-account-wizard-23.08.3/po/zh_CN/accountwizard.po  2023-10-22 
06:07: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-09-16 10:11\n"
+"PO-Revision-Date: 2023-10-21 13:57\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.08.2/po/zh_CN/accountwizard_tine20.po 
new/kmail-account-wizard-23.08.3/po/zh_CN/accountwizard_tine20.po
--- old/kmail-account-wizard-23.08.2/po/zh_CN/accountwizard_tine20.po   
2023-10-09 05:26:47.000000000 +0200
+++ new/kmail-account-wizard-23.08.3/po/zh_CN/accountwizard_tine20.po   
2023-10-22 06:07: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-09-16 10:11\n"
+"PO-Revision-Date: 2023-10-21 13:57\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to