Hello community, here is the log from the commit of package kcalcore for openSUSE:Factory checked in at 2019-09-09 12:23:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcalcore (Old) and /work/SRC/openSUSE:Factory/.kcalcore.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcalcore" Mon Sep 9 12:23:17 2019 rev:49 rq:728793 version:19.08.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kcalcore/kcalcore.changes 2019-08-28 16:01:31.854800062 +0200 +++ /work/SRC/openSUSE:Factory/.kcalcore.new.7948/kcalcore.changes 2019-09-09 12:23:18.797882451 +0200 @@ -1,0 +2,15 @@ +Thu Sep 5 14:00:17 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.08.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.1.php +- Changes since 19.08.0: + * Include KDE* cmake macros before any others + * Restore backward compatibility for the version header +- Dropped patches, now upstream: + * 0001-Restore-backward-compatibility-for-the-version-heade.patch +- Refreshed patches: + * 0001-Revert-GIT_SILENT-increase-version.patch + +------------------------------------------------------------------- Old: ---- 0001-Restore-backward-compatibility-for-the-version-heade.patch kcalcore-19.08.0.tar.xz kcalcore-19.08.0.tar.xz.sig New: ---- kcalcore-19.08.1.tar.xz kcalcore-19.08.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcalcore.spec ++++++ --- /var/tmp/diff_new_pack.mWiMDV/_old 2019-09-09 12:23:19.513882345 +0200 +++ /var/tmp/diff_new_pack.mWiMDV/_new 2019-09-09 12:23:19.513882345 +0200 @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kcalcore -Version: 19.08.0 +Version: 19.08.1 Release: 0 Summary: KDE PIM Libraries: KCalCore License: LGPL-2.1-or-later @@ -35,8 +35,6 @@ %endif # PATCH-FIX-OPENSUSE Patch0: 0001-Revert-GIT_SILENT-increase-version.patch -# PATCH-FIX-UPSTREAM -Patch1: 0001-Restore-backward-compatibility-for-the-version-heade.patch BuildRequires: bison BuildRequires: extra-cmake-modules >= 5.19.0 BuildRequires: kdelibs4support-devel >= %{kf5_version} ++++++ 0001-Revert-GIT_SILENT-increase-version.patch ++++++ --- /var/tmp/diff_new_pack.mWiMDV/_old 2019-09-09 12:23:19.533882342 +0200 +++ /var/tmp/diff_new_pack.mWiMDV/_new 2019-09-09 12:23:19.537882341 +0200 @@ -11,11 +11,11 @@ CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 38a03e47a..f55f626a9 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -35,7 +35,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KCALCORE +Index: kcalcore-19.08.1/CMakeLists.txt +=================================================================== +--- kcalcore-19.08.1.orig/CMakeLists.txt 2019-08-25 15:02:23.000000000 +0200 ++++ kcalcore-19.08.1/CMakeLists.txt 2019-09-06 08:27:56.794097979 +0200 +@@ -39,7 +39,7 @@ ########### Find packages ########### find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Gui) @@ -24,6 +24,3 @@ find_package(LibIcal ${LibIcal_MIN_VERSION}) set_package_properties(LibIcal PROPERTIES TYPE REQUIRED) if(LibIcal_VERSION VERSION_GREATER "2.98") --- -2.13.6 - ++++++ kcalcore-19.08.0.tar.xz -> kcalcore-19.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalcore-19.08.0/CMakeLists.txt new/kcalcore-19.08.1/CMakeLists.txt --- old/kcalcore-19.08.0/CMakeLists.txt 2019-08-06 08:27:32.000000000 +0200 +++ new/kcalcore-19.08.1/CMakeLists.txt 2019-08-25 15:02:23.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.12.0") +set(PIM_VERSION "5.12.1") project(KCalCore VERSION ${PIM_VERSION}) @@ -9,17 +9,21 @@ find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${KCalCore_SOURCE_DIR}/cmake) +include(KDEInstallDirs) +include(KDECMakeSettings) +include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) + include(GenerateExportHeader) include(ECMGenerateHeaders) include(ECMGeneratePriFile) include(ECMSetupVersion) include(FeatureSummary) -include(KDEInstallDirs) -include(KDECMakeSettings) -include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(ECMQtDeclareLoggingCategory) +# TODO: remove for KF6 +option(KCALENDARCORE_NO_DEPRECATED_NAMESPACE "Disable deprecated KCalCore namespace" OFF) + if(POLICY CMP0053) cmake_policy(SET CMP0053 NEW) endif() @@ -84,6 +88,12 @@ ${CMAKE_CURRENT_BINARY_DIR}/kcalendarcore_version.h DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel ) +if (NOT KCALENDARCORE_NO_DEPRECATED_NAMESPACE) + install(FILES + ${CMAKE_CURRENT_BINARY_DIR}/kcalendarcore_version.h + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel RENAME kcalcore_version.h + ) +endif() install(FILES kcalendarcore.renamecategories kcalendarcore.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kcalcore-19.08.0/src/CMakeLists.txt new/kcalcore-19.08.1/src/CMakeLists.txt --- old/kcalcore-19.08.0/src/CMakeLists.txt 2019-08-06 08:27:32.000000000 +0200 +++ new/kcalcore-19.08.1/src/CMakeLists.txt 2019-08-25 15:02:23.000000000 +0200 @@ -46,8 +46,6 @@ add_library(KF5::CalendarCore ALIAS KF5CalendarCore) # backward compatibility with the old name -# TODO: remove for KF6 -option(KCALENDARCORE_NO_DEPRECATED_NAMESPACE "Disable deprecated KCalCore namespace" OFF) if (NOT KCALENDARCORE_NO_DEPRECATED_NAMESPACE) target_compile_definitions(KF5CalendarCore INTERFACE "-DKCalCore=KCalendarCore") endif()
