Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package akonadiconsole for openSUSE:Factory checked in at 2021-11-06 18:15:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Sat Nov 6 18:15:56 2021 rev:63 rq:929233 version:21.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2021-10-13 18:06:25.563306521 +0200 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.1890/akonadiconsole.changes 2021-11-06 18:18:37.964903241 +0100 @@ -1,0 +2,9 @@ +Tue Nov 2 21:33:07 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.3/ +- No code change since 21.08.2 + +------------------------------------------------------------------- Old: ---- akonadiconsole-21.08.2.tar.xz akonadiconsole-21.08.2.tar.xz.sig New: ---- akonadiconsole-21.08.3.tar.xz akonadiconsole-21.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.MK41bA/_old 2021-11-06 18:18:38.424903478 +0100 +++ /var/tmp/diff_new_pack.MK41bA/_new 2021-11-06 18:18:38.428903481 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akonadiconsole -Version: 21.08.2 +Version: 21.08.3 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-21.08.2.tar.xz -> akonadiconsole-21.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-21.08.2/CMakeLists.txt new/akonadiconsole-21.08.3/CMakeLists.txt --- old/akonadiconsole-21.08.2/CMakeLists.txt 2021-09-25 10:14:01.000000000 +0200 +++ new/akonadiconsole-21.08.3/CMakeLists.txt 2021-10-09 09:22:44.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.18.2") +set(PIM_VERSION "5.18.3") project(akonadiconsole VERSION ${PIM_VERSION}) # Needs C++17 because Akonadi uses it and we link @@ -39,24 +39,24 @@ if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") endif() -set(RELEASE_SERVICE_VERSION "21.08.2") +set(RELEASE_SERVICE_VERSION "21.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.18.2") -set(CALENDARSUPPORT_LIB_VERSION "5.18.2") +set(AKONADI_CONTACT_VERSION "5.18.3") +set(CALENDARSUPPORT_LIB_VERSION "5.18.3") set(AKONADI_VERSION "5.15.91") -set(AKONADI_SEARCH_VERSION "5.18.2") +set(AKONADI_SEARCH_VERSION "5.18.3") set(QT_REQUIRED_VERSION "5.15.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION "5.18.2") -set(LIBKDEPIM_LIB_VERSION "5.18.2") -set(KMIME_LIB_VERSION "5.18.2") -set(GRANTLEETHEME_LIB_VERSION "5.18.2") +set(MESSAGELIB_LIB_VERSION "5.18.3") +set(LIBKDEPIM_LIB_VERSION "5.18.3") +set(KMIME_LIB_VERSION "5.18.3") +set(GRANTLEETHEME_LIB_VERSION "5.18.3") # Find KF5 package