From ce83a8c455079ad3fdcb99e7cf34010f5e3feab6e70569ac2570c4b2d095e2e7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 12 Dec 2020 12:34:35 +0000 Subject: [PATCH] KDE frameworks 5.77.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=100 --- purpose-5.76.0.tar.xz | 3 --- purpose-5.76.0.tar.xz.sig | 11 ----------- purpose-5.77.0.tar.xz | 3 +++ purpose-5.77.0.tar.xz.sig | 11 +++++++++++ purpose.changes | 12 ++++++++++++ purpose.spec | 16 ++++++++-------- 6 files changed, 34 insertions(+), 22 deletions(-) delete mode 100644 purpose-5.76.0.tar.xz delete mode 100644 purpose-5.76.0.tar.xz.sig create mode 100644 purpose-5.77.0.tar.xz create mode 100644 purpose-5.77.0.tar.xz.sig diff --git a/purpose-5.76.0.tar.xz b/purpose-5.76.0.tar.xz deleted file mode 100644 index 712bf5f..0000000 --- a/purpose-5.76.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd0edb0e7ba8b5336436848fe2452ff98c1b5bf2c49ea7744a8c0038d4e8887d -size 157920 diff --git a/purpose-5.76.0.tar.xz.sig b/purpose-5.76.0.tar.xz.sig deleted file mode 100644 index de43898..0000000 --- a/purpose-5.76.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5bQACgkQWNDuZIpI -s7t5iAgAkXBQbm0odZJkaRmDOECNc1x/BBD2KA40uaKtFgcaUooxUgxwReaSv7ie -GxNwJWeeFY+CzZ104EF+GfuM81szJ3JE2Hhj19ddHHlnoi+FKKmPvBQ8P8I0r5xi -m6+Kfo2NFtM+q2okyCp7LgB9UQby3QNwZLJenAHXIRmVvN2uRQsngERMa/yP7zEL -Eoeokc/Aa78iDT8S9AzZ2aGUrS3Gf4JzFwiwMlYfO4Yx7PNvdjUzqGkdQAJSPO49 -ZhxbbYARr2UiUSRyjq1hXU+DMYmlH/B66si4spNCtdaw4HkTcNQey0sbdERrCdk/ -j5ZQiMwyT5MCc2sUUjR9TgcWt7oj9g== -=CQIk ------END PGP SIGNATURE----- diff --git a/purpose-5.77.0.tar.xz b/purpose-5.77.0.tar.xz new file mode 100644 index 0000000..5e2632b --- /dev/null +++ b/purpose-5.77.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc48dbaa200336dafb5519ff63adf01c6bd22737a8c8423103e9c2d305f0f674 +size 158016 diff --git a/purpose-5.77.0.tar.xz.sig b/purpose-5.77.0.tar.xz.sig new file mode 100644 index 0000000..75564c6 --- /dev/null +++ b/purpose-5.77.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LoH4ACgkQWNDuZIpI +s7sA8gf/ReEekpiYc9cPGsPYCUgvaSHq3UsFQhbFZs5CNJzpZQPJ7gXxwJomGNCL +hWormdj4Ro4DRmz6jWlD3Swxc1r3xyT74V1kLun92YWJAv9jOmNEkAxroAy1hiMv +JClqoOPm+8vcmqT8qPVX6kv4jT+g0NX9zh3vPgGEEHaPZeRtV5ZbPAoGAutVN7+W +VyXaobGKmWuLvfis97ddNhhPb/xBTR0+jxBs3mKgUpjFN+yq9tIwPu9ZnHL0Ulpm +VEqSE8NXi4ZXF3jc+LPGa8tz12dnwbHs7T4YdXaYGD0q04dLThwKaF0JSa4YFzJa +B/d846DAVpxYcDG7zgQP3+TI9F3EVQ== +=O7hc +-----END PGP SIGNATURE----- diff --git a/purpose.changes b/purpose.changes index d1185b5..9248d87 100644 --- a/purpose.changes +++ b/purpose.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Dec 7 17:14:54 UTC 2020 - Christophe Giboudeaux + +- Update to 5.77.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.77.0 +- Changes since 5.76.0: + * Remove unused include + * [bluetooth] Fix sharing multiple files (kde#429620) + * Read translated plugin action label (kde#429510) + ------------------------------------------------------------------- Sat Nov 7 21:35:34 UTC 2020 - Christophe Giboudeaux diff --git a/purpose.spec b/purpose.spec index ef966bf..02d4906 100644 --- a/purpose.spec +++ b/purpose.spec @@ -17,14 +17,14 @@ %define lname libKF5Purpose5 -%define _tar_path 5.76 +%define _tar_path 5.77 # 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.76.0 +Version: 5.77.0 Release: 0 Summary: Framework to integrate services and actions in applications License: LGPL-2.1-or-later @@ -50,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.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 +BuildRequires: cmake(Qt5Core) >= 5.13.0 +BuildRequires: cmake(Qt5Gui) >= 5.13.0 +BuildRequires: cmake(Qt5Network) >= 5.13.0 +BuildRequires: cmake(Qt5Qml) >= 5.13.0 +BuildRequires: cmake(Qt5Test) >= 5.13.0 +BuildRequires: cmake(Qt5Widgets) >= 5.13.0 Requires: kdeclarative-components >= %{_kf5_bugfix_version} Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version} Requires: libqt5-qtquickcontrols2