forked from pool/kdeclarative
KDE Frameworks 5.87.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=254
This commit is contained in:
parent
e5a511f53e
commit
a36f95787b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dc9ace34de78e4eb78d6132578126b25cc67dce63c5f3adb535355f2335edb4
|
||||
size 190184
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2MIACgkQWNDuZIpI
|
||||
s7tgSQf9GENOYa3euL9bfRWHyXwwqNubvBqLxcJoII8t9bqa2UsHv18z9rgBbXyu
|
||||
0xE+MN6MhMsdk0dloURz4VxYSHPBfXCmSGvj6CQwLjp0TWJ5kN+7ifsIy3CQM0Fp
|
||||
UrQD9hrOEdOgF1Qvy9ecwX9tzANiC2MZpDTbVvQByaN5pMeElpg7N9pF5tpXwtBg
|
||||
Bv2DQX1FK7ONYlw0NuR+Adsjj6gDg9YZnfpEoFRnpZVk7mjnNjehcbx4r/qHRfvj
|
||||
IOixJzk5erI5ByeqVCxlDPatwojlhAYvodgvl/HeLnLjtKcBOrP0GYFVsZ1HkRkb
|
||||
U+652fCvVHQ4nT8QrUf0uXpxlEZudw==
|
||||
=jUWE
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.87.0.tar.xz
Normal file
3
kdeclarative-5.87.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6792f8ee5e255159d302ba8257b91e52a4ac5815fb7413fd73788f893555a47f
|
||||
size 190524
|
11
kdeclarative-5.87.0.tar.xz.sig
Normal file
11
kdeclarative-5.87.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYluUACgkQWNDuZIpI
|
||||
s7vppwf+Nx0OU85Fotd2ELNjCA7IGbuQoojyllEmmd1AQQ5lsvL92pkM9j5VKkmK
|
||||
XeitqT4hsEwMkWf7VKxqmA8R6gCv/nU3KYiO//th1vvP0cLTaMjhiBrpzkEuVYDW
|
||||
uQou+0s1BXDa/aZDnODMZXg5ETBAM6tR0LH8qavXQ4rDaGCAorfISryw2E5HIvtm
|
||||
jYVnrbetrR2OM+YGb5lidtX+A1/dUDchnFdu2CBxCtWy3K72tMFKh7IxihfCAJ4s
|
||||
0IvS3vRG0zW2A4Go99B/EThyDV018Tm6ZLBJ/Z4TIYUpI9xTwaWRCi3xYIf9H9cv
|
||||
TjPCbdxwFeOWqkH1Rd7NTVa+ZSgwPg==
|
||||
=/9BH
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 20:33:40 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.87.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.87.0
|
||||
- Changes since 5.86.0:
|
||||
* Add Gitlab CI configuration
|
||||
* Make sure the object gets destroyed before the view
|
||||
* Add support for static builds
|
||||
* SimpleKCM: Remove last vestiges of previously-removed properties
|
||||
* SimpleKCM: remove custom header and footer handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 08:24:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Declarative5
|
||||
%define _tar_path 5.86
|
||||
%define _tar_path 5.87
|
||||
# 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.86.0
|
||||
Version: 5.87.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user