Accepting request 834384 from KDE:Frameworks5

KDE Frameworks 5.74.0

OBS-URL: https://build.opensuse.org/request/show/834384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2020-09-18 12:37:24 +00:00 committed by Git OBS Bridge
commit 9545f250cb
6 changed files with 36 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lznsACgkQWNDuZIpI
s7vWKggApDW9ENT8JCwmAXnGXexgGB6wm0fkwXtZqwkKiwh1T5CA781tqGZJlZC2
CH7XtE2LqIYg9xzbAYa6AhP3x9gNb0/zpcbxSkBSzpP+u9rCRt6bcLCBcs1uv4Yw
bLYMvOL25asP9GR9RIvYamqklm7QUV5EAF6ilzkwsUz/p3y/UdC0R0lEcox5C7Vu
YqXuYJxuGUKjY6AvenHYjvoUKCxontFrjtLqsisQ77fWuNBSIeS2ndpwfoBIRnDP
uqX5eeXkoMRXH6KaU1NWtYozZAyU2NrCrLxq31e57thd13GszZlzjDpiUwxbUsjN
Xhv+aA5zK2OHzoYQa/F5khY8+BPYVg==
=qteS
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyNcACgkQWNDuZIpI
s7vmZAgAkMtvLnLMMwkAsF3F/F3Z1V/tpB5eW3yzEdHEJf6hoyer/qtlP6Aqmr+s
2vB44CLhy/UxNw70PO1HbjHIOm2Ba1oLsBIvl8/pbEycDFeqUMJOBBTeARwa2iOr
r2KRXK9sEeDE+Y9IYU/13leaI2FgMcalTu1mnQ9eoXPJYFAoyj52HKCLDYj1P0IM
wWIE3y+G8AI3oVJ5wYgOF6N2X5PnSVMGk3dYykIA6rVoun/Zu98ASCjRCdtfetYl
Ryoi2Pc4hE2qzA6a48lu5Oti253GalDxDPtEqgpIqNhDE/txvwUfKLTQIHmS9TYK
hk+ufaPMt51HMAceXNHDQCWf3RgBjg==
=1B/n
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Sep 6 12:48:43 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.74.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.74.0
- Changes since 5.73.0:
* KCModuleData: Fix headers, improve api doc and rename method
* Convert header to SPDX
* Fix KCModuleData revertToDefaults signature bool -> void
* Extend KCModuleData with revertToDefaults and matchQuery functionnality
* Fix typo
* Try to avoid horizontal scrollbar in KCMultiDialog
* Remove obsolete COPYING files
* Add KCModuleData as base class for plugin
* Allow extra button to be added to KPluginSelector
* KCM-Utils: Convert copyright statements to SPDX expressions
-------------------------------------------------------------------
Sun Aug 2 07:13:07 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5KCMUtils5
%define _tar_path 5.73
%define _tar_path 5.74
# 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.73.0
Version: 5.74.0
Release: 0
Summary: Classes to work with KCModules
License: LGPL-2.1-or-later
@ -107,7 +107,7 @@ created with the KConfigWidgets framework. Development files.
%endif
%files -n %{lname}
%license COPYING*
%license LICENSES/*
%doc README*
%{_kf5_libdir}/libKF5KCMUtils.so.*
%dir %{_kf5_servicetypesdir}