SHA256
1
0
forked from pool/kirigami2

Accepting request 982274 from KDE:Frameworks5

KDE Frameworks 5.95

OBS-URL: https://build.opensuse.org/request/show/982274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=67
This commit is contained in:
Dominique Leuenberger 2022-06-17 19:19:19 +00:00 committed by Git OBS Bridge
commit 9ec9442ac4
6 changed files with 36 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7f27da3325feb339f4e1a3db78df44f05e4f505f36e15c7caeac04da0428e39
size 356500

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2/7gACgkQWNDuZIpI
s7uulQf8DBaDJYC1NzbaefnPyPswp4QVuz8wvX2TRh0aVbF6eWqPnhDXYlUY/e8z
2Fdpp3+2b8lEGUmev8GMwrykxGOmqv0a2W75HVqMAxUxCwnx+OYPPkRw/5UaaCUq
ts+TLDHpSZCefWbVpggAb2N+OI1SzDb/KgyBuNYuiVKMGRuv6GVHZPkxz5REn8sL
PTNC3vHlDJtX6zsdqUVCZphEyC+2kjM7/pVtdlhUVyQmDZWJ7npIyZ42d5W61wL6
U6OYUafWwzJFDFdGXuuUJuHjjLOiZ0VmsAM7sVKb73f5s4ZjPYhMs2+OWZeajIBC
yRjo14MJIF2fLZV19qZfNwEvbT7DxA==
=UXy4
-----END PGP SIGNATURE-----

3
kirigami2-5.95.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef9cbf1a59d058e874757059934dfba2fd106811f344367bd316cce449a80e1d
size 357640

View File

@ -0,0 +1,11 @@
-----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-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jun 10 14:12:33 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.95.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.95.0
- Changes since 5.94.0:
* Add tools-report-bug to kirigami_package_breeze_icons (kde#454735)
* Wrap license text in AboutItem (kde#454738)
* OverlaySheet: Always restart the open animation if we abort due to size changes
* InlineMessage: Better multiline calculation
* port to standard C++ smart pointers where possible
* Show tooltip for collapsed "Open Sidebar" button (kde#453771)
* [ColumnView] Don't leak SeparatorItems (kde#453201)
* controls/private: Allow customizing `heightMode` in `ToolBarPageHeader`
* Fix identation of the api doc
* controls: Add `SelectableLabel` component to enable text selection in label
* Handle NavigationTabButton without icon
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 10 08:18:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Tue May 10 08:18:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Kirigami2-5 %define lname libKF5Kirigami2-5
%define _tar_path 5.94 %define _tar_path 5.95
# 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.94.0 Version: 5.95.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