Accepting request 738009 from KDE:Frameworks5

KDE Frameworks 5.63.0

OBS-URL: https://build.opensuse.org/request/show/738009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcmutils?expand=0&rev=72
This commit is contained in:
Dominique Leuenberger 2019-10-14 11:33:30 +00:00 committed by Git OBS Bridge
commit 01b800574d
6 changed files with 34 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz1cACgkQWNDuZIpI
s7uIHwf+M/iIx9zkEkDcj2aP7wSlfQLZfyJLjsxjIGZcViVwm4rbwIQOGLLvb5uF
zeUh+MP7xZ6odjnpwcOxIVH7rCihwQe5q3QBK98uA9isrqktGsLneajFQpjEs8aw
jgXdZmtxLA/Gpi6FT7hjOA0zvqIbRs5zROESi2ASk0mPVPfyxsqJHfKKaXoovuaA
gSKZEqUtsrsFrIaRDHdgIe0BWPHVBWU1Vzz+N6ndZk/QcPYttGRp1qkb/QN6kWoG
PXBBk2W3deMelYmErEBkU82Qltc4TFWcxuB/AM5nIUOm1HJ6WPxevwdtujGUWH8j
lA5oIkbQjcCxr0q2RYDlONDxpjq9Ig==
=Z7Bx
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyTAACgkQWNDuZIpI
s7tX6gf9FWHymK741suc2ZywOeTe5sbyqdJa1i+SjkwRvuA5lJ2qKntPjwNYiFde
5M1r0B09bpBA8sWx0afXTrJsnA0WI9MudiZxVfkdA1smlz3sW2pwq1goXxxqGEnN
LPuhZxM8FRBR9nnNVkbDphEs2jjTJr9/nBO+ZmuwmscZRFuBngHwfCegPUocHjh0
OHD0ZQ5gafG958XaO2WT1H3W1Gpre6RK3s1xgV3pnVLZUdDvw4pJ+D648NNd7IR0
F+HBv45fzcm01FDu/zaIVuI0cthDaLId0z+wyHuIfbwTBITXKqfJw1EO8A/W2tsU
fs/ijl/OGtUlj+aLfEl6D+v95xxajg==
=05XJ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Oct 6 13:26:18 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
- Changes since 5.62.0:
* Supress mouse events in KCMs causing window moves
* fix right border
* adjust margins of KCMultiDialog (kde#411161)
* [kcmutils] Port away from deprecated methods in Qt 5.14
-------------------------------------------------------------------
Sat Sep 7 20:36:31 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5KCMUtils5
%define _tar_path 5.62
%define _tar_path 5.63
# 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.62.0
Version: 5.63.0
Release: 0
Summary: Classes to work with KCModules
License: LGPL-2.1-or-later
@ -49,11 +49,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.6.0
BuildRequires: cmake(Qt5Qml) >= 5.6.0
BuildRequires: cmake(Qt5Quick) >= 5.6.0
BuildRequires: cmake(Qt5QuickWidgets) >= 5.6.0
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
BuildRequires: cmake(Qt5DBus) >= 5.11.0
BuildRequires: cmake(Qt5Qml) >= 5.11.0
BuildRequires: cmake(Qt5Quick) >= 5.11.0
BuildRequires: cmake(Qt5QuickWidgets) >= 5.11.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
%description
KCMUtils provides various classes to work with KCModules. KCModules can be