forked from pool/kirigami2
KDE Frameworks 5.106.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=185
This commit is contained in:
parent
104596186a
commit
ecea62ff0b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36c2fe1662f4bdb82e2e709777aad82576724612dc35bfd1ecbb507d20f585dc
|
||||
size 374020
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmQoCPcACgkQWNDuZIpI
|
||||
s7vPEgf/YIpu4PZ3HEINCutcJoZNfSw7ilqt8drOUzv3MjF5zCwB2Eagu8Mb87i9
|
||||
E1Ax/vEJkqh0QLNIBhM7HJTfCqcA4eU65QigFrj8q78DD4gN2f7rWJKfu8sV+J9s
|
||||
NpbNCT2s8OWmJMwhX6c5ncGxVytDjEHJuodhBB3YhMJu28voucUSoQbg7MkUKRla
|
||||
qyYVx20yLaCi1x+r4VSd16QCfJ93IYz4x++IFsvlf9RsiE9ig2pkb8h8BRHSGGeZ
|
||||
3NNQ6FFN+R+RgEOzBWSF9g7Lq4TEqW+Y+YXFEs+nuzRh+TPZM4xe6eAIBdDKsXcq
|
||||
hGutAINcS8YQ2h5v2TEZvL9WQ9lL4Q==
|
||||
=G3GY
|
||||
-----END PGP SIGNATURE-----
|
3
kirigami2-5.106.0.tar.xz
Normal file
3
kirigami2-5.106.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f56fd9046a4a6a4053c252c0719a4c8d83d2400e5a8a3d5e299cce5348b7f160
|
||||
size 381160
|
11
kirigami2-5.106.0.tar.xz.sig
Normal file
11
kirigami2-5.106.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmRWN+wACgkQWNDuZIpI
|
||||
s7sEWQf/VqgCHTvs55cve7XTcHxEABk6ro7Mc3s7cjqrbhrqvo6SFp/KEK4tB27H
|
||||
BO2fJYrRkGgIV/UkLihNZC0V/h8DYPUvnHD8jZ+mUCk1OjuYY7oWBKFwh8yzgdhJ
|
||||
dvVbD32SP+OnUeV8qfCyw7gJy/qDjiO2ssq0f1lxDS5mCnocW2x/rRdid1SP5AFo
|
||||
qVISTQpclgVnxDr+MO4QrYEbTFOYYkjdJIY2jkqepyc2PbkfU3l+avNyixV2RFfq
|
||||
h8z3IwS/nV4VUFWE3koWzRyX0mS0wTUGbUtbmRwk/t33q2eCpT2ZlvhHOMOPnO0e
|
||||
w79nXpdrNLtEsaKzIavYgU0/sPE3Lw==
|
||||
=9XhR
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 6 14:01:39 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.106.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.106.0
|
||||
- Changes since 5.105.0:
|
||||
* Fix spacing issue in OverlaySheet
|
||||
* GlobalToolBar: Fix enabled state of the BackButton in RTL mode
|
||||
* CardsGridView: improve columns property codeblock
|
||||
* SelectableLabel: Prevent it from participating in Tab chain
|
||||
* Tutorials: docs/use with docs/getting-started
|
||||
* Update Mainpage.dox KF5
|
||||
* Fix disabled text color in Material style with dark color scheme
|
||||
* ActionButton: Fix reference to a tooltip attached property
|
||||
* BreadcrumbControl: Fix wrong heading offset in RTL layout direction
|
||||
* Documentation refresh/fixups
|
||||
* Port actionsMenu manual test away from manual header management
|
||||
* ContextDrawer: Remove top padding as well
|
||||
* BreadcrumbControl: Fix errors from wrong indexing
|
||||
* Fix accessibility of back and forward button
|
||||
* toolbarlayout: addAction(): return early if action is empty
|
||||
* Don't use id in background item
|
||||
* private/ActionsMenu: Remove empty unused component
|
||||
* fix dragging from toolbar (kde#467857)
|
||||
* SwipeListItem: Fix for QT_QUICK_CONTROLS_MOBILE (kde#467884)
|
||||
* OverlayDrawer: Fix z value being too high for OverlaySheets (kde#466219)
|
||||
* Added keyboard search icon to SearchField
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 1 17:00:46 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: kirigami2
|
||||
Version: 5.105.0
|
||||
Version: 5.106.0
|
||||
Release: 0
|
||||
Summary: Set of QtQuick components
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user