Hello community, here is the log from the commit of package kmbox for openSUSE:Factory checked in at 2019-12-13 12:02:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmbox (Old) and /work/SRC/openSUSE:Factory/.kmbox.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmbox" Fri Dec 13 12:02:50 2019 rev:52 rq:756251 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmbox/kmbox.changes 2019-11-12 11:37:51.710248825 +0100 +++ /work/SRC/openSUSE:Factory/.kmbox.new.4691/kmbox.changes 2019-12-13 12:03:43.909416739 +0100 @@ -1,0 +2,25 @@ +Tue Dec 10 06:38:42 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.0 +- No code change since 19.11.90 + +------------------------------------------------------------------- +Sat Nov 30 09:12:02 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/19.12-rc +- No code change since 19.11.80 + +------------------------------------------------------------------- +Sun Nov 24 13:29:35 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- No code change since 19.08.3 + +------------------------------------------------------------------- Old: ---- kmbox-19.08.3.tar.xz kmbox-19.08.3.tar.xz.sig New: ---- kmbox-19.12.0.tar.xz kmbox-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmbox.spec ++++++ --- /var/tmp/diff_new_pack.DX8lkN/_old 2019-12-13 12:03:44.401416553 +0100 +++ /var/tmp/diff_new_pack.DX8lkN/_new 2019-12-13 12:03:44.405416552 +0100 @@ -1,7 +1,7 @@ # # spec file for package kmbox # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,28 +16,26 @@ # -%define kf5_version 5.19.0 -%define kf5_version 5.26.0 +%define kf5_version 5.60.0 # 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}')} %bcond_without lang Name: kmbox -Version: 19.08.3 +Version: 19.12.0 Release: 0 Summary: KDE PIM Libraries: Mailbox functionality License: LGPL-2.1-or-later Group: System/GUI/KDE URL: https://www.kde.org -Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz +Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif BuildRequires: extra-cmake-modules >= 5.19.0 BuildRequires: kf5-filesystem -BuildRequires: kmime-devel -BuildRequires: pkgconfig -BuildRequires: pkgconfig(Qt5Test) +BuildRequires: cmake(KF5Mime) +BuildRequires: cmake(Qt5Test) %description This package contains the basic packages for KDE PIM applications. @@ -52,8 +50,8 @@ %package devel Summary: KDE PIM Libraries: Build Environment Group: Development/Libraries/KDE -Requires: kmime-devel Requires: libKF5Mbox5 = %{version} +Requires: cmake(KF5Mime) %description devel This package contains necessary include files and libraries needed ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.DX8lkN/_old and /var/tmp/diff_new_pack.DX8lkN/_new differ ++++++ kmbox-19.08.3.tar.xz -> kmbox-19.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmbox-19.08.3/CMakeLists.txt new/kmbox-19.12.0/CMakeLists.txt --- old/kmbox-19.08.3/CMakeLists.txt 2019-10-30 07:37:52.000000000 +0100 +++ new/kmbox-19.12.0/CMakeLists.txt 2019-12-01 10:16:22.000000000 +0100 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.12.3") +set(PIM_VERSION "5.13.0") project(KMbox VERSION ${PIM_VERSION}) # ECM setup -set(KF5_MIN_VERSION "5.60.0") +set(KF5_MIN_VERSION "5.63.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -24,7 +24,7 @@ set(KMBOX_LIB_VERSION ${PIM_VERSION}) -set(KMIME_LIB_VERSION "5.12.3") +set(KMIME_LIB_VERSION "5.13.0") ecm_setup_version(PROJECT VARIABLE_PREFIX KMBOX VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kmbox_version.h" @@ -35,7 +35,11 @@ ########### Find packages ########### find_package(KF5Mime ${KMIME_LIB_VERSION} CONFIG REQUIRED) -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000) +if (EXISTS "${CMAKE_SOURCE_DIR}/.git") + add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00) + add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000) +endif() + add_definitions(-DQT_NO_FOREACH) ########### Targets ###########
