Accepting request 802119 from KDE:Frameworks5
KDE Frameworks 5.70 OBS-URL: https://build.opensuse.org/request/show/802119 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwidgetsaddons?expand=0&rev=78
This commit is contained in:
commit
df82418e07
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fcc39eb17d832a14e8c2fe98ff26a300aa5c88013c63bcf8eef0017ca4eaf37
|
||||
size 2302156
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6JFT8ACgkQWNDuZIpI
|
||||
s7tdzgf+OcRd4ypPQAZIPaoMTRzBQaWZT9wtFDG282h6fj8Um+cvp6WaPx2e3Ja/
|
||||
+jjtOAF7W93T7amX2f7bs7q2zXV4E9rX70A14GfCriMeUfwhgI++bqPNGfMqcqTJ
|
||||
0O/ga0oaNzFpPpMMR6cwxHK6e0qM5AnOYSbGd5K53nAHPJFawH6TOYi7tkoafjcM
|
||||
H8IB7sgXQwd3ZP0WQgjkDpO9T0LSf2GTyHG3tiCz/ND3p2iIhp3GkaOcmcDSEMcq
|
||||
0PzgttpJ+IAHMrjGYN2DBTuGbeyqPaWqyLWYbmokK2FZPAGVIZB5stbJSm9d/+HX
|
||||
hlBUePxZ0rvCFpKhDEhMJRB7kIFOrA==
|
||||
=af6e
|
||||
-----END PGP SIGNATURE-----
|
3
kwidgetsaddons-5.70.0.tar.xz
Normal file
3
kwidgetsaddons-5.70.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d294984b6a3f96459ec505002c3379bde862cf16d914e5f03dd7a620203d830e
|
||||
size 2341452
|
11
kwidgetsaddons-5.70.0.tar.xz.sig
Normal file
11
kwidgetsaddons-5.70.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6t9MIACgkQWNDuZIpI
|
||||
s7twzwf+I/h4AZiUdIl6SpyndZYYSFfJorFh/K7ufvWMMMyDHbTEhD9uDflH98MN
|
||||
nuHBEqOYDyUOtORWK/vqs+jme4SWRDc6Np5kaNW3YX924oD7PQhZb3pw04OGYPZ9
|
||||
B67Ym3uQRRyWw3ITx3GmXn4BzHdctUYwhNAaJxu2nn2/nmOajVEnQL3dgq/JbMMc
|
||||
pWTvowX6UULCo/QQ4ZWUeQLsh2USZIczm5GA/Uz8ZhnFpA9Tyt3ky+D81OqNc41G
|
||||
O5l5VgpUWvXT/Zfl+zD4BmeVRS40KiCT7Fxy/azm0a42vEtM4IqBvoZpH9O+FMMb
|
||||
EFHd4EwlwoNTXp7Pzel8LGxw0gW7/A==
|
||||
=vYIF
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 3 09:40:15 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.70.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.70.0
|
||||
- Changes since 5.69.0:
|
||||
* [KFontChooser] Remove NoFixedCheckBox DisplayFlag, redundant
|
||||
* [KFontChooser] Add new DisplayFlag; modify how flags are used
|
||||
* [KCharSelect] Minor code optimisation
|
||||
* [KFontChooser] Make styleIdentifier() more precise by adding font styleName (kde#420287)
|
||||
* [KFontRequester] Port from QFontDialog to KFontChooserDialog
|
||||
* [KMimeTypeChooser] Add the ability to filter the treeview with a QSFPM (kde#245637)
|
||||
* [KFontChooser] Make the code slightly more readable
|
||||
* [KFontChooser] Add a checkbox to toggle showing only monospaced fonts
|
||||
* [KFontChooser] More code cleanup
|
||||
* Remove not necessary include
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 5 19:45:54 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5WidgetsAddons5
|
||||
%define _tar_path 5.69
|
||||
%define _tar_path 5.70
|
||||
# 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: kwidgetsaddons
|
||||
Version: 5.69.0
|
||||
Version: 5.70.0
|
||||
Release: 0
|
||||
Summary: Large set of desktop widgets
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user