Hello community, here is the log from the commit of package pimcommon for openSUSE:Leap:15.2 checked in at 2020-05-12 11:36:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/pimcommon (Old) and /work/SRC/openSUSE:Leap:15.2/.pimcommon.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pimcommon" Tue May 12 11:36:17 2020 rev:59 rq:797505 version:20.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/pimcommon/pimcommon.changes 2020-03-15 07:08:23.424856676 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.pimcommon.new.2738/pimcommon.changes 2020-05-12 11:36:18.508236939 +0200 @@ -1,0 +2,35 @@ +Thu Apr 23 12:23:16 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-04-apps-update +- Changes since 20.03.90: + * Use variable here + * Use QLatin1Char('/') here + * Show message info when we change setting + * Fix compilation with more recent Qt 5.15 + +------------------------------------------------------------------- +Sun Apr 5 20:30:46 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-rc +- Changes since 20.03.80: + * Qt guys reverted api in qt5.15 + * Fix build against recent KIO + * Fix cppcheck warning + +------------------------------------------------------------------- +Sun Mar 22 09:17:43 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-beta +- Too many changes to list here. +- Drop ExclusiveArch, it builds fine on these architectures now + +------------------------------------------------------------------- Old: ---- pimcommon-19.12.3.tar.xz pimcommon-19.12.3.tar.xz.sig New: ---- pimcommon-20.04.0.tar.xz pimcommon-20.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pimcommon.spec ++++++ --- /var/tmp/diff_new_pack.FyYZRQ/_old 2020-05-12 11:36:18.896237753 +0200 +++ /var/tmp/diff_new_pack.FyYZRQ/_new 2020-05-12 11:36:18.900237762 +0200 @@ -16,54 +16,56 @@ # -%define kf5_version 5.60.0 +%define kf5_version 5.66.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.12.3 +Version: 20.04.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/release-service/%{version}/src/%{name}-%{version}.tar.xz -%if %{with lang} -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: extra-cmake-modules >= %{kf5_version} BuildRequires: kf5-filesystem BuildRequires: libxslt-devel -BuildRequires: cmake(Grantlee5) -BuildRequires: cmake(KF5AkonadiMime) +BuildRequires: cmake(KF5Akonadi) +BuildRequires: cmake(KF5AkonadiContact) BuildRequires: cmake(KF5Archive) -BuildRequires: cmake(KF5CalendarCore) BuildRequires: cmake(KF5Codecs) +BuildRequires: cmake(KF5Completion) BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5Contacts) +BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IMAP) -BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5ItemModels) +BuildRequires: cmake(KF5JobWidgets) +BuildRequires: cmake(KF5KIO) 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(KF5Service) +BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5XmlGui) -BuildRequires: cmake(Qt5Designer) -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 +BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Network) >= 5.12.0 +BuildRequires: cmake(Qt5PrintSupport) >= 5.12.0 +BuildRequires: cmake(Qt5Test) >= 5.12.0 +BuildRequires: cmake(Qt5UiTools) >= 5.12.0 +BuildRequires: cmake(Qt5Widgets) >= 5.12.0 +BuildRequires: cmake(Qt5Xml) >= 5.12.0 Recommends: %{name}-lang -# It can only build on the same platforms as Qt Webengine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 +%if %{with lang} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif %description This package contains the pimcommon library, used by several KDE PIM @@ -108,7 +110,7 @@ %autosetup -p1 %build -%cmake_kf5 -d build -- -DQTWEBENGINE_SUPPORT_OPTION=TRUE +%cmake_kf5 -d build %cmake_build ++++++ pimcommon-19.12.3.tar.xz -> pimcommon-20.04.0.tar.xz ++++++ ++++ 14726 lines of diff (skipped)
