KDE Frameworks 5.80
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=322
This commit is contained in:
parent
485ae6f355
commit
a5188f88d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:767c67aab4e1a43d1d2ebf74f9deab21791150cc5f533be561dc1346d16e25e6
|
||||
size 3309016
|
@ -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.0.tar.xz
Normal file
3
kio-5.80.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a85fc02cec6ef550d4465e8126ac0a4d9d77c745ab7b05b6b6334a0e54e9775
|
||||
size 3312052
|
11
kio-5.80.0.tar.xz.sig
Normal file
11
kio-5.80.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBD1PcACgkQWNDuZIpI
|
||||
s7shgAgAqKmS4iqGPVJ5G/zES3IX12B6qNiZeRRnIftL2yt7+fgXG5P1yYfCsZCY
|
||||
JQ5+xNcWpbC5VDeAnmdX3kVYHBuhy961ZWg2CZAGl9FIENuadH8ncuX6RY5P8MCP
|
||||
SCUP6yE0/SYbFDvaoByAre8AP7DsFnuZSV3b6Lwl+LqrSOcetGZ4x/jv3s6udQPR
|
||||
khCg15o2tG91XPqx+p4QLj3MZH49g74KcD7fJMlX/lPi/QIIPGUPdGNTFy1EoOlA
|
||||
VWum/6JqhiUlojluRM5/XGCZZbSrssfohnXjHckET8AWDvPtLu/Sr1DRKG7IS7CJ
|
||||
CWADMcRFNOFXm+ASSPdbNKRnxddMyg==
|
||||
=6tea
|
||||
-----END PGP SIGNATURE-----
|
11
kio.changes
11
kio.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
8
kio.spec
8
kio.spec
@ -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.0
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user