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-06-09 20:36:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
 and      /work/SRC/openSUSE:Factory/.kmail-account-wizard.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kmail-account-wizard"

Fri Jun  9 20:36:13 2023 rev:82 rq:1091578 version:23.04.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes    
    2023-05-12 20:34:02.968887948 +0200
+++ 
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new.15902/kmail-account-wizard.changes
     2023-06-09 20:36:55.758377072 +0200
@@ -1,0 +2,9 @@
+Tue Jun  6 20:01:14 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.2/
+- No code change since 23.04.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kmail-account-wizard.spec ++++++
--- /var/tmp/diff_new_pack.LNV4dg/_old  2023-06-09 20:36:56.426380951 +0200
+++ /var/tmp/diff_new_pack.LNV4dg/_new  2023-06-09 20:36:56.434380997 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kmail-account-wizard
-Version:        23.04.1
+Version:        23.04.2
 Release:        0
 Summary:        Account wizard for KMail
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later


++++++ kmail-account-wizard-23.04.1.tar.xz -> 
kmail-account-wizard-23.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.04.1/CMakeLists.txt 
new/kmail-account-wizard-23.04.2/CMakeLists.txt
--- old/kmail-account-wizard-23.04.1/CMakeLists.txt     2023-04-30 
07:30:50.000000000 +0200
+++ new/kmail-account-wizard-23.04.2/CMakeLists.txt     2023-05-30 
06:37:48.000000000 +0200
@@ -1,7 +1,7 @@
 # SPDX-FileCopyrightText: none
 # SPDX-License-Identifier: BSD-3-Clause
 
-set(PIM_VERSION "5.23.1")
+set(PIM_VERSION "5.23.2")
 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.1")
+set(RELEASE_SERVICE_VERSION "23.04.2")
 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.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(AKONADI_MIMELIB_VERSION "5.23.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.23.2")
+set(KLDAP_LIB_VERSION "5.23.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.23.2")
+set(AKONADI_VERSION "5.23.2")
+set(KIMAP_LIB_VERSION "5.23.2")
+set(AKONADI_MIMELIB_VERSION "5.23.2")
+set(KMIME_VERSION "5.23.2")
 
 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.1")
-set(LIBKDEPIM_LIB_VERSION "5.23.1")
-set(LIBKLEO_LIB_VERSION "5.23.1")
+set(PIMCOMMON_LIB_VERSION "5.23.2")
+set(LIBKDEPIM_LIB_VERSION "5.23.2")
+set(LIBKLEO_LIB_VERSION "5.23.2")
 
 # 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.1/po/ar/accountwizard.po 
new/kmail-account-wizard-23.04.2/po/ar/accountwizard.po
--- old/kmail-account-wizard-23.04.1/po/ar/accountwizard.po     2023-04-30 
07:30:50.000000000 +0200
+++ new/kmail-account-wizard-23.04.2/po/ar/accountwizard.po     2023-05-30 
06:37:48.000000000 +0200
@@ -203,7 +203,7 @@
 #: ispdb/main.cpp:74
 #, kde-format
 msgid "(c) 2010 Omat Holding B.V."
-msgstr "٢٠١٠ © لِ‍ Omat Holding B.V."
+msgstr "2010 © لِ‍ Omat Holding B.V."
 
 #: ispdb/main.cpp:77 main.cpp:45
 #, kde-format
@@ -338,7 +338,7 @@
 #: main.cpp:42
 #, kde-format
 msgid "(c) 2009-2020 the Akonadi developers"
-msgstr "© ٢٠٠٩-٢٠٢٠ لمطوّري «أكونادي»"
+msgstr "© 2009-2020 لمطوّري «أكونادي»"
 
 #: main.cpp:45
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-23.04.1/po/ja/accountwizard.po 
new/kmail-account-wizard-23.04.2/po/ja/accountwizard.po
--- old/kmail-account-wizard-23.04.1/po/ja/accountwizard.po     2023-04-30 
07:30:50.000000000 +0200
+++ new/kmail-account-wizard-23.04.2/po/ja/accountwizard.po     2023-05-30 
06:37:48.000000000 +0200
@@ -11,7 +11,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=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-23.04.1/po/ja/accountwizard_tine20.po 
new/kmail-account-wizard-23.04.2/po/ja/accountwizard_tine20.po
--- old/kmail-account-wizard-23.04.1/po/ja/accountwizard_tine20.po      
2023-04-30 07:30:50.000000000 +0200
+++ new/kmail-account-wizard-23.04.2/po/ja/accountwizard_tine20.po      
2023-05-30 06:37:48.000000000 +0200
@@ -10,7 +10,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=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmail-account-wizard-23.04.1/po/zh_CN/accountwizard.po 
new/kmail-account-wizard-23.04.2/po/zh_CN/accountwizard.po
--- old/kmail-account-wizard-23.04.1/po/zh_CN/accountwizard.po  2023-04-30 
07:30:50.000000000 +0200
+++ new/kmail-account-wizard-23.04.2/po/zh_CN/accountwizard.po  2023-05-30 
06:37:48.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-29 08:36\n"
+"PO-Revision-Date: 2023-05-22 14:03\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.1/po/zh_CN/accountwizard_tine20.po 
new/kmail-account-wizard-23.04.2/po/zh_CN/accountwizard_tine20.po
--- old/kmail-account-wizard-23.04.1/po/zh_CN/accountwizard_tine20.po   
2023-04-30 07:30:50.000000000 +0200
+++ new/kmail-account-wizard-23.04.2/po/zh_CN/accountwizard_tine20.po   
2023-05-30 06:37:48.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-29 08:36\n"
+"PO-Revision-Date: 2023-05-22 14:03\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.1/src/wizards/tine20/tine20wizard.desktop 
new/kmail-account-wizard-23.04.2/src/wizards/tine20/tine20wizard.desktop
--- old/kmail-account-wizard-23.04.1/src/wizards/tine20/tine20wizard.desktop    
2023-04-30 07:30:50.000000000 +0200
+++ new/kmail-account-wizard-23.04.2/src/wizards/tine20/tine20wizard.desktop    
2023-05-30 06:37:48.000000000 +0200
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Name=Tine 2.0 Groupware Server
-Name[ar]=خادوم البرمجيّات التّعاونيّة «تاين 
٢٫٠»
+Name[ar]=خادوم البرمجيّات التّعاونيّة «تاين 
2٫0»
 Name[az]=Tine 2.0 qrup şəklində iş serveri
 Name[bg]=Tine 2.0 Groupware Server
 Name[ca]=Servidor de treball en grup Tine 2.0
@@ -41,7 +41,7 @@
 Name[zh_TW]=Tine 2.0 群組伺服器
 Icon=applications-internet
 Comment=Tine 2.0 Groupware Server
-Comment[ar]=خادوم البرمجيّات التّعاونيّة «تاين 
٢٫٠»
+Comment[ar]=خادوم البرمجيّات التّعاونيّة «تاين 
2٫0»
 Comment[az]=Tine 2.0 qrup şəklində iş serveri
 Comment[bg]=Tine 2.0 Groupware Server
 Comment[ca]=Servidor de treball en grup Tine 2.0

Reply via email to