forked from pool/kirigami2
Accepting request 793162 from KDE:Frameworks5
KDE Frameworks 5.69.0 (forwarded request 791660 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/793162 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=39
This commit is contained in:
commit
250d267fd8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad5f78afc916e9cb26f23918a6eb1983d4a57aa7e4f7314a8c23fb81e0fcaf4b
|
|
||||||
size 162392
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jl2kACgkQWNDuZIpI
|
|
||||||
s7vB2ggAsAYJt1MeoN4glon79aMMry4UBDohiFCUCsvxjx3V+OqX1LC8IMtwBk+u
|
|
||||||
ZWjSaLX/zn8T0S8R2dinjrC5fFV88/E/r3m8aa8hbmSE4MFk2VmJNmIDCfKObE7y
|
|
||||||
iebd70lR8myknmblEfgzkBFeWHd0cQsY7EeSNDmUolrKPsnxxaUoxchebk68USQI
|
|
||||||
semq4RyavZlAL6Xpw4K8EykHuphD2B2zKhjSk4vwDjpaMFqmP/IQL03XpxrB/Vbj
|
|
||||||
pwe3H/FF7orNgQqElOiXBfgskULYWCZzrohQek8DONqaC3aISRJSBvHmZ9TYwKwn
|
|
||||||
XdLQE58939/K8VYHW+7e60Q8mR6pYA==
|
|
||||||
=2dnP
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kirigami2-5.69.0.tar.xz
Normal file
3
kirigami2-5.69.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cf742d8f695c5ff6c7bcb5da1baddb50f5f5a0e96e879d8243704c847cd1443
|
||||||
|
size 174356
|
11
kirigami2-5.69.0.tar.xz.sig
Normal file
11
kirigami2-5.69.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6JFPkACgkQWNDuZIpI
|
||||||
|
s7vANgf7Bx5PZrbzHHGNVVMkvMDPjUbN/yhDJqmB3TMFUxg/ACabaD46qNVaVYfx
|
||||||
|
aiZwcgGnAO3k1qWH1U/T19FQr5/97++KO3LfE+4YJnyWLn143asETs17kakyZz/w
|
||||||
|
u0thu6PyoU7l9B2lAW923dib1Uohgz8vXE6R82jYkxk+fcpoN+h0nU1yI5uS6tqc
|
||||||
|
5h3b7G10rspJNGvC9QFJL5kebT3fy8hxe63SEqhfPoIIU35c2T7rw8gDzmTD7UIZ
|
||||||
|
oG3qEkK0fqF69DZaQ8BUtH69Wz2Kk226YNPMBNRn9z9jvBE2F8LYvmZ3DKQ2/3AX
|
||||||
|
l1/gTLqNaCMyTa3HuRCJ3W55S2NXVw==
|
||||||
|
=li9v
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 5 19:45:39 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.69.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.69.0
|
||||||
|
- Too many changes since 5.68.0, only listing bugfixes:
|
||||||
|
* simplify header resizing (kde#419124)
|
||||||
|
* Fix undefined check in global drawer menu mode (kde#417956)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 8 09:17:51 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Mar 8 09:17:51 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Kirigami2-5
|
%define lname libKF5Kirigami2-5
|
||||||
%define _tar_path 5.68
|
%define _tar_path 5.69
|
||||||
# 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: kirigami2
|
Name: kirigami2
|
||||||
Version: 5.68.0
|
Version: 5.69.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Set of QtQuick components
|
Summary: Set of QtQuick components
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user