Accepting request 977205 from KDE:Frameworks5

KDE Frameworks 5.94.0

OBS-URL: https://build.opensuse.org/request/show/977205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwidgetsaddons?expand=0&rev=102
This commit is contained in:
Dominique Leuenberger 2022-05-16 16:07:14 +00:00 committed by Git OBS Bridge
commit 36e9429379
6 changed files with 37 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJITD8ACgkQWNDuZIpI
s7tp1gf/bJFNUU7V70i5jLVrLgqcNN7tMhag4xzOOALBjGVTwOonHinNQeavI/Bk
s1AtRzeLCCzXCYCHE/pv+lUZTdbec1sD9I5DDtgrMY2U138LRhysM5d/8Xyjnvsz
30az0jMpkRZ0D7G1Gouc1pdAZFNp5G+mw8OB5tGf6qlsvSsAYCYzqSci/Bw03D5K
segNGlhi/SjVUr4yz56BHsu+5obTMOX+cJjCpeQ2OmD7QLYkZ/sCOFtXeYb1vc4x
zB7htGHQaqnE0g+cCRd/xMdHNGbbwpe4T1iJz8UCPGnAv490UoBQYrHnzWHLWJi0
5FdLPmTJlu87gA50t12wopCMJaOwCQ==
=vlC9
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2/+kACgkQWNDuZIpI
s7uxlwf/Tc6JKM3eFD58jNmZhJWop4mWnfm3pK63t/a2YBAvUJ/IrD6aa82R2Shh
yVFpEqLWOBs2HgC2HzZmsi/CMu3WLfgZsrNUGaEqFjfMNZempQscu8fu8B2VzeBi
Kc322QzHVMCk3qoFmxron6+VfmuEUeXdjhs9sWuGkQ4L6U5Cs9HPYLID8r3p0IYN
Ar+u9k4OzMnLH2VTYMVBONkTcTKWUtHYmk2KADveNQwDvV8EBSI0iLckySxhl7iH
uH1B1PtEWmIZxV19IJom4m84tQmM++MKf2RyiPrMatlrgfFEkTTVAn5PPSlwdKZi
cD50G1CjVuio5XIn2HQl3zKAIS+stQ==
=Ekj+
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue May 10 08:18:12 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.94.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.94.0
- Changes since 5.93.0:
* KDateComboBox: Add test for date picker integration
* KDateComboBox: Add a test app for KDateComboBox
* Use KDatePickerPopup in KDateComboBox
* Add support for custom date word maps, as done in KDateComboBox
* Share date range support between KDateComboBox and KDatePickerPopup
* KDateComboBoxPrivate does not need a virtual dtor
* Allow to change KDatePickerPopup modes at runtime
* Implement date word actions as done in KDateCombobox
* Build the date picker menu dynamically on demand
* Add KDatePickerPopup
* Add windows CI
* KPageDialog: Add a new face type with a flat list of small icons
-------------------------------------------------------------------
Sun Apr 3 10:47:29 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5WidgetsAddons5
%define _tar_path 5.93
%define _tar_path 5.94
# 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.93.0
Version: 5.94.0
Release: 0
Summary: Large set of desktop widgets
License: LGPL-2.1-or-later