KDE frameworks 5.77.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcmutils?expand=0&rev=227
This commit is contained in:
Wolfgang Bauer 2020-12-12 12:34:10 +00:00 committed by Git OBS Bridge
parent e74cb72162
commit ce38c2eb07
6 changed files with 32 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5E0ACgkQWNDuZIpI
s7tGmAgAgOzC2Kc3w+n/q/btHVN0jDsu4MZEmuHPs+l2wyO20wbEvV9icwBBu2Yj
K3/KTmVvY0BAUYFXut0x+JZwnY2iNsJPqdVmwD9FkdVzjA080OfyEOUEN76DuNQC
41W6ptXsEKgo2iBWHUCaQjPPIDClnPEBSlTeXUTxV6/xhvpEvLBUdqobGdx2swUD
VVe0Tsc1YAfPPitzqSrAM2P93E1+vtGhGOzE8awvdTl1Uo9LHgKmDXRTS9w0YGpg
4gYB3K0G0mZDatwUGkKETRxIWOcXBNoVDhAI9EIPctcbksG7QkV4QoS2SjuetUp3
c0EI/uKhXQ/y4I8766zHRGFfRJ89BQ==
=trUQ
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnzQACgkQWNDuZIpI
s7u9XAf+MLvNVzRZX7mgwzsaLayaLgpc6ObMYt2Y1AfeRgq3ycP55qfj21CrSPah
Xexvb8BApqqaxubvF9GerbR/FvkrQtZNavo9pjebV2/OePG5avnNCp6y3a6Zqhx2
nqicf1K4MZbjxjyqFixnZ/zcL7bTlRbbg/ObldO/dqB3jkrcUEV/z4A7nRjSxpio
Gk3tnXOa9OR5MT+ZU7CoZmAeRMq/1n29bCkFV9zbyFNZC24A7GvgRsPBpttOUDwW
8WLkdGpnF+9e+ceUBVd7p7uHfzvGkE1S6sxHVdTEBa8mEh+8ploYwu/x/VwxLW0Z
2FOIwCnvznBk8lJgakOKgztCc2TZ1g==
=Smgi
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 5 18:56:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- Changes since 5.76.0:
* Pass parent to Q*Layout ctor instead of calling setLayout()
* remove hack that broke multi level kcms in icon mode
-------------------------------------------------------------------
Sat Nov 7 21:34:20 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5KCMUtils5
%define _tar_path 5.76
%define _tar_path 5.77
# 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.76.0
Version: 5.77.0
Release: 0
Summary: Classes to work with KCModules
License: LGPL-2.1-or-later
@ -48,11 +48,11 @@ BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Qml) >= 5.12.0
BuildRequires: cmake(Qt5Quick) >= 5.12.0
BuildRequires: cmake(Qt5QuickWidgets) >= 5.12.0
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.13.0
BuildRequires: cmake(Qt5Qml) >= 5.13.0
BuildRequires: cmake(Qt5Quick) >= 5.13.0
BuildRequires: cmake(Qt5QuickWidgets) >= 5.13.0
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
%description
KCMUtils provides various classes to work with KCModules. KCModules can be