forked from pool/kirigami2
Accepting request 912143 from KDE:Frameworks5
KDE Frameworks 5.85.0 (forwarded request 912073 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/912143 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=57
This commit is contained in:
commit
a324142742
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:598c9e245d2726ada15c50d51f38827116f25d7e966af0cdfbb3bca396e01716
|
||||
size 319404
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDgitgACgkQWNDuZIpI
|
||||
s7t/Rwf/bcb6kepXm2HCynngewsEUynUwiLiQRZhpi8XqE1aa693XCv+Nr4rH5aw
|
||||
W6dQ0bMztV+/Gn29V+641x8Xf49Lkok1k9bthNs6Hwt97Ef/S8W+IyP5O4SriBHI
|
||||
pjAVD5cd04YgzVEA89VuYesjKYN5UjUU7JV2uHcHHHSkMsVzmTqB+eDXDwxhOduH
|
||||
UV+cNag7/D+7zNN6au3tzj0H1Nfh6WbNqnIVX/Ba/ml8ILNpe+VjTJSuhU9Iu6W5
|
||||
FGXxP/AZ1lD1Y1NHSCua8VIQ9dVltQQmcSFGAfa2gXw30RspCNp9J3XRoNWEgETG
|
||||
b+PVSx05X0jPlJFcb/gsr+oDJ3pRag==
|
||||
=SdWI
|
||||
-----END PGP SIGNATURE-----
|
3
kirigami2-5.85.0.tar.xz
Normal file
3
kirigami2-5.85.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33d22381cf6058c3dc54109e31f710f07452ef9baf669d4264659c5c7fd7ad2b
|
||||
size 323312
|
11
kirigami2-5.85.0.tar.xz.sig
Normal file
11
kirigami2-5.85.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 12:12:51 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.85.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.85.0
|
||||
- Too many changes since 5.84.0, only listing bugfixes:
|
||||
* [InlineMessage] Correct spacing between close button and action buttons (kde#440604)
|
||||
* [ScrollView] Don't scroll with arrow keys if the view isn't scrollable (kde#439459)
|
||||
* Show author/credits task (kde#438442)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 07:45:34 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Kirigami2-5
|
||||
%define _tar_path 5.84
|
||||
%define _tar_path 5.85
|
||||
# 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.84.0
|
||||
Version: 5.85.0
|
||||
Release: 0
|
||||
Summary: Set of QtQuick components
|
||||
License: LGPL-2.1-or-later
|
||||
@ -37,6 +37,7 @@ Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libQt5Gui-private-headers-devel
|
||||
BuildRequires: cmake(Qt5Concurrent) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
||||
|
Loading…
Reference in New Issue
Block a user