Accepting request 747100 from KDE:Frameworks5
5.64.0 OBS-URL: https://build.opensuse.org/request/show/747100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=74
This commit is contained in:
commit
8e5862f3fe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c873ab1076fce137090c341c9f2c1751b5aacf85eeb62b899bdda5936bb6fc08
|
|
||||||
size 171036
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyU0ACgkQWNDuZIpI
|
|
||||||
s7uHHAf8CG1K5yngD8eAIsREjGrufmrrGV4iWJdwY+KLJZ2ufXJ1Xa+wsc1nbfLr
|
|
||||||
4S0nXE/Om7cKP0PCZzVJ21dlC7qlwAh6A3ZaCSZ6pae/ctjXNOm2fzDvjXeW3x36
|
|
||||||
iUIq2KsDe+Tov5cmWWz7vAjSyx3NDhi5/RAgJgJ8JCYGGPSUWTACMQdmTPIv77Zy
|
|
||||||
yNXYzcqVkDFnWsAdpBnrX+3oF/fmp1RulvZqkbjkPuygDoNGt/itM7mxWCkW5P44
|
|
||||||
l6sqwJvC+UnjD45GTMiZick4Cu7FsnKd9/0YHAjGiYS5hpfWk9iPrKn8quzUVX+Q
|
|
||||||
4+vSJQDBHx1eTraqOkWRyZFVkX+TfA==
|
|
||||||
=y/j0
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdeclarative-5.64.0.tar.xz
Normal file
3
kdeclarative-5.64.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1bf199aebabe63880babc364572de44f6b0a94ffbbffd955bc85916c2be7701d
|
||||||
|
size 174332
|
11
kdeclarative-5.64.0.tar.xz.sig
Normal file
11
kdeclarative-5.64.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yhgACgkQWNDuZIpI
|
||||||
|
s7usAAgAiqv0BgfbtibjkRphFDk9cpATXHVChZq3/UHF7bVOyPIJ2uAJy+Ls3y8i
|
||||||
|
+A3H1LzoljJdOcoY0/wqUsDKxhpKz/GuSyP5O2E3W+IkGVC4pftZX1nqh2mnhv3W
|
||||||
|
dFvs6Hsmk8OkWeQmuUFZYbziWhmBTFzftRa8sRx3pCRC7UoYlSj0KxG+yexO6RHU
|
||||||
|
coJk5gz2Vbj926o2ouWzRH8aRHmmeddJCftEFL09gi1JkXvgzbvlsFBnWsM1MXjH
|
||||||
|
WVQ2xiQkfRNLvEsP3zyFinIOEVnb9/I/yQa9ci0Zoj32sN3mvBGVsSjI6ph1rCEl
|
||||||
|
CQGyW0W+rPtPDoj3MQEyhs8A+T2EYw==
|
||||||
|
=BAXM
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 3 15:46:55 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.64.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
|
||||||
|
- Changes since 5.63.0:
|
||||||
|
* Use compile time checked connect
|
||||||
|
* Make the settingChanged() slot protected.
|
||||||
|
* Get KQuickAddons::ConfigModule to expose if we're in the defaults state
|
||||||
|
* Grab the keyboard when KeySequenceItem is recording
|
||||||
|
* Add ManagedConfigModule
|
||||||
|
* Remove outdated comment about [$e] expansion
|
||||||
|
* Use ECMGenerateExportHeader to manage deprecated API better
|
||||||
|
* [ConfigModule] Expose mainUi component status and error string
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 6 13:26:25 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Oct 6 13:26:25 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.63
|
%define _tar_path 5.64
|
||||||
# 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.63.0
|
Version: 5.64.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…
Reference in New Issue
Block a user