KDE Frameworks 5.68.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=218
This commit is contained in:
parent
372a5088fb
commit
0b60967c6f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed713c0b05565d4626e53f030e0818449b35592382e76d705a4a6e19f53ba493
|
||||
size 175072
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420TYACgkQWNDuZIpI
|
||||
s7vYOAgAvujh1TXlazP8aGvqb4IXA2Pdh80tQSdaWRVRp1e2bIR7+KyC3DxDGEXZ
|
||||
A1YYDw1xHyR2AppqCbF5NewlGdAt7c9u4QOcZ2rrUqbhu/V468Muq4jnr+CWLPGL
|
||||
E4yioKnOkHu/dlD+Ge3z+VFe1PA/vVmbhGhmGbBvNTGcRIOab51mkriYV1p148Bq
|
||||
oK1bJDd+P+lxy0tWmKP3zP4IZr+fv56As20gW5d7YKyEdqRpRbaUFmnJDSYSvZqq
|
||||
n8s9sBtfOOjFJRyo2/BRko5UuBszRxXH7udk9/x+qMOIGRvNFGJmaIe/XlEaxy+3
|
||||
tCVX529IMH70DQv9kCCnzfa8P1H6eg==
|
||||
=llQS
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.68.0.tar.xz
Normal file
3
kdeclarative-5.68.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96a032bcb360e0ffcfe51d4d2f6153786682c2f967592bffcf15b9e6cd4cd3ae
|
||||
size 175624
|
11
kdeclarative-5.68.0.tar.xz.sig
Normal file
11
kdeclarative-5.68.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 09:17:41 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.68.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
|
||||
- Changes since 5.67.0:
|
||||
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
|
||||
* Expose capture signal on KeySequenceItem
|
||||
* Fix size of the header in GridViewKCM (kde#417347)
|
||||
* Allow ManagedConfigModule derived class to register explicitly KCoreConfigSkeleton.
|
||||
* Allow to use KPropertySkeletonItem in ManagedConfigModule
|
||||
* respect header's visibility
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:06:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Declarative5
|
||||
%define _tar_path 5.67
|
||||
%define _tar_path 5.68
|
||||
# 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.67.0
|
||||
Version: 5.68.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user