SHA256
1
0
forked from pool/kirigami2

Accepting request 1078066 from KDE:Frameworks5

KDE Frameworks 5.105.0 (forwarded request 1077737 from krop)

OBS-URL: https://build.opensuse.org/request/show/1078066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=77
This commit is contained in:
Dominique Leuenberger 2023-04-09 16:39:56 +00:00 committed by Git OBS Bridge
commit 0dffd437ba
6 changed files with 35 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmQDJKYACgkQWNDuZIpI
s7vozQf+P7GDwtJqK/YkQGGkhzsarEuqWSS7EAIoO0FfSQnqFgG8InkbLZ5zV7kk
Uw58ROj3E4RAWtgM9qGiu0NBS9fDmH1kNLHDHinFVKaM0Q2YrxAvtASJK5L7e79q
fXQc8PqfRc8kRttuaV5x+FQRfaHCMlHGLXtP5qxFxrXnI/NisXPsAWVmY8yWS8LC
QewBqJG0QJVgFRe8J/Nd/PFHF269s2/aQAwBW/Vv3/GroSbJADisSuDhQuOk1o7N
zwtMx2Tj+RYQMbM9h/7BbilIgPhzfQLEhE6jtvRAmxEmoS9QzyTwcV/rr/mMYgja
UATR5u984/49V+hc7/mMnY4ElNDbbA==
=tNk7
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmQoCPcACgkQWNDuZIpI
s7vPEgf/YIpu4PZ3HEINCutcJoZNfSw7ilqt8drOUzv3MjF5zCwB2Eagu8Mb87i9
E1Ax/vEJkqh0QLNIBhM7HJTfCqcA4eU65QigFrj8q78DD4gN2f7rWJKfu8sV+J9s
NpbNCT2s8OWmJMwhX6c5ncGxVytDjEHJuodhBB3YhMJu28voucUSoQbg7MkUKRla
qyYVx20yLaCi1x+r4VSd16QCfJ93IYz4x++IFsvlf9RsiE9ig2pkb8h8BRHSGGeZ
3NNQ6FFN+R+RgEOzBWSF9g7Lq4TEqW+Y+YXFEs+nuzRh+TPZM4xe6eAIBdDKsXcq
hGutAINcS8YQ2h5v2TEZvL9WQ9lL4Q==
=G3GY
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 1 17:00:46 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.105.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.105.0
- Changes since 5.104.0:
* Fix quit action code
* GlobalDrawer: Fix header with invisible content taking up space
* ColorUtils: Handle cases where hue is -1 in linearInterpolate
* NavigationTabBar: Fix imports in doc example
* NavigationTabBar: Factor out minDelegateWidth part of expression
* Action Name Not required KF5
* Default page categorized settings
* Show back button when pushing a pagerow
* shadowed*rectangle: Don't use base class result if materials are different
* Set fallback theme path when a custom icon theme is used
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 6 09:07:54 UTC 2023 - Christophe Marin <christophe@krop.fr> Mon Mar 6 09:07:54 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Kirigami2-5 %define lname libKF5Kirigami2-5
%define _tar_path 5.104 %define _tar_path 5.103
# 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.104.0 Version: 5.105.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