KDE Frameworks 5.98.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwidgetsaddons?expand=0&rev=262
This commit is contained in:
parent
24dfe61a82
commit
bd144bf448
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ac0c7e429036829fb430bc762ee58cb54f35c5ef955371f74fdd42376b6ac17
|
||||
size 2308236
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLvxykACgkQWNDuZIpI
|
||||
s7t/yQf9E/Q09sk7uSK1xPt7TwGspmTtt/SLvzsxffXCrq7q7/eNjeDVTy9JaRkx
|
||||
Q8FzxhxoZ6uv23SThxHNhW/fcM1hiDMGDVQCmgPBp0TmSoolNh4CDg0dUQLnKb1R
|
||||
rSfMz/Q73PwML+UO4BDQmEhUtMO+JNHtw88+d9puI51F00gEW4DVpeIlVkJ1mzYN
|
||||
hS/MjS1Okgq7/7fVcMWUVbMgrCfAvULuRt9Q6eW80lyboc/hn2wmOl9WfL4zr9rH
|
||||
vqNiA2CsrMvCb7r3KnaHmizOSpWZqd1xkUvM5rs0FI2z2mgd2O3rJLVVV50cfpBk
|
||||
ZHpAf2MlPLPAwe8lRmaKTMB6HOojgw==
|
||||
=tzRD
|
||||
-----END PGP SIGNATURE-----
|
3
kwidgetsaddons-5.98.0.tar.xz
Normal file
3
kwidgetsaddons-5.98.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9ab562740c92c57d49af125ec8cda10e2b1c4bab84428af68412fc1499cfc84
|
||||
size 2312552
|
11
kwidgetsaddons-5.98.0.tar.xz.sig
Normal file
11
kwidgetsaddons-5.98.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9XEACgkQWNDuZIpI
|
||||
s7vkGwf/VJHCR/Rja2GxJOcqTtLaF6sAP7ifLeP8jD3YqSziL/vxCnajJfwrC7FR
|
||||
s44zpP4I1wkI5azRiiFg74iGKrk/i1ctDrx+RSSGYcORO7sZQWDGDoQ3hSXjiNgj
|
||||
ajjOUuZWTHXNw6YJTb+SRZ/Ouq7k894SQfpc8w161joMuKRDEbmN6d6e3JwWjcQC
|
||||
uxbTEVKqRMDgCK+ipXdZ+uw5PUJh6H3RZncqpeMlGUPAcecbxEdskksNLSwfd3A2
|
||||
8Gz2ebOSEHRyxUxSRwoPymirS8ZwYPDHT7YDIstAb0ouctu4MltADwWyoBqxy91z
|
||||
o5ymOI+YG/mPbovD7CbEqW15/EXwhg==
|
||||
=daj5
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:17:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.98.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.98.0
|
||||
- Changes since 5.97.0:
|
||||
* Fix KMessageBoxes buttons not having the contents they should the first time (kde#458335)
|
||||
* Improve code quality
|
||||
* Disable test for accepting short date format on Windows
|
||||
* Support dates in ISO format
|
||||
* Avoid usage of ambiguous two-digit year in date picker
|
||||
* Share helper returning 4-digit date format with other classes
|
||||
* Add FreeBSD Qt6 CI support
|
||||
* only remove ... not &
|
||||
* Paint frame before contents
|
||||
* Add manual test for kgradientselector
|
||||
* ensure consistent ... removal in iconText (kde#428372)
|
||||
* KMessageWidget: Ensure correct tab order of action buttons
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 7 22:27:42 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5WidgetsAddons5
|
||||
%define _tar_path 5.97
|
||||
%define _tar_path 5.98
|
||||
# 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 released
|
||||
Name: kwidgetsaddons
|
||||
Version: 5.97.0
|
||||
Version: 5.98.0
|
||||
Release: 0
|
||||
Summary: Large set of desktop widgets
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user