KDE Frameworks 5.66.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcmutils?expand=0&rev=199
This commit is contained in:
Wolfgang Bauer 2020-01-11 16:28:25 +00:00 committed by Git OBS Bridge
parent c03d179391
commit a5a8740cbf
6 changed files with 31 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQTsACgkQWNDuZIpI
s7un5ggAi4mJs34fusx8gHSZppHOqdxgC2nTPiJjmhdr+tSJBM6vA3sYbsXud7NR
fois8g0vW1Ljbfe7f8i3+Q9SF+mSPXH6mTjUedgPtFytH/sVo1LZqKb5bu4ZF1S6
oe61R1qLYGxuwfvzuuyrwiWU98ap1jMyi4G4YymZW1FvMcRfLm5w/OgSlVjozSu0
vYaM/EehRecBTKs1fHstylwzrIscvnJU+NnfjjgTwXfHqDsNAMy02MYbqT9soTg5
wTCALB9+nk5SsfxXPHfKbhcBwcCP92Mq8/gPnwyn1KeY4OFdh6gHUEpgYIH0Urdk
eJAimVEUHvsjotTIb75zciSsGnLgkA==
=3G3c
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxM0ACgkQWNDuZIpI
s7ty6Af9GbCTkMtYfFCg2zy/0yiD3UQ8xa8CJDccCLIVX4LdWQ099NlKPGuMcOsb
LftjfbUhnzniIDzRWQw7Pk+4PDip/E/Q40VyB4PKfybQMaEx5lYTKFmFu/yEm65z
pUHQ2GjxX2D8K5MzkQnniLckhmdZg+2nox6/W1YCG+xnScuVooU7tmaOgpeoAGh8
lm6+xfXaZ97VmCdFCI+/R1YHk4c9z/GDQ5wAKIDUTXeFvLE22W3SxAJn8Tq0j34g
KVNK8cV2/WyYzPIIsxwdG2uKSKyqyGMj4uGERyaTS/IszWZzkCH+iT5LyK7T218V
wjLRv5eZpWhfpRBJxs0tw82r9G0W+g==
=6lIg
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jan 5 09:02:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.66.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.66.0.php
- Changes since 5.65.0:
* Deprecate KCModuleContainer
* Remove endl. qCritical/qDebug already adds a endl.
* Port from KDE::icon to KIconUtils for getting icon overlays
* Update the obsolete projects.kde.org URL
-------------------------------------------------------------------
Sun Dec 8 11:18:22 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kcmutils
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 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.65
%define _tar_path 5.66
# 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.65.0
Version: 5.66.0
Release: 0
Summary: Classes to work with KCModules
License: LGPL-2.1-or-later
@ -43,6 +43,7 @@ BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Declarative) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}