Hello community, here is the log from the commit of package akonadiconsole for openSUSE:Factory checked in at 2019-06-14 20:24:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Fri Jun 14 20:24:56 2019 rev:32 rq:708518 version:19.04.2 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2019-05-15 12:25:13.437989885 +0200 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.4811/akonadiconsole.changes 2019-06-14 20:24:56.966790233 +0200 @@ -1,0 +2,9 @@ +Fri Jun 07 12:51:50 UTC 2019 - [email protected] + +- Update to 19.04.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.2.php +- No code changes since 19.04.1 + +------------------------------------------------------------------- Old: ---- akonadiconsole-19.04.1.tar.xz New: ---- akonadiconsole-19.04.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.6XlQMn/_old 2019-06-14 20:24:57.514790055 +0200 +++ /var/tmp/diff_new_pack.6XlQMn/_new 2019-06-14 20:24:57.522790053 +0200 @@ -20,7 +20,7 @@ # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Name: akonadiconsole -Version: 19.04.1 +Version: 19.04.2 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-19.04.1.tar.xz -> akonadiconsole-19.04.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-19.04.1/CMakeLists.txt new/akonadiconsole-19.04.2/CMakeLists.txt --- old/akonadiconsole-19.04.1/CMakeLists.txt 2019-04-29 07:13:52.000000000 +0200 +++ new/akonadiconsole-19.04.2/CMakeLists.txt 2019-05-21 07:22:28.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(KDEPIM_VERSION_NUMBER "5.11.1") +set(KDEPIM_VERSION_NUMBER "5.11.2") project(akonadiconsole VERSION ${KDEPIM_VERSION_NUMBER}) set(KF5_MIN_VERSION "5.56.0") @@ -40,10 +40,10 @@ set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") -set(AKONADI_CONTACT_VERSION "5.11.1") -set(CALENDARSUPPORT_LIB_VERSION_LIB "5.11.1") -set(AKONADI_VERSION "5.11.1") -set(AKONADI_SEARCH_VERSION "5.11.1") +set(AKONADI_CONTACT_VERSION "5.11.2") +set(CALENDARSUPPORT_LIB_VERSION_LIB "5.11.2") +set(AKONADI_VERSION "5.11.2") +set(AKONADI_SEARCH_VERSION "5.11.2") set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") @@ -51,11 +51,11 @@ set(QT_REQUIRED_VERSION "5.10.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION_LIB "5.11.1") -set(LIBKDEPIM_LIB_VERSION_LIB "5.11.1") -set(KCALENDARCORE_LIB_VERSION "5.11.1") -set(KCONTACTS_LIB_VERSION "5.11.1") -set(KMIME_LIB_VERSION "5.11.1") +set(MESSAGELIB_LIB_VERSION_LIB "5.11.2") +set(LIBKDEPIM_LIB_VERSION_LIB "5.11.2") +set(KCALENDARCORE_LIB_VERSION "5.11.2") +set(KCONTACTS_LIB_VERSION "5.11.2") +set(KMIME_LIB_VERSION "5.11.2") # Find KF5 package find_package(KF5Completion ${KF5_MIN_VERSION} CONFIG REQUIRED)
