Accepting request 686721 from KDE:Frameworks5

KDE Frameworks 5.56.0

OBS-URL: https://build.opensuse.org/request/show/686721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2019-03-21 08:43:37 +00:00 committed by Git OBS Bridge
commit 41538aa751
4 changed files with 22 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Mar 10 20:15:35 UTC 2019 - lbeltrame@kde.org
- Update to 5.56.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.56.0.php
- Changes since 5.55.0:
* Port deprecated methods
* Use KCM name in KCM header
* Add missing ifndef KCONFIGWIDGETS_NO_KAUTH
* Fix build without kauth
* Adapt to changes in kconfigwidgets
* Revert "Add missing dependency on KAuth"
* Add missing dependency on KAuth
* Sync QML module padding to reflect system setting pages
-------------------------------------------------------------------
Fri Feb 15 09:25:42 UTC 2019 - alarrosa@suse.com

View File

@ -17,14 +17,14 @@
%define lname libKF5KCMUtils5
%define _tar_path 5.55
%define _tar_path 5.56
# 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.55.0
Version: 5.56.0
Release: 0
Summary: Classes to work with KCModules
License: LGPL-2.1-or-later