Hello community, here is the log from the commit of package akonadiconsole for openSUSE:Factory checked in at 2020-07-15 11:34:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Wed Jul 15 11:34:51 2020 rev:47 rq:820107 version:20.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2020-06-14 18:24:23.928435913 +0200 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.3060/akonadiconsole.changes 2020-07-15 11:39:14.378474543 +0200 @@ -1,0 +2,9 @@ +Thu Jul 9 20:08:19 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2020-07-apps-update +- No code change since 20.04.2 + +------------------------------------------------------------------- Old: ---- akonadiconsole-20.04.2.tar.xz akonadiconsole-20.04.2.tar.xz.sig New: ---- akonadiconsole-20.04.3.tar.xz akonadiconsole-20.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.koRIA9/_old 2020-07-15 11:39:16.558476836 +0200 +++ /var/tmp/diff_new_pack.koRIA9/_new 2020-07-15 11:39:16.562476840 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akonadiconsole -Version: 20.04.2 +Version: 20.04.3 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-20.04.2.tar.xz -> akonadiconsole-20.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-20.04.2/CMakeLists.txt new/akonadiconsole-20.04.3/CMakeLists.txt --- old/akonadiconsole-20.04.2/CMakeLists.txt 2020-06-02 09:09:59.000000000 +0200 +++ new/akonadiconsole-20.04.3/CMakeLists.txt 2020-06-18 08:29:40.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(KDEPIM_VERSION_NUMBER "5.14.2") +set(KDEPIM_VERSION_NUMBER "5.14.3") project(akonadiconsole VERSION ${KDEPIM_VERSION_NUMBER}) set(KF5_MIN_VERSION "5.68.0") @@ -33,23 +33,23 @@ if(DEFINED KDEPIM_DEV_VERSION) set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}") endif() -set(RELEASE_SERVICE_VERSION "20.04.2") +set(RELEASE_SERVICE_VERSION "20.04.3") set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION} (${RELEASE_SERVICE_VERSION})") set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") -set(AKONADI_CONTACT_VERSION "5.14.2") -set(CALENDARSUPPORT_LIB_VERSION_LIB "5.14.2") -set(AKONADI_VERSION "5.14.2") -set(AKONADI_SEARCH_VERSION "5.14.2") +set(AKONADI_CONTACT_VERSION "5.14.3") +set(CALENDARSUPPORT_LIB_VERSION_LIB "5.14.3") +set(AKONADI_VERSION "5.14.3") +set(AKONADI_SEARCH_VERSION "5.14.3") set(QT_REQUIRED_VERSION "5.12.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION_LIB "5.14.2") -set(LIBKDEPIM_LIB_VERSION_LIB "5.14.2") -set(KMIME_LIB_VERSION "5.14.2") +set(MESSAGELIB_LIB_VERSION_LIB "5.14.3") +set(LIBKDEPIM_LIB_VERSION_LIB "5.14.3") +set(KMIME_LIB_VERSION "5.14.3") # Find KF5 package find_package(KF5Completion ${KF5_MIN_VERSION} CONFIG REQUIRED)
