From 24ab9fcf66a970d89951f70d0c775fb6675258577cabc46db01c8921e0f63425 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 11 Jul 2020 10:31:04 +0000 Subject: [PATCH] 5.72 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=85 --- purpose-5.71.0.tar.xz | 3 --- purpose-5.71.0.tar.xz.sig | 11 ----------- purpose-5.72.0.tar.xz | 3 +++ purpose-5.72.0.tar.xz.sig | 11 +++++++++++ purpose.changes | 12 ++++++++++++ purpose.spec | 19 +++++++++---------- 6 files changed, 35 insertions(+), 24 deletions(-) delete mode 100644 purpose-5.71.0.tar.xz delete mode 100644 purpose-5.71.0.tar.xz.sig create mode 100644 purpose-5.72.0.tar.xz create mode 100644 purpose-5.72.0.tar.xz.sig diff --git a/purpose-5.71.0.tar.xz b/purpose-5.71.0.tar.xz deleted file mode 100644 index a6b0bc8..0000000 --- a/purpose-5.71.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de0531a84f671a15fe4a6348220e922a3230178554e26baf392a1f295044e4be -size 155344 diff --git a/purpose-5.71.0.tar.xz.sig b/purpose-5.71.0.tar.xz.sig deleted file mode 100644 index 98d430e..0000000 --- a/purpose-5.71.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dO2UACgkQWNDuZIpI -s7vDeQf/b3U/yqDIhNuznr1vTUdJIHcp4yEJEwryUwC4QOoxJ5+I27J/7ePGQ9OV -bm1yf24e3iAaHmpVHVE2NZi3ujhTmNrXxPqyKN9ezsNcphRI0REU1p6UHH9E0u5f -kkhtjDHGmBW5Sjf9HSJ1X3gRluuAFf3L2+tYMonvaNAYZeuq3MRdWIYWwllASnRV -GkRXVevcVOs7kzLzd/l32iKX7Zvk5LYP/1CNGOJLeBSqy4d3c3I1xDWayWDlS9tf -/Olbx2kGpO2Krx3BgthYi3SusVlmi6cDP0KaXmKGyYCNoNnLSBZsQZzdEsr5AInd -vIt625ev7t7NGV97dBL4BOvyU4q/CQ== -=8+mp ------END PGP SIGNATURE----- diff --git a/purpose-5.72.0.tar.xz b/purpose-5.72.0.tar.xz new file mode 100644 index 0000000..e9cfcb1 --- /dev/null +++ b/purpose-5.72.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95736d1659af7fc9a90f20af43a1222c02eb8b0dac14b584622f1a6e4f92a0a8 +size 155416 diff --git a/purpose-5.72.0.tar.xz.sig b/purpose-5.72.0.tar.xz.sig new file mode 100644 index 0000000..2015397 --- /dev/null +++ b/purpose-5.72.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8Au4wACgkQWNDuZIpI +s7vwjAf/UrfDFnkKWXQElRxNOWQn8c/Bj0wlomgPuX8EwUQl8rnGc5M3ReImFJl1 +a5CTHmWWUA+rlublBzvBZXwVyZmkox+kJktpOunrxop25se0p0BXHXCz4gcwRkKN +NX9PTCPOMvr6Bpo5fjQSTwl1NpZlh6evT5jgWyLVz3OVmcu7Z+9QwySDXvQtIuZA +a4TCZDczIWjHnrEVv7h582J8uwiqJmnzmIapqQfVYcZQZaWKAtstZmbTEam+8+yE +tSXFF/aOHmq8Zky+R83MXT9vRtQO3tUZ/Xa2N6h6YT3xXEHokxUh43W99fXuVSVW +esAfhg76oTePLmO3TmLVvRSA0SUeZA== +=t8h3 +-----END PGP SIGNATURE----- diff --git a/purpose.changes b/purpose.changes index 02cd15a..ad5a036 100644 --- a/purpose.changes +++ b/purpose.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jul 5 07:55:55 UTC 2020 - Christophe Giboudeaux + +- Update to 5.72.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.72.0 +- Changes since 5.71.0: + * Explicitly use Kirigami units instead of implicitly using Plasma units + * Port job dialogs to Kirigami.PlaceholderMessage + * Fix mem leak. Configuration was never deleted + ------------------------------------------------------------------- Sun Jun 7 08:07:12 UTC 2020 - Christophe Giboudeaux diff --git a/purpose.spec b/purpose.spec index f3551e7..59fc591 100644 --- a/purpose.spec +++ b/purpose.spec @@ -17,14 +17,14 @@ %define lname libKF5Purpose5 -%define _tar_path 5.71 +%define _tar_path 5.72 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: purpose -Version: 5.71.0 +Version: 5.72.0 Release: 0 Summary: Framework to integrate services and actions in applications License: LGPL-2.1-or-later @@ -36,8 +36,7 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}- Source2: frameworks.keyring %endif Source99: baselibs.conf -BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.7.0 +BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: intltool BuildRequires: kf5-filesystem BuildRequires: libaccounts-glib-devel @@ -51,12 +50,12 @@ BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5Core) >= 5.2.0 -BuildRequires: cmake(Qt5Gui) >= 5.2.0 -BuildRequires: cmake(Qt5Network) >= 5.2.0 -BuildRequires: cmake(Qt5Qml) >= 5.2.0 -BuildRequires: cmake(Qt5Test) >= 5.2.0 -BuildRequires: cmake(Qt5Widgets) >= 5.2.0 +BuildRequires: cmake(Qt5Core) >= 5.12.0 +BuildRequires: cmake(Qt5Gui) >= 5.12.0 +BuildRequires: cmake(Qt5Network) >= 5.12.0 +BuildRequires: cmake(Qt5Qml) >= 5.12.0 +BuildRequires: cmake(Qt5Test) >= 5.12.0 +BuildRequires: cmake(Qt5Widgets) >= 5.12.0 Requires: kdeclarative-components >= %{_kf5_bugfix_version} Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version} Requires: libqt5-qtquickcontrols2