Hello community, here is the log from the commit of package akonadiconsole for openSUSE:Factory checked in at 2019-11-13 13:15:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Wed Nov 13 13:15:06 2019 rev:38 rq:746789 version:19.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2019-10-28 16:47:12.584765244 +0100 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.2990/akonadiconsole.changes 2019-11-13 13:15:07.522873018 +0100 @@ -1,0 +2,9 @@ +Thu Nov 7 23:12:27 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.08.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.3.php +- No code change since 19.08.2 + +------------------------------------------------------------------- Old: ---- akonadiconsole-19.08.2.tar.xz akonadiconsole-19.08.2.tar.xz.sig New: ---- akonadiconsole-19.08.3.tar.xz akonadiconsole-19.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.Mf9KQU/_old 2019-11-13 13:15:08.470874004 +0100 +++ /var/tmp/diff_new_pack.Mf9KQU/_new 2019-11-13 13:15:08.474874008 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akonadiconsole -Version: 19.08.2 +Version: 19.08.3 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-19.08.2.tar.xz -> akonadiconsole-19.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-19.08.2/CMakeLists.txt new/akonadiconsole-19.08.3/CMakeLists.txt --- old/akonadiconsole-19.08.2/CMakeLists.txt 2019-09-07 14:08:01.000000000 +0200 +++ new/akonadiconsole-19.08.3/CMakeLists.txt 2019-10-30 07:43:22.000000000 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(KDEPIM_VERSION_NUMBER "5.12.2") +set(KDEPIM_VERSION_NUMBER "5.12.3") project(akonadiconsole VERSION ${KDEPIM_VERSION_NUMBER}) set(KF5_MIN_VERSION "5.60.0") @@ -40,18 +40,18 @@ set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") -set(AKONADI_CONTACT_VERSION "5.12.1") -set(CALENDARSUPPORT_LIB_VERSION_LIB "5.12.1") -set(AKONADI_VERSION "5.12.1") -set(AKONADI_SEARCH_VERSION "5.12.1") +set(AKONADI_CONTACT_VERSION "5.12.3") +set(CALENDARSUPPORT_LIB_VERSION_LIB "5.12.3") +set(AKONADI_VERSION "5.12.3") +set(AKONADI_SEARCH_VERSION "5.12.3") set(QT_REQUIRED_VERSION "5.11.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION_LIB "5.12.1") -set(LIBKDEPIM_LIB_VERSION_LIB "5.12.1") -set(KCALENDARCORE_LIB_VERSION "5.12.1") -set(KCONTACTS_LIB_VERSION "5.12.1") -set(KMIME_LIB_VERSION "5.12.1") +set(MESSAGELIB_LIB_VERSION_LIB "5.12.3") +set(LIBKDEPIM_LIB_VERSION_LIB "5.12.3") +set(KCALENDARCORE_LIB_VERSION "5.12.3") +set(KCONTACTS_LIB_VERSION "5.12.3") +set(KMIME_LIB_VERSION "5.12.3") # Find KF5 package find_package(KF5Completion ${KF5_MIN_VERSION} CONFIG REQUIRED)
