forked from pool/kirigami2
Accepting request 919165 from KDE:Frameworks5
- Update to 5.86.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.86.0 - Too many changes since 5.85.0, only listing bugfixes: * Use text as tooltip only for icon-only buttons (kde#441810) * controls/AbstractApplicationHeader: disable hiding on touch scrolling behaviour by default (kde#439923) OBS-URL: https://build.opensuse.org/request/show/919165 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=58
This commit is contained in:
commit
ddb04171fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33d22381cf6058c3dc54109e31f710f07452ef9baf669d4264659c5c7fd7ad2b
|
||||
size 323312
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBYcACgkQWNDuZIpI
|
||||
s7um4Qf/a5vuZFr0sZhEz+dmtp1zwrVKzXtdxmAYKn7eQ1TOum5jUTJy3OUI6VYP
|
||||
F4JXaG3D/VYT8w63QXr/Ig4b3K8DokHX9b+yZYG3ycmoQdsRpT0hIcVpECs0jE1l
|
||||
p1Mi43Bz/Kf205DODJg7z8rqLUgQgc8YC4G4gNKGIs7Y3ezS4GDyMoLXLzs7KThF
|
||||
apw6ZXB6pUiSUvK/aguyTEPClbARAfNFy5Jhpw7vMpsJVssC/K+EPZ6YJL1NO1eu
|
||||
aBax2kQaTRzRbbQWFBEID0PyBsMwlVTBh8Zwj6kxIIrR8OaorMc4W86W3AWyVPow
|
||||
hy9Zc2WR0QCTbYULbQ4DGR3IQ3Z2UA==
|
||||
=ediz
|
||||
-----END PGP SIGNATURE-----
|
3
kirigami2-5.86.0.tar.xz
Normal file
3
kirigami2-5.86.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ceec43a85c5d80b0fea3859bb0c152ead1209d0a62232832ce06be223b8c7de6
|
||||
size 328492
|
11
kirigami2-5.86.0.tar.xz.sig
Normal file
11
kirigami2-5.86.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2P4ACgkQWNDuZIpI
|
||||
s7uNqwf9EtoeTCJPTIpBrCqzYim73/LH0gUdJkvPjuW1YahTDDZo3VyhBkmZt+8H
|
||||
02h3xlsumWkxd9594kYmPgCRbGknXHz4KfJB59H1tz9RdAZrpH6v3u2IWSJwA2ez
|
||||
FiS2DJjYTor8Q1DW4uxdq3LFe5UhG9hCfoXGnZsZb6l2XWWVJ/ueYVi3JcF3k04v
|
||||
3XBy/euM2sfn42UOREsqHoGurI2yMnIcTk7SqKS7TT0H1/ThafKvVG8Y1tAM/FiX
|
||||
REaZDfQ7Y8BG4UzBNYWDenOb8WAgOSe4pX3UjXWemp1Ir+k6Q2Co0mjalqKUaeLL
|
||||
HQ6Fj7Prfs0/WOM22eSqTDX6gV2sZg==
|
||||
=UP0L
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 06:22:10 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.86.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.86.0
|
||||
- Too many changes since 5.85.0, only listing bugfixes:
|
||||
* Use text as tooltip only for icon-only buttons (kde#441810)
|
||||
* controls/AbstractApplicationHeader: disable hiding on touch scrolling behaviour by default (kde#439923)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 12:12:51 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Kirigami2-5
|
||||
%define _tar_path 5.85
|
||||
%define _tar_path 5.86
|
||||
# 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.85.0
|
||||
Version: 5.86.0
|
||||
Release: 0
|
||||
Summary: Set of QtQuick components
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user