diff --git a/kdeclarative-5.94.0.tar.xz b/kdeclarative-5.94.0.tar.xz deleted file mode 100644 index 29e0df7..0000000 --- a/kdeclarative-5.94.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2996ca7671994f42c9233897d10d6bc93ffc2b12865ae07e516a93812dd6b08 -size 204884 diff --git a/kdeclarative-5.94.0.tar.xz.sig b/kdeclarative-5.94.0.tar.xz.sig deleted file mode 100644 index d8727b4..0000000 --- a/kdeclarative-5.94.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2/4QACgkQWNDuZIpI -s7vfyAf/d8zNjHRYmsntQxfGwZ8n0589vfHEaeYMlTzEzQhA/V7V7hElbop6TF6e -y+S/Z5Ig+hPMgQjsB8lCVQTKgEeLNzUifpGZS4DMadI87hD8osAeyhz++ub6aPTd -WvtIgMKHICW7+XgCnJjvU3LJj04Aj+Gbk0UoAt7CVFroYS/2Jw7nflVRewjM2G0d -3kAYNoAwJNRC+wRu7JAFHUP6z+PcdjevhG9upJPsW/n+WUx5An/iXlqrsxkmupc2 -FVutUIhFGIl+imhgvAoOGlRxLU44uxVBq+TMDJMxq5+cDBjzTQeBRCGQQycU0lV+ -aWeBzvl+x0lzDOPYSloxe1yRuBqTpw== -=KFb3 ------END PGP SIGNATURE----- diff --git a/kdeclarative-5.95.0.tar.xz b/kdeclarative-5.95.0.tar.xz new file mode 100644 index 0000000..16ef5f2 --- /dev/null +++ b/kdeclarative-5.95.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d0c4c80fdd2ffd044a75e124287e7895b60a959a7c7e3e52b4515bbbb5a0e2 +size 205716 diff --git a/kdeclarative-5.95.0.tar.xz.sig b/kdeclarative-5.95.0.tar.xz.sig new file mode 100644 index 0000000..186bde8 --- /dev/null +++ b/kdeclarative-5.95.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiafgACgkQWNDuZIpI +s7u/VggAgaQNUfBCHLLEXAukFpYNdNTP9VX9WNmRgDUA8kk3vTM37+zaYZK2Juva +nqxJb6tX0ofuVgvhmIy9+MSFyO5dH8NZm6djQsx7RSEvca8dxZzL6BHndvpnP7m2 +qk4FPq5QYgy1meDdUTEBqIl/jhf6Mphm7o9G9mxXCN4Ps1p5am0RsEzdEQU/txQI +C9EuoZXnkfh5UH1Pt6nOIZYiFcT1F5HorV3YQfMztK8ANHsjTlN5SUpPlFhDKUng +K1TSuOkq5yNFgIPCGVBZBL2cpiwAIY0f58YPNduUntiPqyNs+r9xJsbvO23S2g0f +3SQOPRrPY7RU414PB4PZw9IAjXwy+w== +=vUjC +-----END PGP SIGNATURE----- diff --git a/kdeclarative.changes b/kdeclarative.changes index 24e90f8..7b98d4d 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jun 10 14:12:22 UTC 2022 - Christophe Giboudeaux + +- Update to 5.95.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.95.0 +- Changes since 5.94.0: + * qmlcontrols: bump `QtQuick` import version to 2.15 for GridViewInternal + * port to standard C++ smart pointers where possible + * Use the correct engine variable + * Remove KDeclarative instance from QmlObject + * QmlObject: Use std::shared_ptr to properly track the lifetime of QQmlEngine (kde#451790) + * Move type registrations to the plugin initialization + * calendareventsplugin: Add label property + * calendareventsplugin: Add support for alternate dates and sub-labels + ------------------------------------------------------------------- Tue May 10 08:17:52 UTC 2022 - Christophe Giboudeaux diff --git a/kdeclarative.spec b/kdeclarative.spec index b65c586..1f523c1 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -17,14 +17,14 @@ %define lname libKF5Declarative5 -%define _tar_path 5.94 +%define _tar_path 5.95 # 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 released Name: kdeclarative -Version: 5.94.0 +Version: 5.95.0 Release: 0 Summary: Integration of QML and KDE workspaces License: LGPL-2.1-or-later