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-02-04 21:47:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Fri Feb 4 21:47:29 2022 rev:66 rq:950947 version:21.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2022-01-11 21:20:58.701030940 +0100 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.1898/akonadiconsole.changes 2022-02-04 21:48:46.388640598 +0100 @@ -1,0 +2,9 @@ +Tue Feb 1 13:02:16 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.2/ +- No code change since 21.12.1 + +------------------------------------------------------------------- Old: ---- akonadiconsole-21.12.1.tar.xz akonadiconsole-21.12.1.tar.xz.sig New: ---- akonadiconsole-21.12.2.tar.xz akonadiconsole-21.12.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.vcKDQa/_old 2022-02-04 21:48:47.180635191 +0100 +++ /var/tmp/diff_new_pack.vcKDQa/_new 2022-02-04 21:48:47.188635136 +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.1 +Version: 21.12.2 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-21.12.1.tar.xz -> akonadiconsole-21.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-21.12.1/CMakeLists.txt new/akonadiconsole-21.12.2/CMakeLists.txt --- old/akonadiconsole-21.12.1/CMakeLists.txt 2021-12-15 14:03:46.000000000 +0100 +++ new/akonadiconsole-21.12.2/CMakeLists.txt 2022-01-08 15:57:42.000000000 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.19.1") +set(PIM_VERSION "5.19.2") 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.1") +set(RELEASE_SERVICE_VERSION "21.12.2") 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.1") -set(CALENDARSUPPORT_LIB_VERSION "5.19.1") -set(AKONADI_VERSION "5.19.1") -set(AKONADI_SEARCH_VERSION "5.19.1") +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(QT_REQUIRED_VERSION "5.15.2") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION "5.19.1") -set(LIBKDEPIM_LIB_VERSION "5.19.1") -set(KMIME_LIB_VERSION "5.19.1") +set(MESSAGELIB_LIB_VERSION "5.19.2") +set(LIBKDEPIM_LIB_VERSION "5.19.2") +set(KMIME_LIB_VERSION "5.19.2") # Find KF5 package