Accepting request 899714 from KDE:Frameworks5

KDE Frameworks 5.83.0

OBS-URL: https://build.opensuse.org/request/show/899714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=94
This commit is contained in:
Dominique Leuenberger 2021-06-16 18:33:41 +00:00 committed by Git OBS Bridge
commit 85185286f5
6 changed files with 27 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaXcACgkQWNDuZIpI
s7tDhgf+N0b1cqWiFl6O1DXiyobeLBAtF5huaY2pAY/CnhHecU1jSXADSuHwezBh
erMOfESynH2j8HHWpDuY/oaI8JEkO0jGt6VNoACoFL6fswSBA8K1cWe7fev5uqFM
WTpeTMf8XVRLhMltwHfN0cG86cugWHx4C2QE8/IJ5GbufpYkwYpYaOCESuhRWW3D
C9py2dF/if2+qeOi83hBco6xYzLoRp4dea5TLzibEnWqccFSTEnL8zVgVS7j48yS
fgSqzOWwInO1bq8MTz/oC9UY63IM1SKvs0AN1n7AEq6oVu596PhEoplKiLDtidmh
uBHSTHI4GDtzRjb+959WzUO4jIGkFA==
=GgJr
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7VoEACgkQWNDuZIpI
s7tocAf/SWEM/K77hShqfE0knGBaf553zmULwnBo4BHdv4lUUtFXVUB6761TR54C
mtqJ9xX8E09SSq4R4Cgl87MBjAExjfYW8/h6L0qMw05gzN2WmZ4pRRwE1zmKk5wK
fSaMgG/Us0RGfvsTk0yC8frdpKfept1DvEtIREiZqv5U2Ey5qjq4aRZTjKyhlS9C
dUwGu3dJM3hPcGfTQOCGXGb/DWz/NurK68Ra9pZCZsv7xntRedsI/cRJCFQLEjLM
5l2eOydtSLS3mSW84ylZP727v6p+JmPgsPn3wpDXc+kLS63j+HQJ/8mcOe4VKZIR
Z8i9vxpWxF8w3dDsHkSk4szU/kGuiQ==
=8+ww
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jun 5 11:58:32 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.83.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.83.0
- Changes since 5.82.0:
* Bump required CMake version to 3.16
* Call ki18n_install() unconditionally
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 1 16:40:37 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Sat May 1 16:40:37 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

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