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-03-03 22:26:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Fri Mar 3 22:26:08 2023 rev:79 rq:1068733 version:22.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2023-02-04 14:35:23.320540953 +0100 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.31432/akonadiconsole.changes 2023-03-03 22:27:27.575134395 +0100 @@ -1,0 +2,8 @@ +Tue Feb 28 09:45:21 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 22.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.12.3/ + +------------------------------------------------------------------- Old: ---- akonadiconsole-22.12.2.tar.xz akonadiconsole-22.12.2.tar.xz.sig New: ---- akonadiconsole-22.12.3.tar.xz akonadiconsole-22.12.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.hKNO2q/_old 2023-03-03 22:27:28.151136231 +0100 +++ /var/tmp/diff_new_pack.hKNO2q/_new 2023-03-03 22:27:28.159136258 +0100 @@ -1,7 +1,7 @@ # # spec file for package akonadiconsole # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: akonadiconsole -Version: 22.12.2 +Version: 22.12.3 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -80,8 +80,7 @@ %kf5_makeinstall -C build %suse_update_desktop_file -u org.kde.akonadiconsole Network Email -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %license LICENSES/* ++++++ akonadiconsole-22.12.2.tar.xz -> akonadiconsole-22.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-22.12.2/CMakeLists.txt new/akonadiconsole-22.12.3/CMakeLists.txt --- old/akonadiconsole-22.12.2/CMakeLists.txt 2023-01-10 08:09:17.000000000 +0100 +++ new/akonadiconsole-22.12.3/CMakeLists.txt 2023-02-04 11:48:06.000000000 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.22.2") +set(PIM_VERSION "5.22.3") project(akonadiconsole VERSION ${PIM_VERSION}) # Needs C++17 because Akonadi uses it and we link @@ -40,26 +40,26 @@ if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") endif() -set(RELEASE_SERVICE_VERSION "22.12.2") +set(RELEASE_SERVICE_VERSION "22.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.22.2") -set(CALENDARSUPPORT_LIB_VERSION "5.22.2") -set(AKONADI_VERSION "5.22.2") -set(AKONADI_SEARCH_VERSION "5.22.2") +set(AKONADI_CONTACT_VERSION "5.22.3") +set(CALENDARSUPPORT_LIB_VERSION "5.22.3") +set(AKONADI_VERSION "5.22.3") +set(AKONADI_SEARCH_VERSION "5.22.3") set(QT_REQUIRED_VERSION "5.15.2") if (QT_MAJOR_VERSION STREQUAL "6") set(QT_REQUIRED_VERSION "6.4.0") endif() find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION "5.22.2") -set(LIBKDEPIM_LIB_VERSION "5.22.2") -set(KMIME_LIB_VERSION "5.22.2") +set(MESSAGELIB_LIB_VERSION "5.22.3") +set(LIBKDEPIM_LIB_VERSION "5.22.3") +set(KMIME_LIB_VERSION "5.22.3") # Find KF5 package