Accepting request 879256 from KDE:Frameworks5

- Update to 5.80.1
  * Fix crash in ApplicationLauncherJob(service) when service is null.

- Update to 5.80.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.80.0
- Too many changes since 5.79.0, only listing bugfixes:
  * PreviewJob: consider file size for cache invalidation (kde#433127)
  * RenameDialog: fix a potential buffer overflow (kde#432610)

OBS-URL: https://build.opensuse.org/request/show/879256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=106
This commit is contained in:
Richard Brown 2021-03-16 14:41:42 +00:00 committed by Git OBS Bridge
commit 01178487e6
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:767c67aab4e1a43d1d2ebf74f9deab21791150cc5f533be561dc1346d16e25e6
size 3309016

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmAe6ysACgkQWNDuZIpI
s7uO+gf8CJi1fPPuczE/+zZzZyISWx28S1v+MqS0P9BYj7gvXYlwztsfTiEw31ia
ChMGyJ4pU7IqkwzMZOBCIkR9iR1KCW50Tm3kHkr/+HQ5smA0xBRk2cdIuQ0gnQ9A
/diI6BTRQoyqdb1a3rtSh6id4V5FdyIj7FufrrzuLqdAJLeIlcHbIYWD9qbORsrJ
A9ZcENoNPWkXue+myPV9JduCoSRrdArG/GOJqI5GipPwo5sBIsqOrzxoSF4KoYOY
hnr7h6g6AgD6PP1vWxmJmN1p8DexvsGxR4NY5IY1rAwvYdfYDzc/q67lJzzxMmYX
u5M6wtB894vd75lVHIgwYgV7Kc0R3g==
=4LrM
-----END PGP SIGNATURE-----

3
kio-5.80.1.tar.xz Normal file
View File

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

11
kio-5.80.1.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBPbqoACgkQWNDuZIpI
s7vLywf/X1dKXuO6ByeFNRcKCG4KPMkgkguDjb5Fm+NBw4DGRqPncVd2iItkfY2X
+23klVXqbAgKQ6XfenyrCa7b2nFEq1Ago9+2JA3eQYUBqxSbSQCVCiCsxd4nsBn9
fKj8XJt8X/jJA+2JQnI5OLy1aloHh3fR+f9Br8Zd/1zOVFppDMIY1EPaIuQ0aeWh
AbCZZXmEmVhYQE4OChIzlJLT5aXSRKNv65OHMiNpDLA/e2LT3fIidcdjePjQic6f
jLf2S6MwQ320T28e83hfLSy05/Ex17XMb/ow0olSZVRWilaLcAujjebf5cQKRVws
mUatAmgCQhVvQJxbTu/j1bmKnlDrEA==
=IjbK
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Mar 15 16:01:52 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.80.1
* Fix crash in ApplicationLauncherJob(service) when service is null.
-------------------------------------------------------------------
Sun Mar 7 09:26:58 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.80.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.80.0
- Too many changes since 5.79.0, only listing bugfixes:
* PreviewJob: consider file size for cache invalidation (kde#433127)
* RenameDialog: fix a potential buffer overflow (kde#432610)
-------------------------------------------------------------------
Mon Feb 8 08:46:26 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.79
%define _tar_path 5.80
# 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: kio
Version: 5.79.0
Version: 5.80.1
Release: 0
Summary: Network transparent access to files and data
License: LGPL-2.1-or-later
@ -185,6 +185,7 @@ Development files.
%{_kf5_servicesdir}/data.protocol
%{_kf5_servicesdir}/http_cache_cleaner.desktop
%{_kf5_servicesdir}/kcmtrash.desktop
%{_kf5_servicesdir}/mailto.protocol
%{_kf5_servicesdir}/mms.protocol
%{_kf5_servicesdir}/mmst.protocol
%{_kf5_servicesdir}/mmsu.protocol
@ -245,6 +246,9 @@ Development files.
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KPasswdServer.xml
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KSlaveLauncher.xml
%{_kf5_dbusinterfacesdir}/kf5_org.kde.kio.FileUndoManager.xml
%dir %{_kf5_sharedir}/kdevappwizard
%dir %{_kf5_sharedir}/kdevappwizard/templates
%{_kf5_sharedir}/kdevappwizard/templates/ioslave.tar.bz2
%{_kf5_includedir}/
%{_kf5_libdir}/cmake/KF5KIO/
%{_kf5_libdir}/libKF5KIOCore.so