forked from pool/kirigami2
Accepting request 848561 from KDE:Frameworks5
KDE Frameworks 5.76 OBS-URL: https://build.opensuse.org/request/show/848561 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=48
This commit is contained in:
commit
d230db09f5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cde28a432e2ce56aae6f29eb557dc838af6846eb7dcba587113f73ebf11fca7d
|
|
||||||
size 285656
|
|
@ -1,11 +0,0 @@
|
|||||||
-----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-----
|
|
3
kirigami2-5.76.0.tar.xz
Normal file
3
kirigami2-5.76.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90806125143807b74ee7f2fc74cd781d99b4e69ce5f15dcc28e1923f7a34a80a
|
||||||
|
size 294552
|
11
kirigami2-5.76.0.tar.xz.sig
Normal file
11
kirigami2-5.76.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5LcACgkQWNDuZIpI
|
||||||
|
s7s3/Qf+OMDzqXvi1TLvVvtc2gDgWLYAOQAAz3a4I/jjNdsPCk52Kzfhyj0hj1Tr
|
||||||
|
Wb4V5geJ7WFiFp6T+gJyyha7bbIS0i6/kpZ8JIyVRiyNiYzn+sLCW1h1HhBfLA/J
|
||||||
|
CV81LZvkXEa4Ica0w6rUBA5jcVtyaUs5C+FOoMxKvrZOtqOTSuIKRwDTbnSBNrnR
|
||||||
|
p15HwbAYBqr/Yt/OjQh66zAxq+LCttBDcWH2KmYuBeurkpon3mKuCTqT/UyuijeB
|
||||||
|
NAsOlc3/jRf1fyqnUIMQE0Wn377RTj1HXTNeUSv4ITwaAX4O4bwX9assrvAiUJZI
|
||||||
|
E27JM5oRjzcxqtDOIrXDe+Gspn3Lng==
|
||||||
|
=KIzy
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 7 21:34:56 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.76.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.76.0
|
||||||
|
- Too many changes since 5.75.0, only listing bugfixes:
|
||||||
|
* Also set a maximumWidth for icons in global drawer (kde#428658)
|
||||||
|
* Don't alter Item in code called from Item's destructor (kde#428481)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 5 08:33:20 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Oct 5 08:33:20 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Kirigami2-5
|
%define lname libKF5Kirigami2-5
|
||||||
%define _tar_path 5.75
|
%define _tar_path 5.76
|
||||||
# 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.75.0
|
Version: 5.76.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