forked from pool/kirigami2
Accepting request 939222 from KDE:Frameworks5
KDE Frameworks 5.89.0 (forwarded request 939175 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/939222 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=61
This commit is contained in:
commit
b11a759046
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:190608bc49b75f38c3db81538a5f522e391c21b97398e615222449eefbf577fa
|
||||
size 333324
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjk8ACgkQWNDuZIpI
|
||||
s7uF/Qf7BI5IfJWPvD7dfxjeLCjk9b5frn7ZmOs77Y6ZqtjeuPQ+5Ih4Y5jA92ps
|
||||
1bQgX6yy4smzdHUyXKyIB/tccPmrrt/K1iQL2MIUNAEF4RZAewLJRrAGWM1i/U0O
|
||||
X5eOXob5EK8R6zBxbU11KhBJiIu0PuuCrdOXE05G00iUGa+p8rA09ybALcQ668ty
|
||||
baBIZ5n0rCZHFehUm1NytQZ5QLN00ARCWMxr4jRPcJ2vMDUN6yc6rK63cxT4slU3
|
||||
ffgK9q2qKkHpe+im7eo49Cr/IexOsUpBm7B/D/UaW2+IDJ4ltah6eT7iYNqJu7SG
|
||||
F9uM4HckdKaf73axg1RF6qoNqF6GRA==
|
||||
=ezZT
|
||||
-----END PGP SIGNATURE-----
|
3
kirigami2-5.89.0.tar.xz
Normal file
3
kirigami2-5.89.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:285d770f1444b3f364282fefd4018ad99a94017f6aa22302ba0c1e082960c5ca
|
||||
size 342576
|
11
kirigami2-5.89.0.tar.xz.sig
Normal file
11
kirigami2-5.89.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwAQACgkQWNDuZIpI
|
||||
s7v9rAf/fy94Ia4VsBDB/oAHdRYIEfcbBhKLZmUPBlEKN7YJ90hmA8QmNU2oIgj5
|
||||
NCqhJlq1K2ryLDmt9LrjY1HvzZ9Il2d/l4y/nsdJpmn8qfwblX6JAw9BCtKpB9e8
|
||||
pnhvztKbUOy+7t91SyGb/y/FSrJQhzMR3OferynFUClNJDGDQODssuvr4sb0zbHx
|
||||
651fXZ04roZjhy2ONsAXtIW3xgub0wvrwqg06I1mV25DZlvXP7BzCUmAobBpmhIn
|
||||
39BxaXnTB4E6Ghp7PJERL/LM0jPllSuDrGPqFjcoAiwkl2lfHg2i5OkGDKoV9vNr
|
||||
PAdOBdsU/gfRWS9trIJ50V81Xs4NvQ==
|
||||
=Xnoh
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 22:56:44 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.89.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.89.0
|
||||
- Changes since 5.88.0:
|
||||
* PageRowGlobalToolBarUI: use open-menu-symbolic
|
||||
* Heading: Deprecate headerPointSize(int level) method
|
||||
* Let escape key close pushed dialog layers
|
||||
* AboutItem: fix the view for narrow dialogs
|
||||
* AboutItem: Report its implicit size so it can scroll
|
||||
* removed unnecessary code
|
||||
* Increase passive notification opacity (kde#440390)
|
||||
* Bold labels for narrow FormLayout
|
||||
* Add Dialog Components
|
||||
* add columns on empty width
|
||||
* DefaultCardBackground improvements
|
||||
* Expose internal icon source in the Avatar component
|
||||
* Preconfigure kconfig and kaboutdata on template
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:13:25 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Kirigami2-5
|
||||
%define _tar_path 5.88
|
||||
%define _tar_path 5.89
|
||||
# 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: kirigami2
|
||||
Version: 5.88.0
|
||||
Version: 5.89.0
|
||||
Release: 0
|
||||
Summary: Set of QtQuick components
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user