forked from pool/kirigami2
Accepting request 840829 from KDE:Frameworks5
KDE Frameworks 5.75 OBS-URL: https://build.opensuse.org/request/show/840829 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=47
This commit is contained in:
commit
875c447655
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9706915f219ef9394b030dbb24974d4fddef091008954cf75cf97cc97586e35f
|
|
||||||
size 282820
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyTsACgkQWNDuZIpI
|
|
||||||
s7sMcAf+J5W9OPdEEyO0kQW3/HPqMaZvLsyMkWi3nQkpu5TtnNm7JGu0IqRQSWRG
|
|
||||||
yVQA8B7fsXax/CNwY3Nko7xQAFpngYw8Y8qZYb5bzE47y0AWd7/LNCl1GELYK4Os
|
|
||||||
6Umo/dAoj6vJawU3ukuT2vJoswFY2W0xAXRdvFm4KcBrQTj02pEUHTA59hedDfsJ
|
|
||||||
BlS8AEP1VjhjyNJSX+pBc7CxFP/VUREZXnxS8X4cipWY5tPfO6JDEclThWiKxFjo
|
|
||||||
Vy1J2ZOROtWxqcquPkKGXoDND7KEfJjE8ng9NEVH0uRdQ4hnWY+HSqOinh2wcBK5
|
|
||||||
YvpfTLDtPdPl42FyLcDSQ5x4KE3BdQ==
|
|
||||||
=f+z3
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kirigami2-5.75.0.tar.xz
Normal file
3
kirigami2-5.75.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cde28a432e2ce56aae6f29eb557dc838af6846eb7dcba587113f73ebf11fca7d
|
||||||
|
size 285656
|
11
kirigami2-5.75.0.tar.xz.sig
Normal file
11
kirigami2-5.75.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl96NMYACgkQWNDuZIpI
|
||||||
|
s7u3TQgAsvr6t/bMksUprYDsqLdFkVX3BdWGyWeRXe+sWtjBp5aiFku0a19T7Y6Q
|
||||||
|
k3+VnYvmNAt/jtJaXNs5eE+I1/54/pklwxyiDgZdwbTXcttsQj1d1EmVp+xcw0vh
|
||||||
|
VAGp7Wc3ViRFkrnoT12GdsLwEXAa0W7eIPTAtE5SMBMG2xwOjD+clfCL9u8grfYQ
|
||||||
|
3egybEcBpJVoUbYLSWmi/816nAKszNHm73kYop2wGxMGsWd9gc1q+73uvuxk4LwX
|
||||||
|
M205ZqtYU/Q0GWEZpRwHsR3WB25bYJm6a620QF4oWGgtwLdnyUeNHMADar+6jv0s
|
||||||
|
DyPFs+keIBal0EEoXisL9JUoiiVGLg==
|
||||||
|
=mxNT
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 5 08:33:20 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.75.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.75.0
|
||||||
|
- Too many changes since 5.74.0, only listing bugfixes:
|
||||||
|
* Hide breadcrumbs separator line if buttons layout is visible but 0 width (kde#426738)
|
||||||
|
* Remove actions and delegates from ToolBarLayout when they get destroyed (kde#425670)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 6 12:49:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Sep 6 12:49:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Kirigami2-5
|
%define lname libKF5Kirigami2-5
|
||||||
%define _tar_path 5.74
|
%define _tar_path 5.75
|
||||||
# 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.74.0
|
Version: 5.75.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