forked from pool/kirigami2
Accepting request 988147 from KDE:Frameworks5
KDE Frameworks 5.96 (forwarded request 987972 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/988147 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=68
This commit is contained in:
commit
f8689dd211
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef9cbf1a59d058e874757059934dfba2fd106811f344367bd316cce449a80e1d
|
||||
size 357640
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiajAACgkQWNDuZIpI
|
||||
s7suwwgAvrnmUvHBr0DswN3P1Wr9d/RhSi8UaMeDGkmyhlOBYPiQe2fzR+2CNpbV
|
||||
/S2SLwzUfvf98m2Ei+c9jmeVqO/2xa166YV1AoRzJ01vZ69+l5RnJr6QvdVAR0/D
|
||||
Oh/KioSV+653XwfZVMZNPEERv0bkLJpGOWUSOCS0MmehsvAxv2nzHHWnPTM3p/ri
|
||||
f+zfSJjpSS/I7f3pgB608FnxqJIuWH152qZ9JM9uHpe2SlViElXi9FpSmY4oeKIt
|
||||
ByBnchrVd5qbHexv5miTPaQCOU++e0SYn0ghNp9qD8L0h+0KD1uJs6MhxR5wM/sw
|
||||
KITH++zvuJZcEGbmzfDEYjXSXwfz2g==
|
||||
=/A/O
|
||||
-----END PGP SIGNATURE-----
|
3
kirigami2-5.96.0.tar.xz
Normal file
3
kirigami2-5.96.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7be27fbf33d6690dc3e23dae33f58f0c68a97b902a27298858c050691326398a
|
||||
size 359936
|
11
kirigami2-5.96.0.tar.xz.sig
Normal file
11
kirigami2-5.96.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLAc4cACgkQWNDuZIpI
|
||||
s7uO0Af7BTc/vM8AA5T6Icp8qhcqvCMXMzYUZb8IQHZhYq88BE18nhEJ1dO5ENij
|
||||
zUKgWHt81UYCIElJy9DDbWkgPyngXv6sc0qLtJfMg13H5MYhGYj1y347ocGB4jJ8
|
||||
fH2A8e8HstHv6sSy8Gwg4QBDFWmESYmUoc6sjyA0/Te+OdVPPB4CUG/eVeAnndxk
|
||||
KKDKW6i2qTRXkNwgS7rmY5yQ5f3gKBNUTeg43YqltgPi+4gGHU1w7MC45N7DduDn
|
||||
nN5Wl0LOo1BPYC+wyqO5jzXKPvwivPpqH14gGhs4OydofFxAdYONX2CmS2OH60Cz
|
||||
KlHdYCloAwvoDQuxqNoPEAPD8ZEEiw==
|
||||
=wwgO
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 3 11:56:02 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.96.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.96.0
|
||||
- Changes since 5.95.0:
|
||||
* Tests: Fix failing autotest due to removed property
|
||||
* Fix and improve template for KAppTemplate
|
||||
* NavigationTabBar: Add recolorIcons property
|
||||
* NavigationTabButton: Add recolorIcon property and some documentation
|
||||
* Add missing files for android template
|
||||
* Make JavaScript cleaner and stricter
|
||||
* BannerImage: Fix `empty` property definition
|
||||
* PagePoolAction: Fix typeof check
|
||||
* SwipeListItem: warn users when they try to override the padding (kde#453959)
|
||||
* template: add method to restore window geometry
|
||||
* OverlaySheet: Check if isMobile to set footer extra margin
|
||||
* OverlayDrawer: Make sure the handle is gone when it's hidden (kde#450902)
|
||||
* Fix checkable labels
|
||||
* ActionTextField: Fix RTL layout and actions rows
|
||||
* ActionTextField: Add versioning documentation
|
||||
* ActionTextField: Bump QML imports
|
||||
* PasswordField: Sync code to PlasmaExtras
|
||||
* Dont't change title color when page is not active
|
||||
* Fix race: Object (m_item) is operated on before it is assigned.
|
||||
* Use creationContext of the Component as the starting point
|
||||
* Sync changes from PlasmaExtras PasswordField to disable Ctrl-Z
|
||||
* Fix link to theme doc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 14:12:33 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Kirigami2-5
|
||||
%define _tar_path 5.95
|
||||
%define _tar_path 5.96
|
||||
# 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 released
|
||||
Name: kirigami2
|
||||
Version: 5.95.0
|
||||
Version: 5.96.0
|
||||
Release: 0
|
||||
Summary: Set of QtQuick components
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user