Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package akonadiconsole for openSUSE:Factory checked in at 2022-11-04 17:34:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Fri Nov 4 17:34:59 2022 rev:75 rq:1033194 version:22.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2022-10-15 16:36:27.458009258 +0200 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.2275/akonadiconsole.changes 2022-11-04 17:37:01.169454450 +0100 @@ -1,0 +2,8 @@ +Tue Nov 1 11:19:38 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.3/ + +------------------------------------------------------------------- Old: ---- akonadiconsole-22.08.2.tar.xz akonadiconsole-22.08.2.tar.xz.sig New: ---- akonadiconsole-22.08.3.tar.xz akonadiconsole-22.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.XugDKz/_old 2022-11-04 17:37:01.761457543 +0100 +++ /var/tmp/diff_new_pack.XugDKz/_new 2022-11-04 17:37:01.765457563 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: akonadiconsole -Version: 22.08.2 +Version: 22.08.3 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-22.08.2.tar.xz -> akonadiconsole-22.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-22.08.2/CMakeLists.txt new/akonadiconsole-22.08.3/CMakeLists.txt --- old/akonadiconsole-22.08.2/CMakeLists.txt 2022-09-11 10:01:24.000000000 +0200 +++ new/akonadiconsole-22.08.3/CMakeLists.txt 2022-10-14 06:50:26.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.21.2") +set(PIM_VERSION "5.21.3") project(akonadiconsole VERSION ${PIM_VERSION}) # Needs C++17 because Akonadi uses it and we link @@ -40,23 +40,23 @@ if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") endif() -set(RELEASE_SERVICE_VERSION "22.08.2") +set(RELEASE_SERVICE_VERSION "22.08.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.21.2") -set(CALENDARSUPPORT_LIB_VERSION "5.21.2") -set(AKONADI_VERSION "5.21.2") -set(AKONADI_SEARCH_VERSION "5.21.2") +set(AKONADI_CONTACT_VERSION "5.21.3") +set(CALENDARSUPPORT_LIB_VERSION "5.21.3") +set(AKONADI_VERSION "5.21.3") +set(AKONADI_SEARCH_VERSION "5.21.3") set(QT_REQUIRED_VERSION "5.15.2") find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION "5.21.2") -set(LIBKDEPIM_LIB_VERSION "5.21.2") -set(KMIME_LIB_VERSION "5.21.2") +set(MESSAGELIB_LIB_VERSION "5.21.3") +set(LIBKDEPIM_LIB_VERSION "5.21.3") +set(KMIME_LIB_VERSION "5.21.3") # Find KF5 package