Accepting request 912114 from KDE:Frameworks5
KDE Frameworks 5.85.0 (forwarded request 912073 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/912114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=96
This commit is contained in:
commit
be866a0f85
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eea7052e1424680d417981036d463916e2bdc55164a7161fa2d276f1348b93a9
|
||||
size 162792
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDgiowACgkQWNDuZIpI
|
||||
s7sM+Qf/THvzyfkQiUvPzlSRmvZQE3aoKq0rsWB5Xkd6JuhsJ/+LdDCzDKws5gjD
|
||||
KXMGmAbTyRzJSxW2VlfMSzZwF/dfCnexlBVJbWG2uUvDDf3rJytSQUgrm8k2HRtZ
|
||||
gC2fv/Z5MiSnzHs+QzU/NceNQxOqR7Frut9flWCpDvs6r0OZyHTuN441CmXwuUGG
|
||||
DuyNlmjXKLZIL1iGHjnAEDnH7kGLV2C/PTY6w/hUvMCBeCq4ny+3HLUBVfSYwZV4
|
||||
Zxh2bRsiK4UGMA59Lg1lfzpNhSqBuBle/RcPuRi2lyoGQxOxXUrNfKAXZg60ru68
|
||||
+TOvpCZ28NjEEp/MCdfzRkznsQabGQ==
|
||||
=fu3z
|
||||
-----END PGP SIGNATURE-----
|
3
kcmutils-5.85.0.tar.xz
Normal file
3
kcmutils-5.85.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20e8a32f1f22bc0afc682b694c2d6d8333c9de796845904685269fb3719ece93
|
||||
size 163296
|
11
kcmutils-5.85.0.tar.xz.sig
Normal file
11
kcmutils-5.85.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBT4ACgkQWNDuZIpI
|
||||
s7vK2Af/TdLSEtIGAtZTo4jwPHSKLZSraDPwFKYYbrSdKDmMj3hC8GC5gbfJVMaw
|
||||
kx/8IeEH7hhcB50zBl7qnEzT9rXzDJuMegpQdOvnOXean4yqYCsndbl8aZQW++15
|
||||
9M4a9X6GqX7rHYDnVE72+oROxXzzoBoVJXEXfsC5gdPHEbVWGduPXjw5p/7F6EVD
|
||||
c9/lcqhUaVxfM3PlApDTz7KXbY0OIeeMNkrBBUv6hWaEwYtyoEyXai5N8oPI7q5i
|
||||
k2uwGz/ZBpQgA91CRpF1bnUZDefyHnKZYp0SrQgQO73/u7xSHwb5zbh4GLjEViaJ
|
||||
jntPC8Jn5+L/M9AuTDyQOZy0fG/fkA==
|
||||
=P4v2
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 12:11:31 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.85.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.85.0
|
||||
- Changes since 5.84.0:
|
||||
* Officially specify X-DocPath in the KCModule desktop file definition
|
||||
* Deprecate KCModuleProxy::aboutData
|
||||
* Add overload to pass in args in KCMultiDialog::addModule
|
||||
* Deprecate X-KDE-FactoryName and KCModuleInfo::handle
|
||||
* Deprecate KCMultiDialog::configCommitted(QByteArray) signal
|
||||
* Deprecate KSettings and KCModuleInfo based methods
|
||||
* Fix generation of documentation for deprecated methods
|
||||
* help:/ urls are already handled by KUrlHandler from KGuiAddons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 07:45:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5KCMUtils5
|
||||
%define _tar_path 5.84
|
||||
%define _tar_path 5.85
|
||||
# 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.84.0
|
||||
Version: 5.85.0
|
||||
Release: 0
|
||||
Summary: Classes to work with KCModules
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user