KDE Frameworks 5.95
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=265
This commit is contained in:
parent
3bc37180a9
commit
c284ace2d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2996ca7671994f42c9233897d10d6bc93ffc2b12865ae07e516a93812dd6b08
|
||||
size 204884
|
@ -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-----
|
3
kdeclarative-5.95.0.tar.xz
Normal file
3
kdeclarative-5.95.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4d0c4c80fdd2ffd044a75e124287e7895b60a959a7c7e3e52b4515bbbb5a0e2
|
||||
size 205716
|
11
kdeclarative-5.95.0.tar.xz.sig
Normal file
11
kdeclarative-5.95.0.tar.xz.sig
Normal file
@ -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-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 14:12:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- 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 <christophe@krop.fr>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user