Accepting request 939193 from KDE:Frameworks5

KDE Frameworks 5.89.0 (forwarded request 939175 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/939193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=100
This commit is contained in:
Dominique Leuenberger 2021-12-13 19:40:30 +00:00 committed by Git OBS Bridge
commit caedb6e467
6 changed files with 30 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjgUACgkQWNDuZIpI
s7vJhwf+IDm4mFRMdpSBYDXCUrhKy6zVxBHK7frBCcJEyFuWEOFgLAGoBcSON8X/
/05kU2CciTR95R8KiMD9Px7xROKjh/bitrItSqn5CfqIEhEHf5HmfbTH9Op39B7v
ezhZx26mmp6JC64W2dGyCBfwh1XgwprhsIehfwvLtDipcxsqjd8UiYLJm2fyGII5
eT5ua8+m3TwvNnrgnFVXsDFYCBWaHUXyel7RYcf2rwSw8HD9OhcEbYxndTj+VlWS
hBmzIZmoUYW8seNbfeOPVXHaMOGC4PefNMq0z3KKH9kgJRFX9NRdXL78PpNN14wy
S24YX7C+asdqHkxCkuLLZv0Q401P+A==
=WTbK
-----END PGP SIGNATURE-----

3
kcmutils-5.89.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv7wACgkQWNDuZIpI
s7uUewf9GjdUw6XEQlblNPb1q1uWduDCM5Ld5Qm2gC63miu/Na3ZK9dQqnwx2yX7
iDhg16fvlQMbEMwr2mKW4ZYbsQx2lexbbTROIdHEEymeGZ3rXT61ZxJnl1XJ5Nih
qoVvJCvJuNJ1yQDF7Itv8RiVmV0KWf86EVb22j2Rvp51Xop6E6Oln/woR/Oi1ZC+
7xCrT02TdSn3ZG0Mlkj0BrxeuB/LwyeOdHWVZHNohuqpYIdGgDFIElTip1ov02if
DjHvYD8jUoaxvkQm1a5HSSlxNmEdo+d2/yV8mN8lVeHfd3pXyuckL0E4Y4dgJNwY
d/P0HlnRnhetqUdyn9i7mHZZWcBZbA==
=eCyP
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Dec 4 22:56:23 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.89.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.89.0
- Changes since 5.88.0:
* Set initial page using initialPage property, rather than pushing
* Do not reset KPluginModel if there are no plugins
* Implement KPluginSelector replacement not based around KPluginInfo
* Do not try to unload static plugins
* Support static plugins for X-KDE-ConfigModule property
-------------------------------------------------------------------
Sun Nov 7 09:13:10 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5KCMUtils5
%define _tar_path 5.88
%define _tar_path 5.89
# 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 lang
Name: kcmutils
Version: 5.88.0
Version: 5.89.0
Release: 0
Summary: Classes to work with KCModules
License: LGPL-2.1-or-later