forked from pool/kirigami2
Accepting request 1058504 from KDE:Frameworks5
KDE Frameworks 5.102.0 (forwarded request 1058155 from krop) OBS-URL: https://build.opensuse.org/request/show/1058504 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=74
This commit is contained in:
commit
79f1bad3d7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7608eeb528ee863441270cb5896628f8f592dcf09ad00d5bd76d5f7dc1578fbd
|
|
||||||
size 369180
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmORy2MACgkQWNDuZIpI
|
|
||||||
s7v94AgAuZ1qm1lpOF4Al9lebEJOeU+W59Y6dvFIxzXY8OcDNaxSwpMF9GTuNyUg
|
|
||||||
X0RMcRInIvj6YGAWujMnzmaapO4pku/ZNAQfUKIFjpj7RAWl8wJOrTV+N+KBp2Oj
|
|
||||||
+PpN/mjBl4sisXxj8EFpIANIUJdJfKF51LxPdo3UuDWLPol8laRvVD/gImwQALq0
|
|
||||||
w27/tN6FrdO9mN3yBdIgA4hZpXSi44NOUuJINxdM0ma50UcV8atr1b3yhCjkdcO/
|
|
||||||
WWG/vLD16qWFcGx3bD0kQkJ0HXQrHrx5TAX42OexPH8gzG4lQ8weMXE09QIsd2qJ
|
|
||||||
DlLjqFRlTbR0w5j7YhqQgk5j+DQUbg==
|
|
||||||
=2GKV
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kirigami2-5.102.0.tar.xz
Normal file
3
kirigami2-5.102.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:178138e3ed5ff9f224856c03dc1b4e837c6ce05072da8287aad5970e2e9875b2
|
||||||
|
size 371140
|
11
kirigami2-5.102.0.tar.xz.sig
Normal file
11
kirigami2-5.102.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SWcACgkQWNDuZIpI
|
||||||
|
s7sQZAf9F5zt159Rt/qI4pmXL9Hu20L1PWWcJDxZb+dJNs8qeiukBo367R6QE4ss
|
||||||
|
Ue+ZOHHxeNGqivObySvRX9Dg8dqza3JkCqAo14iqCAZinQOF75YHc0E5ECEMjgpl
|
||||||
|
XljCMBYaH1MFocgIypLqqhBqfcBpQgiI7O6+8SbS4vNwsBOuK3vCOjFNRTjrMSu4
|
||||||
|
FFeCPvkVvs5YXqslztbz1Tg6Yy98J7GFtk0rCAOMD/1LAVckJhdlh0TDf76h0IeT
|
||||||
|
UFEjPNZtNuYttS+kgFCQprS1CjvdiVyPjF1uzVqTrdRIP2WTDN5jcGjacK0JUkwA
|
||||||
|
0SqLghK3YgMt3jYYkeuUli+vauo2PQ==
|
||||||
|
=0IMo
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 12 08:18:56 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.102.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.102.0
|
||||||
|
- Too many changes since 5.101.0, only listing bugfixes:
|
||||||
|
* Calculate CategorizedSettings's width by using word width instead of length (kde#462698)
|
||||||
|
* Fix getting tablet mode on application startup (kde#462187)
|
||||||
|
* templates/OverlayDrawer minor bugfixes (kde#462602)
|
||||||
|
* FormLayout: remove excessive spacing above unlabeled separators (kde#462300)
|
||||||
|
* Allow closing drawers on non-touch devices (kde#454119)
|
||||||
|
* icon: proceed itemChange in QQuickItem (kde#462630)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 20:10:46 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
Tue Dec 6 20:10:46 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Kirigami2-5
|
%define lname libKF5Kirigami2-5
|
||||||
%define _tar_path 5.101
|
%define _tar_path 5.102
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: kirigami2
|
Name: kirigami2
|
||||||
Version: 5.101.0
|
Version: 5.102.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