KDE Frameworks 5.68.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=217
This commit is contained in:
Christophe Giboudeaux 2020-03-13 12:30:20 +00:00 committed by Git OBS Bridge
parent 228dbc59b4
commit b63baadb48
6 changed files with 29 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420dwACgkQWNDuZIpI
s7tUPQf/W3voKElhuwMlYm8kFgujxii09BIaA/rNQeUQCvFRW2JGdyK6G/BHW24p
Ci9ccI4v1bfY49UdyU1+NaCSPxKaTnjo+sLvTVSrnYmPFc93GRn4mX0XukbKN8Dz
3aesFMtjsK4oQRoj/ktHdgJ/S8FOR447WVl7+o7iqgfz8DgNNQVGwIt1qUki1CTt
bvijRHTLjvxNvZ0GRsdasY/ZPbHlFeYFvguvkA+zwU3ZUin6vlxncdeaOLqTJ+Zx
w16zrqWRNfdrOzcT2ec6FIRxEA+lZe/P4+lgZYe0l8qmDdQ06zNBP/iJmSgeDZ8R
xBnxBYAJ7pzH4YwU+3Ri70MMEbmCIg==
=Beux
-----END PGP SIGNATURE-----

3
kxmlgui-5.68.0.tar.xz Normal file
View File

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

11
kxmlgui-5.68.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jl7sACgkQWNDuZIpI
s7vmSAgAvGKiqn7Y8M6zGHHKeBCPx6pxBBbYgCen9HdMR3/R3QCcssTXdxDeI4GW
XWbEN2mTarWN8zKe07fBhARZRBwOe3aA7tz1D3wiibx0Jw9+f62rmLRClDZsLHbh
AfF8BmvS0UYQlGh3P/YOEhUvR/XAqIzudjKSCFPbuwDRUc7yO+o1BEWAN5yMDgJG
XPFtqDhIZ86qLT8cosDwSBiw/VoYjpfKAxTS69PEgG/vAGp0BWMrobtkZvkO5k88
kxII6uW2QSClDnn4xlDWh13eC8iV/kH5WC+uJ9LdnmUmPke546tUxPf3yQ/RAZUX
nY3fvKAgqeUeBB26AwFrz7bv9u1v0g==
=C9Qa
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 8 09:18:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.68.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
- Changes since 5.67.0:
* Make it compile against q5.15. They reverted commit about error() vs networkerror()
* Port QLinkedList which is deprecated in qt5.15
* Port QProcess::start(...) deprecated method (qt5.15)
* Use ecm_qt_install_logging_categories over manual categories file
-------------------------------------------------------------------
Sun Feb 2 18:07:15 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5XmlGui5
%define _tar_path 5.67
%define _tar_path 5.68
# 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: kxmlgui
Version: 5.67.0
Version: 5.68.0
Release: 0
Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1-or-later AND GPL-2.0-or-later