Accepting request 861914 from KDE:Frameworks5

KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/request/show/861914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=89
This commit is contained in:
Dominique Leuenberger 2021-01-13 17:15:32 +00:00 committed by Git OBS Bridge
commit 03d5dc3d45
6 changed files with 34 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----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-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wedMACgkQWNDuZIpI
s7uc3Qf8Dl0e1P7/fupa+LOD/tlrRiXrhVGHRlfIFSSWHIS32wYETb6Y7fkZk8WM
2nAALjNrV+OmhkJUKxvtQWXRjdUgNJQ+5JtDhyjh2r3nbXF2YdQVl0gfyiIlyIOr
i1DYraegF5rbJQYcB6fxys3BhLDFUDL1DfLL0KlMafiv8R/SuynXoRubxVABatHo
wVwLAD/pFpQijWkrP6ebqngnKTguKQ/ANzmlfysvILD5d/Z4eUQpkfzKhrYL40FO
6P2NNhEdI6s3dnHfxAjBgKOu80QXG/WjQYy1RIppRxGCJ7GUhzuB6Z9zOJgq/1RS
pLgnnmf25UCYCPSkcL2b8DbHEhokbw==
=bLAm
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:22 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Changes since 5.77.0:
* Remove ifdefs, we require Qt 5.14 now
* KPluginSelector implement default highlight indicator
* kcmoduleqml: don't bind column width to view width (kde#428727)
-------------------------------------------------------------------
Sat Dec 5 18:56:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kcmutils
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
%define lname libKF5KCMUtils5
%define _tar_path 5.77
%define _tar_path 5.78
# 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.77.0
Version: 5.78.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.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
BuildRequires: cmake(Qt5DBus) >= 5.14.0
BuildRequires: cmake(Qt5Qml) >= 5.14.0
BuildRequires: cmake(Qt5Quick) >= 5.14.0
BuildRequires: cmake(Qt5QuickWidgets) >= 5.14.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
%description
KCMUtils provides various classes to work with KCModules. KCModules can be