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-03-04 20:15:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Fri Mar 4 20:15:20 2022 rev:67 rq:958767 version:21.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2022-02-04 21:48:46.388640598 +0100 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.1958/akonadiconsole.changes 2022-03-04 20:17:31.628777096 +0100 @@ -1,0 +2,9 @@ +Tue Mar 1 09:56:29 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.3/ +- No code change since 21.12.2 + +------------------------------------------------------------------- Old: ---- akonadiconsole-21.12.2.tar.xz akonadiconsole-21.12.2.tar.xz.sig New: ---- akonadiconsole-21.12.3.tar.xz akonadiconsole-21.12.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.hSO3qB/_old 2022-03-04 20:17:32.156776981 +0100 +++ /var/tmp/diff_new_pack.hSO3qB/_new 2022-03-04 20:17:32.164776979 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: akonadiconsole -Version: 21.12.2 +Version: 21.12.3 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-21.12.2.tar.xz -> akonadiconsole-21.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-21.12.2/CMakeLists.txt new/akonadiconsole-21.12.3/CMakeLists.txt --- old/akonadiconsole-21.12.2/CMakeLists.txt 2022-01-08 15:57:42.000000000 +0100 +++ new/akonadiconsole-21.12.3/CMakeLists.txt 2022-02-07 07:07:51.000000000 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.19.2") +set(PIM_VERSION "5.19.3") project(akonadiconsole VERSION ${PIM_VERSION}) # Needs C++17 because Akonadi uses it and we link @@ -39,23 +39,23 @@ if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") endif() -set(RELEASE_SERVICE_VERSION "21.12.2") +set(RELEASE_SERVICE_VERSION "21.12.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.19.2") -set(CALENDARSUPPORT_LIB_VERSION "5.19.2") -set(AKONADI_VERSION "5.19.2") -set(AKONADI_SEARCH_VERSION "5.19.2") +set(AKONADI_CONTACT_VERSION "5.19.3") +set(CALENDARSUPPORT_LIB_VERSION "5.19.3") +set(AKONADI_VERSION "5.19.3") +set(AKONADI_SEARCH_VERSION "5.19.3") set(QT_REQUIRED_VERSION "5.15.2") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION "5.19.2") -set(LIBKDEPIM_LIB_VERSION "5.19.2") -set(KMIME_LIB_VERSION "5.19.2") +set(MESSAGELIB_LIB_VERSION "5.19.3") +set(LIBKDEPIM_LIB_VERSION "5.19.3") +set(KMIME_LIB_VERSION "5.19.3") # Find KF5 package