From 8f9e4621c686639fd9c0ca5c4c1a8b2e2bb7d22c4115b96e837e89c8661e3bfc Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 9 Jan 2021 12:18:45 +0000 Subject: [PATCH] KDE Frameworks 5.78.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=238 --- kdeclarative-5.77.0.tar.xz | 3 --- kdeclarative-5.77.0.tar.xz.sig | 11 ----------- kdeclarative-5.78.0.tar.xz | 3 +++ kdeclarative-5.78.0.tar.xz.sig | 11 +++++++++++ kdeclarative.changes | 17 +++++++++++++++++ kdeclarative.spec | 18 +++++++++--------- 6 files changed, 40 insertions(+), 23 deletions(-) delete mode 100644 kdeclarative-5.77.0.tar.xz delete mode 100644 kdeclarative-5.77.0.tar.xz.sig create mode 100644 kdeclarative-5.78.0.tar.xz create mode 100644 kdeclarative-5.78.0.tar.xz.sig diff --git a/kdeclarative-5.77.0.tar.xz b/kdeclarative-5.77.0.tar.xz deleted file mode 100644 index dfc2b7e..0000000 --- a/kdeclarative-5.77.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eaf59a4f73e7578c7b381078ca5ae920a3e8763433932277650707432104cb2 -size 185036 diff --git a/kdeclarative-5.77.0.tar.xz.sig b/kdeclarative-5.77.0.tar.xz.sig deleted file mode 100644 index e876292..0000000 --- a/kdeclarative-5.77.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln0sACgkQWNDuZIpI -s7u+gQf/YND8I8uVrdz8dTsNTdNMbOz6ApZchwJekOpS52W1ed4OXYoE6EnrK6xa -dIUH6zKzgp335ocVl9hYihqDwi8Rm3429jcipS2uwB6tCKAmI6MetMLF7xwAY1OI -ptSrIk30dCf2NmrsQMS07knXTGYOGeCi6UfPLoLrUCxLskJ4TR511Vm9HAu+Op2a -qk2paC5X39VS16e+0CqHGzeBn6b3ZzIzdf1BlV5yiTc2AOWnLKVyWkXhilpRsS6U -F2/XLZ8MTo21Pwp2EeAQU/V2sEjAJIRluMuvmIalkc2AwtXpjHsOKRqsiDfeevgj -QFYGULHvl9awnna2aPgWneyc6xXnRA== -=BlNF ------END PGP SIGNATURE----- diff --git a/kdeclarative-5.78.0.tar.xz b/kdeclarative-5.78.0.tar.xz new file mode 100644 index 0000000..44eb863 --- /dev/null +++ b/kdeclarative-5.78.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4759319fd1569d64f53d299f67c8564e75f687376f2774dadc7c53e45d2f4797 +size 185136 diff --git a/kdeclarative-5.78.0.tar.xz.sig b/kdeclarative-5.78.0.tar.xz.sig new file mode 100644 index 0000000..d990751 --- /dev/null +++ b/kdeclarative-5.78.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/weesACgkQWNDuZIpI +s7uJJgf/d5kUbUOlDEGFDStv7HR/EiG3rhjuC4nuTYmhv7MvwQVa1yfS9cTm5Z7i +1Z6/vKDQWvRVy6/88DaLJVKboFgFcPFjnsrIHeXx2bjtiEAcKeq+FGyQAlxLQvNi +36oDwQniNkdEVUZg8+MZpQVHfX7hE6f6gaKE+vsspOhSqMKyBZflTv3l8G/s5oLX +5K2cUVZCBqVjUi6z3XEG9FLyt9Z2zaju2rdE7WQx2cpDDHVkobDAmATDnyV7X5nu +LUFX/c/fyxegofgPFA8V8oSj1HBhi8VFTeu1EqPf8U6EN8iLdLykQgZ46nj2aCH7 +kdrE9CSdgRO1liPt9yTW57DW7C6G/A== +=fEn9 +-----END PGP SIGNATURE----- diff --git a/kdeclarative.changes b/kdeclarative.changes index 09e98cf..1e8688b 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jan 6 10:47:30 UTC 2021 - Christophe Giboudeaux + +- Update to 5.78.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.78.0 +- Changes since 5.77.0: + * Switch to Findepoxy provided by ECM + * KCMShell: Add support for passing arguments + * Remove ifdefs, we require Qt 5.14 now + * Workaround crash with GL detection and kwin_wayland + * [KQuickAddons] QtQuickSettings::checkBackend() for fallback to software backend (kde#422995) + * [abstractkcm] Fix import version in code example + * Avoid setting QSG_RENDER_LOOP if set already + * ConfigPropertyMap : load property's default value in the map + ------------------------------------------------------------------- Sat Dec 5 18:56:25 UTC 2020 - Christophe Giboudeaux diff --git a/kdeclarative.spec b/kdeclarative.spec index 0ecedf6..74afa18 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -1,7 +1,7 @@ # # spec file for package kdeclarative # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ %define lname libKF5Declarative5 -%define _tar_path 5.77 +%define _tar_path 5.78 # 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: kdeclarative -Version: 5.77.0 +Version: 5.78.0 Release: 0 Summary: Integration of QML and KDE workspaces License: LGPL-2.1-or-later @@ -51,11 +51,11 @@ BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5Core) >= 5.13.0 -BuildRequires: cmake(Qt5Gui) >= 5.13.0 -BuildRequires: cmake(Qt5Qml) >= 5.13.0 -BuildRequires: cmake(Qt5Quick) >= 5.13.0 -BuildRequires: cmake(Qt5Test) >= 5.13.0 +BuildRequires: cmake(Qt5Core) >= 5.14.0 +BuildRequires: cmake(Qt5Gui) >= 5.14.0 +BuildRequires: cmake(Qt5Qml) >= 5.14.0 +BuildRequires: cmake(Qt5Quick) >= 5.14.0 +BuildRequires: cmake(Qt5Test) >= 5.14.0 %description KDeclarative provides integration of QML and KDE workspaces. @@ -113,7 +113,7 @@ Requires: libKF5QuickAddons5 = %{version} Requires: cmake(KF5Config) >= %{_kf5_bugfix_version} Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version} Requires: cmake(KF5Package) >= %{_kf5_bugfix_version} -Requires: cmake(Qt5Qml) >= 5.13.0 +Requires: cmake(Qt5Qml) >= 5.14.0 %description devel KDeclarative provides integration of QML and KDE workspaces.