Accepting request 825067 from KDE:Frameworks5
KDE Frameworks 5.73.0 OBS-URL: https://build.opensuse.org/request/show/825067 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=83
This commit is contained in:
commit
01170dc22b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8600b66a6419889e54de5ea487e4bf42495e3252c7cea228d7ac419f79e3281
|
|
||||||
size 176852
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AulEACgkQWNDuZIpI
|
|
||||||
s7uRlwf/VL4iGbYBQAzG0WRAiAzBTP6/Yxyq2JlvrNdkxqhP4XFW1zT4TwkF9+fi
|
|
||||||
wZh5mGF3BFcnabZFgT/YbLZhJXOJyOKF06x9viAHk/0vJgMuzj9lLNXnJANQ9lS5
|
|
||||||
G92UakbyEoHWix0iMvmlJ4iisOjTgN48C8nK1ETwEmruyPsossVviTc6g+s5vky0
|
|
||||||
K+3oCFzal8o67MfPlrMTrmofJAY/6uoNoMXmR2vD+rCDm/ZgsvSAZ8a5/UNldpJB
|
|
||||||
i82314YnZfIrzhYkPJMjkrsiCXIvPogJPBt8vx+rFgb2TPMtELzubvLv0NMMP0bn
|
|
||||||
gKSXkyjMmG/fcQZwHSZp0svWDwgKQA==
|
|
||||||
=lKcP
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdeclarative-5.73.0.tar.xz
Normal file
3
kdeclarative-5.73.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:713ae2ea41e1bac8f6d47cffa376d62c7805eb3e4cc41c3168c1f1b2ca70a598
|
||||||
|
size 179428
|
11
kdeclarative-5.73.0.tar.xz.sig
Normal file
11
kdeclarative-5.73.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzpUACgkQWNDuZIpI
|
||||||
|
s7uVBAgAhAQ8TxXsQtC0oAnj28VMfIUDk+FUq65fRlO1A7tAfU4tRkIKNhhR30kC
|
||||||
|
utO+vrwvz95w7StOVNs8Sr1tQ4pREg4H+DAvMV41++tu6c85ZvUEaz2JqwmDAVyq
|
||||||
|
P/ZNn6i7zyGJidFz7N7vR087MthIwcVOkukt6BF6Vc1eHbzpTK5b/BpmdxJos+oU
|
||||||
|
r76HzjRd7Xz/Z08UyzaGQN0lqqC8bWZaN+8EBy7TPILHpUgci5+UrVFo1XdGuhJD
|
||||||
|
rbgQzqxJ/cfmoMvnq0kpvJwqsTJAUbChKyrt7xM3aSrtTX52CDmLvPuoeBfkXhVF
|
||||||
|
SskIzsaGJziFIvFjSBf8bf+qwcobGQ==
|
||||||
|
=Iy1v
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 2 07:13:15 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.73.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.73.0
|
||||||
|
- Changes since 5.72.0:
|
||||||
|
* SettingStateBinding : expose whether non default highlight is enabled
|
||||||
|
* Make sure KF5CoreAddons is installed before using KF5Declarative
|
||||||
|
* Add KF5::CoreAddons to public interface for KF5::QuickAddons
|
||||||
|
* Introduce SettingState* elements to ease KCM writing.
|
||||||
|
* fix version in new api
|
||||||
|
* support config notifications in configpropertymap
|
||||||
|
* Use camelcase include. (scripted)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 5 07:55:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Jul 5 07:55:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.72
|
%define _tar_path 5.73
|
||||||
# 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.72.0
|
Version: 5.73.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