Hello community, here is the log from the commit of package pimcommon for openSUSE:Factory checked in at 2019-12-13 12:03:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pimcommon (Old) and /work/SRC/openSUSE:Factory/.pimcommon.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pimcommon" Fri Dec 13 12:03:48 2019 rev:47 rq:756340 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes 2019-11-12 11:41:24.798473154 +0100 +++ /work/SRC/openSUSE:Factory/.pimcommon.new.4691/pimcommon.changes 2019-12-13 12:04:56.949389140 +0100 @@ -1,0 +2,26 @@ +Tue Dec 10 06:39:15 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:35 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 +- Changes since 19.11.80: + * Only build and install designer plugin if it's enabled + +------------------------------------------------------------------- +Sun Nov 24 15:54:29 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- Too many changes to list here. + +------------------------------------------------------------------- Old: ---- pimcommon-19.08.3.tar.xz pimcommon-19.08.3.tar.xz.sig New: ---- pimcommon-19.12.0.tar.xz pimcommon-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pimcommon.spec ++++++ --- /var/tmp/diff_new_pack.CgBCUF/_old 2019-12-13 12:04:57.497388933 +0100 +++ /var/tmp/diff_new_pack.CgBCUF/_new 2019-12-13 12:04:57.501388931 +0100 @@ -1,7 +1,7 @@ # # spec file for package pimcommon # -# 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,52 +16,51 @@ # -%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: pimcommon -Version: 19.08.3 +Version: 19.12.0 Release: 0 Summary: Base package of KDE PIM PimCommon library License: GPL-2.0-only AND LGPL-2.1-or-later Group: System/Libraries 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: grantlee5-devel -BuildRequires: karchive-devel -BuildRequires: kcalcore-devel -BuildRequires: kcodecs-devel -BuildRequires: kconfig-devel -BuildRequires: kcontacts-devel -BuildRequires: kdbusaddons-devel -BuildRequires: kdelibs4support-devel BuildRequires: kf5-filesystem -BuildRequires: ki18n-devel -BuildRequires: kimap-devel -BuildRequires: kmime-devel -BuildRequires: knewstuff-devel -BuildRequires: kpimtextedit-devel >= %{_kapp_version} -BuildRequires: ktextwidgets-devel -BuildRequires: kwallet-devel -BuildRequires: kxmlgui-devel -BuildRequires: libkdepim-devel BuildRequires: libxslt-devel -BuildRequires: pkgconfig -BuildRequires: purpose-devel -BuildRequires: sonnet-devel +BuildRequires: cmake(Grantlee5) BuildRequires: cmake(KF5AkonadiMime) +BuildRequires: cmake(KF5Archive) +BuildRequires: cmake(KF5CalendarCore) +BuildRequires: cmake(KF5Codecs) +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5Contacts) +BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IMAP) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5Libkdepim) +BuildRequires: cmake(KF5Mime) +BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(KF5PimTextEdit) +BuildRequires: cmake(KF5Purpose) +BuildRequires: cmake(KF5Sonnet) +BuildRequires: cmake(KF5TextWidgets) +BuildRequires: cmake(KF5Wallet) +BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(Qt5Designer) -BuildRequires: pkgconfig(Qt5Network) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Script) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.4.0 -BuildRequires: pkgconfig(Qt5UiTools) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(Qt5Network) >= 5.4.0 +BuildRequires: cmake(Qt5Script) >= 5.4.0 +BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRequires: cmake(Qt5UiTools) >= 5.4.0 +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 Recommends: %{name}-lang # It can only build on the same platforms as Qt Webengine ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 @@ -74,13 +73,13 @@ Summary: Development package for pimcommon License: LGPL-2.1-or-later Group: Development/Libraries/KDE -Requires: akonadi-contacts-devel -Requires: akonadi-server-devel -Requires: kconfig-devel -Requires: kcontacts-devel -Requires: kimap-devel Requires: libKF5PimCommon5 = %{version} Requires: libKF5PimCommonAkonadi5 = %{version} +Requires: cmake(KF5Akonadi) +Requires: cmake(KF5AkonadiContact) +Requires: cmake(KF5Config) +Requires: cmake(KF5Contacts) +Requires: cmake(KF5IMAP) %description devel The development package for the pimcommon libraries ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.CgBCUF/_old and /var/tmp/diff_new_pack.CgBCUF/_new differ ++++++ pimcommon-19.08.3.tar.xz -> pimcommon-19.12.0.tar.xz ++++++ ++++ 6684 lines of diff (skipped)
