KDE Frameworks 5.80
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=242
This commit is contained in:
parent
ec67116be0
commit
621bc0c7d9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f07b19a737cd0c5d824718332a2f20386583645fc075aca3b06d781cf7556115
|
|
||||||
size 185144
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmAe6uYACgkQWNDuZIpI
|
|
||||||
s7uDcQf/aTCmYN9KEkCamo2lPLRRuWioi71Ho/G0hijZlsonKnDhl7rmuzX/maTL
|
|
||||||
cOBFWVpuF4Zi/OQNxH3WWwf0OvIrRl1lk4XGuFcBPEk0Mp7CNv41Na/fkrWojWtP
|
|
||||||
q1q+JqFGlV6TUEf+xOpa2pxdPNcxK0yA4RugZ1MPOcIMRq0WBbuHCp6QQSYEehxA
|
|
||||||
0SFXGT2eYsLwKaxW5FRW0PFNORQBzshB7Bx0J597nPH/YC7vdg6Qk9auuaSed6nd
|
|
||||||
dx6u9J7fSM/kRY4gNQ/svGwePZxD4q++UHuDA5sdvPy4q6Qi1gH+rdh6xwslmI2x
|
|
||||||
RqayPlXkE6iMYn4wJvC1ITIRt8/4+w==
|
|
||||||
=m+BV
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdeclarative-5.80.0.tar.xz
Normal file
3
kdeclarative-5.80.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf55ba32475f3459e32f38ca49ced27373427b679ab5dd98e03f02e6f1359d3d
|
||||||
|
size 185132
|
11
kdeclarative-5.80.0.tar.xz.sig
Normal file
11
kdeclarative-5.80.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBD1e0ACgkQWNDuZIpI
|
||||||
|
s7szEAgAnq2rj81WvO5fTsRdsA+bZu/P446CPM9WowaSHC3kRG+P4+9uN7alCR9J
|
||||||
|
/2JNQMl35EKm4S3UOEX/A3I4R7kAnap+gje9ZvrBly02hoxNlLQDHaEIQXRFUDde
|
||||||
|
K9iP5N+/x5JNmsmMiR0Gab7kTTvnBsGs/FZFlNNtuOJKCXaJA9XUpqPbM1cB/wUN
|
||||||
|
rpp2uEJPgOQ6bN0aCGGg2uqqpJ38mHjKWjitxUlkM0uwe+Cf/tpRaR1s7TgbWopI
|
||||||
|
V6jegLTyTCdn+2aYpRkNe6AM8Wl7886LCvQvk3MEedxbVvBa2PStoCbbLVXrn5EM
|
||||||
|
4mGjoOQjx0fQWL+H/uiNtkxbXthKsw==
|
||||||
|
=ES0v
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 7 09:26:43 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.80.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.80.0
|
||||||
|
- Changes since 5.79.0:
|
||||||
|
* don't use mousehover effects on mobile
|
||||||
|
* [GridDelegate] Fix vertical misalignment when showing a subtitle
|
||||||
|
* [GridDelegate] Remove centering hack
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 8 08:46:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Feb 8 08:46:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.79
|
%define _tar_path 5.80
|
||||||
# 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.79.0
|
Version: 5.80.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