Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package akonadiconsole for openSUSE:Factory checked in at 2023-07-07 15:47:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Fri Jul 7 15:47:52 2023 rev:83 rq:1097169 version:23.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2023-06-09 20:39:06.851138368 +0200 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.23466/akonadiconsole.changes 2023-07-07 15:49:16.424894151 +0200 @@ -1,0 +2,9 @@ +Tue Jul 4 10:19:07 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.3/ +- No code change since 23.04.2 + +------------------------------------------------------------------- Old: ---- akonadiconsole-23.04.2.tar.xz akonadiconsole-23.04.2.tar.xz.sig New: ---- akonadiconsole-23.04.3.tar.xz akonadiconsole-23.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.LgW2Ns/_old 2023-07-07 15:49:17.176898631 +0200 +++ /var/tmp/diff_new_pack.LgW2Ns/_new 2023-07-07 15:49:17.184898679 +0200 @@ -19,7 +19,7 @@ %define kf5_version 5.104.0 %bcond_without released Name: akonadiconsole -Version: 23.04.2 +Version: 23.04.3 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-23.04.2.tar.xz -> akonadiconsole-23.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-23.04.2/CMakeLists.txt new/akonadiconsole-23.04.3/CMakeLists.txt --- old/akonadiconsole-23.04.2/CMakeLists.txt 2023-06-04 05:37:48.000000000 +0200 +++ new/akonadiconsole-23.04.3/CMakeLists.txt 2023-07-04 07:14:02.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.23.2") +set(PIM_VERSION "5.23.3") project(akonadiconsole VERSION ${PIM_VERSION}) set(KF_MIN_VERSION "5.103.0") @@ -37,18 +37,18 @@ if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") endif() -set(RELEASE_SERVICE_VERSION "23.04.2") +set(RELEASE_SERVICE_VERSION "23.04.3") set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "5") -set(AKONADI_CONTACT_VERSION "5.23.2") -set(CALENDARSUPPORT_LIB_VERSION "5.23.2") -set(AKONADIMIME_LIB_VERSION "5.23.2") -set(AKONADI_VERSION "5.23.2") -set(AKONADI_SEARCH_VERSION "5.23.2") +set(AKONADI_CONTACT_VERSION "5.23.3") +set(CALENDARSUPPORT_LIB_VERSION "5.23.3") +set(AKONADIMIME_LIB_VERSION "5.23.3") +set(AKONADI_VERSION "5.23.3") +set(AKONADI_SEARCH_VERSION "5.23.3") set(QT_REQUIRED_VERSION "5.15.2") if (QT_MAJOR_VERSION STREQUAL "6") @@ -60,9 +60,9 @@ set(KF_MAJOR_VERSION "5") endif() find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION "5.23.2") -set(LIBKDEPIM_LIB_VERSION "5.23.2") -set(KMIME_LIB_VERSION "5.23.2") +set(MESSAGELIB_LIB_VERSION "5.23.3") +set(LIBKDEPIM_LIB_VERSION "5.23.3") +set(KMIME_LIB_VERSION "5.23.3") # Find KF5 package diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-23.04.2/po/cs/akonadiconsole.po new/akonadiconsole-23.04.3/po/cs/akonadiconsole.po --- old/akonadiconsole-23.04.2/po/cs/akonadiconsole.po 2023-06-04 05:37:48.000000000 +0200 +++ new/akonadiconsole-23.04.3/po/cs/akonadiconsole.po 2023-07-04 07:14:02.000000000 +0200 @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 23.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-23.04.2/po/de/akonadiconsole.po new/akonadiconsole-23.04.3/po/de/akonadiconsole.po --- old/akonadiconsole-23.04.2/po/de/akonadiconsole.po 2023-06-04 05:37:48.000000000 +0200 +++ new/akonadiconsole-23.04.3/po/de/akonadiconsole.po 2023-07-04 07:14:02.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: akonadiconsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-17 00:58+0000\n" -"PO-Revision-Date: 2023-05-05 19:58+0200\n" +"PO-Revision-Date: 2023-06-12 00:08+0200\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" "Language: de\n" @@ -17,7 +17,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.07.70\n" +"X-Generator: Lokalize 23.07.70\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -1122,7 +1122,7 @@ #: monitorswidget.cpp:116 #, kde-format msgid "Ignore Retrieval Error" -msgstr "" +msgstr "Empfangsfehler ignorieren" #: monitorswidget.cpp:130 notificationmonitor.cpp:133 searchwidget.cpp:195 #, kde-format @@ -1177,7 +1177,7 @@ #: monitorswidget.cpp:146 #, kde-format msgid "Ignored Sessions:" -msgstr "" +msgstr "Ignorierte Sitzungen:" #: monitorswidget.cpp:147 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-23.04.2/po/it/akonadiconsole.po new/akonadiconsole-23.04.3/po/it/akonadiconsole.po --- old/akonadiconsole-23.04.2/po/it/akonadiconsole.po 2023-06-04 05:37:48.000000000 +0200 +++ new/akonadiconsole-23.04.3/po/it/akonadiconsole.po 2023-07-04 07:14:02.000000000 +0200 @@ -15,7 +15,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.04.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-23.04.2/po/zh_CN/akonadiconsole.po new/akonadiconsole-23.04.3/po/zh_CN/akonadiconsole.po --- old/akonadiconsole-23.04.2/po/zh_CN/akonadiconsole.po 2023-06-04 05:37:48.000000000 +0200 +++ new/akonadiconsole-23.04.3/po/zh_CN/akonadiconsole.po 2023-07-04 07:14:02.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-02-17 00:58+0000\n" -"PO-Revision-Date: 2023-05-22 14:03\n" +"PO-Revision-Date: 2023-07-03 11:40\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
