KDE Frameworks 5.86
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwidgetsaddons?expand=0&rev=243
This commit is contained in:
parent
d2915d661b
commit
cea7634b11
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61646fff0c2349bacbf3042f3aaaab460b8939b35157a72973885099d8160490
|
|
||||||
size 2306380
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBbsACgkQWNDuZIpI
|
|
||||||
s7s7rwf9HzgKo044WViJEFYf+Cmiahv3AF5N30D+wKIpUfbvax7eipNWPkGD+kYD
|
|
||||||
PHVGp0m+EQaUy74h1rWwPLw1d6WUO2E5A/Ac+RIY2GlZ+/v7IvF/GSv/mDfs62p3
|
|
||||||
wEAKo7fKB3ZKk5ee9W1B5a4xNbjqJf0smJjblfJkSLjtPWVLyjgyTOoxYCT/0Gqz
|
|
||||||
q2NtK5bHwbaXA+SYi7IHKUUgDbLiEoPQe95jDPOoTLLl+3+yJjz8KyqDdifpB2EN
|
|
||||||
/lHKeBRwpw64CWpY1R4N7906kZyizmtkru2KJnXo5zrBsPo2dRIEJKZqPlXyQ3fi
|
|
||||||
qrKGEqr4h9YvYlmH0JNQhmgQAb5gwQ==
|
|
||||||
=9qWY
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kwidgetsaddons-5.86.0.tar.xz
Normal file
3
kwidgetsaddons-5.86.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3fbeb744246aae6cc5c4bb0f7cd53f3976d75ea568aacad7d09c92b8b0f795fb
|
||||||
|
size 2306324
|
11
kwidgetsaddons-5.86.0.tar.xz.sig
Normal file
11
kwidgetsaddons-5.86.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2TYACgkQWNDuZIpI
|
||||||
|
s7tgKAf+J6PuiKnVu2TD6VGgG6Lrrb9gqSeBja4TM4NxPnBQzk98W70oAdyuOno9
|
||||||
|
Z2XUsan4BW3AfKiOu+bvia/e2tO1RsIl1VuLTgSy/XXQe9FM2rqW/hy0IBkOsBGF
|
||||||
|
ONSqmxComwllztNjR7Kj5rFxgf0+PsOIeokxtdX1aAWxgypUFIgG6yDV+/2dOjKY
|
||||||
|
xRh9WTBXNcNcP0UdWzKeexbSVMSxb2cQZsjY9cDGFooeg+mMYk4Y640a5eR5xPBJ
|
||||||
|
QTMyopAysyHu5C0O7kbcfmXRE5/RlnUJyUO4v8pMnWvPfMzCsZ4gmCpcaAdDp4yx
|
||||||
|
lwxBR0VipUZGHEgVqKqNAGwcnZnbog==
|
||||||
|
=/CQw
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 6 06:22:21 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.86.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.86.0
|
||||||
|
- Changes since 5.85.0:
|
||||||
|
* KTitleWidget: Set frame backgroundRole to Window
|
||||||
|
* We depend against c++-17 so we can use qOverload directly
|
||||||
|
* KFontChooser: add a default constructor that takes a QWidget* first arg
|
||||||
|
* KFontChooser: add a new shorter constructor, and setter methods
|
||||||
|
* KFontChooser: deprecate "relative font size" methods
|
||||||
|
* KMessageDialog: add buttons by default
|
||||||
|
* fix signal slot connection
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 6 12:13:26 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Fri Aug 6 12:13:26 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5WidgetsAddons5
|
%define lname libKF5WidgetsAddons5
|
||||||
%define _tar_path 5.85
|
%define _tar_path 5.86
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kwidgetsaddons
|
Name: kwidgetsaddons
|
||||||
Version: 5.85.0
|
Version: 5.86.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Large set of desktop widgets
|
Summary: Large set of desktop widgets
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user