Hello community, here is the log from the commit of package akonadiconsole for openSUSE:Factory checked in at 2019-01-24 14:04:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadiconsole (Old) and /work/SRC/openSUSE:Factory/.akonadiconsole.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadiconsole" Thu Jan 24 14:04:24 2019 rev:27 rq:665057 version:18.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadiconsole/akonadiconsole.changes 2019-01-08 12:19:54.648837843 +0100 +++ /work/SRC/openSUSE:Factory/.akonadiconsole.new.28833/akonadiconsole.changes 2019-01-24 14:04:24.743983122 +0100 @@ -1,0 +2,10 @@ +Fri Jan 11 05:41:44 UTC 2019 - [email protected] + +- Update to 18.12.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.1.php +- Changes since 18.12.0: + * No code changes since 18.12.0 + +------------------------------------------------------------------- Old: ---- akonadiconsole-18.12.0.tar.xz New: ---- akonadiconsole-18.12.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadiconsole.spec ++++++ --- /var/tmp/diff_new_pack.jxAC4o/_old 2019-01-24 14:04:25.255982536 +0100 +++ /var/tmp/diff_new_pack.jxAC4o/_new 2019-01-24 14:04:25.259982531 +0100 @@ -1,7 +1,7 @@ # # spec file for package akonadiconsole # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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: 18.12.0 +Version: 18.12.1 Release: 0 Summary: Management and debugging console for akonadi License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ akonadiconsole-18.12.0.tar.xz -> akonadiconsole-18.12.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadiconsole-18.12.0/CMakeLists.txt new/akonadiconsole-18.12.1/CMakeLists.txt --- old/akonadiconsole-18.12.0/CMakeLists.txt 2018-12-03 13:06:30.000000000 +0100 +++ new/akonadiconsole-18.12.1/CMakeLists.txt 2018-12-24 14:17:40.000000000 +0100 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) -set(KDEPIM_VERSION_NUMBER "5.10.0") +set(KDEPIM_VERSION_NUMBER "5.10.1") project(akonadiconsole VERSION ${KDEPIM_VERSION_NUMBER}) set(KF5_VERSION "5.51.0") @@ -40,10 +40,10 @@ set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") -set(AKONADI_CONTACT_VERSION "5.10.0") -set(CALENDARSUPPORT_LIB_VERSION_LIB "5.10.0") -set(AKONADI_VERSION "5.10.0") -set(AKONADI_SEARCH_VERSION "5.10.0") +set(AKONADI_CONTACT_VERSION "5.10.1") +set(CALENDARSUPPORT_LIB_VERSION_LIB "5.10.1") +set(AKONADI_VERSION "5.10.1") +set(AKONADI_SEARCH_VERSION "5.10.1") set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}") set(KDEPIM_LIB_SOVERSION "5") @@ -51,11 +51,11 @@ set(QT_REQUIRED_VERSION "5.9.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Sql Test) -set(MESSAGELIB_LIB_VERSION_LIB "5.10.0") -set(LIBKDEPIM_LIB_VERSION_LIB "5.10.0") -set(KCALENDARCORE_LIB_VERSION "5.10.0") -set(KCONTACTS_LIB_VERSION "5.10.0") -set(KMIME_LIB_VERSION "5.10.0") +set(MESSAGELIB_LIB_VERSION_LIB "5.10.1") +set(LIBKDEPIM_LIB_VERSION_LIB "5.10.1") +set(KCALENDARCORE_LIB_VERSION "5.10.1") +set(KCONTACTS_LIB_VERSION "5.10.1") +set(KMIME_LIB_VERSION "5.10.1") # Find KF5 package find_package(KF5Completion ${KF5_VERSION} CONFIG REQUIRED)
