Accepting request 954231 from KDE:Frameworks5
KDE Frameworks 5.91 (forwarded request 954217 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/954231 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=102
This commit is contained in:
commit
64a161cab6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b36300a5f400e082b800508292c2d6e5bdb033567cdc43c0dd947744e4c09911
|
||||
size 172012
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVzoACgkQWNDuZIpI
|
||||
s7vvDQgAuitPXrY1oJ8kkg1z5hxHmhGLhUCXWPvPYLvvpi6jClo6naRI39T4hj2P
|
||||
nY+nagL4iW2qLvJeNUpA3Izm0uu8Pb/60aiejByUJuQxQkhSc7tVyrXFY6NRE+jI
|
||||
UQ97QTSAgEDGQ4azsU02i8TbW9OTOSgvnXC81IiRsfrwKwSySacPamzSngrvkhxb
|
||||
/PRskyc3bZKJrtgwS95BMG4ii/UlCLSPKGm6CXo/nfegB4EhcxNcs0IZngun1bFr
|
||||
0HW4R89NV3YlY8HUE7S/hGK4bUYRM4b7jcX6hEr+g2U/c9COdwhyKwuoA7NPYuDt
|
||||
qShbYoy696Q03UmVvqN5SOwe/o1PgQ==
|
||||
=atR8
|
||||
-----END PGP SIGNATURE-----
|
3
kcmutils-5.91.0.tar.xz
Normal file
3
kcmutils-5.91.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a195d83a092c493f10f372e245107277c275a418563cbc443a884ef4e4e3901
|
||||
size 171980
|
11
kcmutils-5.91.0.tar.xz.sig
Normal file
11
kcmutils-5.91.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/ke8ACgkQWNDuZIpI
|
||||
s7smCwgAk4ezC9DfJYI892kCZ1/9Sy/gk5j1RJa8MOJZmJHGhOkdPX461KJjv7uq
|
||||
ab0Qg7u+pRuHUmwTkTCHfbqw2F2N2xApchzANzvhEIlbFANCbmLMQ7hgOz7MaWRr
|
||||
LkXc0pS33v2Gk/8pRBOwTlGyYiyhzfuqwGvJy4YmCsB8j3En4M1H9fIVyuIqb7Ab
|
||||
oGsZCmpn2gJmpQ4HMtLVfa7Z88elAS0ItifAez6qcQwfNgodJxN++kf46FKmep64
|
||||
s6pzywnSB2jO5yz3+fqaHkXw2FF2FXJx6guIAnKxRWHy66hLP/TP5Td4dhoC/HgA
|
||||
X6RoR/zI3oDu6lVliO/5yVJgadwYug==
|
||||
=uZcY
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 6 10:16:49 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.91.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.91.0
|
||||
- Changes since 5.90.0:
|
||||
* Add KPluginWidget::load()
|
||||
* Remove assertion for KPluginMetaData param in KCModuleLoader::loadModule
|
||||
* KCModuleProxy: Use std::optional to check if we have a KPluginMetaData object
|
||||
* Add CI qt6 support
|
||||
* Utilize ECMDeprecationSettings to manage deprecate Qt/KF API
|
||||
* KCModuleProxy: Replace space with underscore when registering DBus service
|
||||
* Switch header style to ToolBar for system settings
|
||||
* kpluginmodel: Also copy plugin Id from KService to json object
|
||||
* KCMUtils can be built on Windows too
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:47:17 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5KCMUtils5
|
||||
%define _tar_path 5.90
|
||||
%define _tar_path 5.91
|
||||
# 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: kcmutils
|
||||
Version: 5.90.0
|
||||
Version: 5.91.0
|
||||
Release: 0
|
||||
Summary: Classes to work with KCModules
|
||||
License: LGPL-2.1-or-later
|
||||
@ -114,9 +114,7 @@ created with the KConfigWidgets framework. Development files.
|
||||
%files devel
|
||||
%{_kf5_libdir}/libKF5KCMUtils.so
|
||||
%{_kf5_libdir}/cmake/KF5KCMUtils/
|
||||
%{_kf5_includedir}/*.h
|
||||
%dir %{_kf5_includedir}/*/
|
||||
%{_kf5_includedir}/*/
|
||||
%{_kf5_includedir}/KCMUtils/
|
||||
%{_kf5_mkspecsdir}/qt_KCMUtils.pri
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user