Hello community, here is the log from the commit of package akonadiconsole for openSUSE:Factory checked in at 2020-11-10 13:40:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Tue Nov 10 13:40:10 2020 rev:51 rq:846604 version:20.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2020-10-13 15:32:27.316951008 +0200 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.11331/akonadiconsole.changes 2020-11-10 13:47:06.359569852 +0100 @@ -1,0 +2,9 @@ +Thu Nov 5 22:45:10 UTC 2020 - Luca Beltrame <lbeltr...@kde.org> + +- Update to 20.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2020-11-apps-update +- No code change since 20.08.2 + +------------------------------------------------------------------- Old: ---- akonadiconsole-20.08.2.tar.xz akonadiconsole-20.08.2.tar.xz.sig New: ---- akonadiconsole-20.08.3.tar.xz akonadiconsole-20.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.58FCfb/_old 2020-11-10 13:47:06.883568861 +0100 +++ /var/tmp/diff_new_pack.58FCfb/_new 2020-11-10 13:47:06.887568854 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akonadiconsole -Version: 20.08.2 +Version: 20.08.3 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-20.08.2.tar.xz -> akonadiconsole-20.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-20.08.2/CMakeLists.txt new/akonadiconsole-20.08.3/CMakeLists.txt --- old/akonadiconsole-20.08.2/CMakeLists.txt 2020-09-25 09:58:01.000000000 +0200 +++ new/akonadiconsole-20.08.3/CMakeLists.txt 2020-10-10 22:00:40.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.15.2") +set(PIM_VERSION "5.15.3") project(akonadiconsole VERSION ${PIM_VERSION}) # Needs C++17 because Akonadi uses it and we link @@ -38,23 +38,23 @@ if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") endif() -set(RELEASE_SERVICE_VERSION "20.08.2") +set(RELEASE_SERVICE_VERSION "20.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.15.2") -set(CALENDARSUPPORT_LIB_VERSION_LIB "5.15.2") -set(AKONADI_VERSION "5.15.2") -set(AKONADI_SEARCH_VERSION "5.15.2") +set(AKONADI_CONTACT_VERSION "5.15.3") +set(CALENDARSUPPORT_LIB_VERSION_LIB "5.15.3") +set(AKONADI_VERSION "5.15.3") +set(AKONADI_SEARCH_VERSION "5.15.3") set(QT_REQUIRED_VERSION "5.13.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION_LIB "5.15.2") -set(LIBKDEPIM_LIB_VERSION_LIB "5.15.2") -set(KMIME_LIB_VERSION "5.15.2") +set(MESSAGELIB_LIB_VERSION_LIB "5.15.3") +set(LIBKDEPIM_LIB_VERSION_LIB "5.15.3") +set(KMIME_LIB_VERSION "5.15.3") # Find KF5 package