KDE Frameworks 5.96
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=267
This commit is contained in:
parent
c284ace2d7
commit
63396fc849
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4d0c4c80fdd2ffd044a75e124287e7895b60a959a7c7e3e52b4515bbbb5a0e2
|
||||
size 205716
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiafgACgkQWNDuZIpI
|
||||
s7u/VggAgaQNUfBCHLLEXAukFpYNdNTP9VX9WNmRgDUA8kk3vTM37+zaYZK2Juva
|
||||
nqxJb6tX0ofuVgvhmIy9+MSFyO5dH8NZm6djQsx7RSEvca8dxZzL6BHndvpnP7m2
|
||||
qk4FPq5QYgy1meDdUTEBqIl/jhf6Mphm7o9G9mxXCN4Ps1p5am0RsEzdEQU/txQI
|
||||
C9EuoZXnkfh5UH1Pt6nOIZYiFcT1F5HorV3YQfMztK8ANHsjTlN5SUpPlFhDKUng
|
||||
K1TSuOkq5yNFgIPCGVBZBL2cpiwAIY0f58YPNduUntiPqyNs+r9xJsbvO23S2g0f
|
||||
3SQOPRrPY7RU414PB4PZw9IAjXwy+w==
|
||||
=vUjC
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.96.0.tar.xz
Normal file
3
kdeclarative-5.96.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6494d2cfa5df46f98b8a8e9a0ffaead11a5cbe2b35084515a9b150f0c21099f4
|
||||
size 206840
|
11
kdeclarative-5.96.0.tar.xz.sig
Normal file
11
kdeclarative-5.96.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLAc08ACgkQWNDuZIpI
|
||||
s7szzAf/czqTtBxf5D5+cESvZca8vBGBi6sP/Q9NhMaiBEyiJTunziJCgvaa7Vu9
|
||||
5UFcnWISPCwEUs8Ctzeq2Hbkrl/sLAU+IIrx6ugvI24QqmDHnFvah42Qa0pkZ840
|
||||
G0WgR75BzpTa6TWx5ZkFzboAhZ+3fLAgveUzi9Fva3DE+WXEBsqohY3U7zu6wtZG
|
||||
knLR4lIbzcRXgrjtot/2Qu5aD3Ut7bC+IaZ4YIXPVYiG7AET7jQ1CqxXLSrfvXIz
|
||||
Y0blnRn7nGF/EEagBUXz+TliOPA1FC1EbdpiURzrhuCgFRAhMUKVqrqo/ubC/XDY
|
||||
/J0e6DbuY0iDE+LVw/Wvpwyl+TqZAw==
|
||||
=lrWJ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 3 11:55:52 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.96.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.96.0
|
||||
- Changes since 5.95.0:
|
||||
* kquickcontrols: give main button a description
|
||||
* kquickcontrols: give Clear button a tooltip
|
||||
* Don't duplicate headers between cpp/.h files
|
||||
* qmlcontrols: make `isPlatformX11` and `isPlatformWayland` constant
|
||||
* qmlcontrols: add `isPlatformX11` and `isPlatformWayland` in `KWindowSystemProxy`
|
||||
* qmlcontrols: add `Pad` fill mode in `QImageItem` (kde#389623)
|
||||
* [KeySequenceItem] Replace attached object ToolTip with an instance
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 14:12:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Declarative5
|
||||
%define _tar_path 5.95
|
||||
%define _tar_path 5.96
|
||||
# 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.95.0
|
||||
Version: 5.96.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user