KDE Frameworks 5.69.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=220
This commit is contained in:
parent
0b60967c6f
commit
9608a21a66
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96a032bcb360e0ffcfe51d4d2f6153786682c2f967592bffcf15b9e6cd4cd3ae
|
|
||||||
size 175624
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jlxwACgkQWNDuZIpI
|
|
||||||
s7unpQf+LIq47JUos6XhVMmWmxJ5bqrrxusYtU1aN8a9oSa8vZIigLci2BgskFim
|
|
||||||
7kBfFasxZv+C+vy5mGslhdhMiPZqU4oqxZpDFoAfrL5jBP7ivMzYfbrrrORSnvDu
|
|
||||||
jUmfTKeb0UMczgwAogn4Zaj2+WeUyJGFBrTOE8/PwKl2JYdaME3XY3kWO4Mk6x8F
|
|
||||||
kV+9JYhR/6hFu0uF0/PGxx2sXQ3hV32dehQ7rvdCxcLnKwF7mdMvvyBMdH58ZjwQ
|
|
||||||
l4BAzloPurLEGaPzaaJI7rKfxn3WQat5vd21PyvsEkaARfaa19Ugs+LnVTdT4IFQ
|
|
||||||
x1vZT3Q+PX2XOwtiGL+yaziG9j7V6g==
|
|
||||||
=SgMQ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdeclarative-5.69.0.tar.xz
Normal file
3
kdeclarative-5.69.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:916618a660f9ddc319019bf63576d7a67fdf62669ef178a87a95dbd311ff6f38
|
||||||
|
size 176112
|
11
kdeclarative-5.69.0.tar.xz.sig
Normal file
11
kdeclarative-5.69.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6JFLMACgkQWNDuZIpI
|
||||||
|
s7vYbAf+IUNFlfoVUEB5SJ3DVWWPhBpg02KKBLW6UisbhB8g38r2GueevtDXg+Vz
|
||||||
|
9PdGFW+TCTIjXFTcAGG/lDCjpiyHQ+uMamTcwH0dK7FWZdLoKYLLIDPQqG1udG3y
|
||||||
|
PjgZ9A4/jtMIgvCpi8M5NjFY44wKGRK7PNKtsQ0hT9RpoIBJqiv6y28X8nYjZY1C
|
||||||
|
GDn+qooemD9O6lQZ1f8KWOOGJEm7yz1VifQo+UR3gpCUyRRAdlXOL7un0BgXuAK3
|
||||||
|
7WuaBUYdLuUPQ3ezy9ZIm8+U9/PT3dVxmhki4se68vtHr7fiA6k+mAdw7qOwcFhV
|
||||||
|
DG2QNbMTgI2q1gb0S3H2mvVeVn+ZmA==
|
||||||
|
=gIz0
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 5 19:45:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.69.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.69.0
|
||||||
|
- Changes since 5.68.0:
|
||||||
|
* Introduce api for passive notifications
|
||||||
|
* [KCM Controls GridDelegate] Use `ShadowedRectangle`
|
||||||
|
* [kcmcontrols] Respect header/footer visibility
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 8 09:17:41 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Mar 8 09:17:41 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.68
|
%define _tar_path 5.69
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kdeclarative
|
Name: kdeclarative
|
||||||
Version: 5.68.0
|
Version: 5.69.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Integration of QML and KDE workspaces
|
Summary: Integration of QML and KDE workspaces
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user