KDE Frameworks 5.95

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=359
This commit is contained in:
Wolfgang Bauer 2022-06-12 15:01:25 +00:00 committed by Git OBS Bridge
parent fcd5473af6
commit 970b998233
6 changed files with 64 additions and 19 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ8+kIACgkQWNDuZIpI
s7vDiAf+IqjMMbeWJSQ8OEW45objIAu5F1K2rBKmGm4SbedgUKIMrPdYR9No9QLk
gVx7ls4OfKeoSo8tF2tB42C+U+qgprwq2PkZ/hJLeH/+m0JnJpsOuiEsrQFVFNQa
wisXGYJsPSLMvAOvUtfaeA51rhaDpu+FhqPRoYGi7tdt8hjXT4S7JiVpkWZQ7w6L
yHsADpeumTTBT8Bh+ZIIqj4XOkVnf1OM497rwGfx6l1IwHohZscy90HXP9EBSvNO
Nis6+G2dLg+qPeoBm8FmjQIGBOMTdArPIZxBE78d0KkjfIHAe0EyxGkv7TIMTGoL
Lfx3FJDYTKLdaWeU2+jP+7YaInZogg==
=LLjj
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiai4ACgkQWNDuZIpI
s7tg0wgAk/uUfsCNKOuXf3D331vtcAttvp0TZii6jb2aNzNytcoH8p9xnpLv33ln
yyoGGGaOPlc+hy85tEUzK3OIrR8si6D5PJRLAvpVywkYfB52XOCCo8iyBfBR+vsW
qcefWvtl12QhWwZHfba0FQ9pagDyIigdlpBNjDodc7F+fM/yTCoTYan5+hbcLVtJ
IA+XSmUbtE+X01m6GyAijD714TfbRPN9ZLGE9bDztSOUxsXxOjh+5UluO4tBWd/t
V+vFMWh8G1VR9fQOoJh9e/rC9Swl5tru2qBOoXXFWudGZBA3guHbdb/fPFhodAbe
VmHYffQdoGlCr7ekBzVNfrq7HebJMQ==
=JaaV
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Fri Jun 10 14:12:33 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.95.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.95.0
- Changes since 5.94.0:
* KCoreUrlNavigator: add urlSelectionRequested signal (kde#453289)
* kio_file: fix data race on static user cache (kde#454619)
* file_unix: use thread id rather than pid for filehelper socket
* [KDirOperator] Add option to show hidden files last
* [KFileItemDelegate] Add a semi-transparent effect to the labels of hidden files
* PreviewJob: Resolve parent mime types before checking wildcards (kde#453480)
* [kemailclientlauncherjob] Allow setting BCC
* TrashSizeCache: fix parsing of directory cachesize file and improve code
* DirectorySizeJob: use targetUrl as url
* KFileItem: GetStatusBarInfo: Improve display for urls
* KDirModel: don't nuke query and fragment in URLs
* [KFilePlacesView] Show inline eject button only for removable drives (kde#453890)
* [KFilePlacesView] Don't show capacity bar for network shares
* kpasswdserver: fix mistake
* port to standard C++ smart pointers where possible
* rfc search provider: Fix URL
* Skip generation of KCM symlinks on windows
* KCMs: Define plugin id to match the desktop file name
* Embed json metadata in KCMs, port to new systemsettings namespaces
* quickfix crash if element not found, we want to use the range erase here
* Add env var KIO_ENABLE_WORKER_THREADS in case of trouble.
* Initialize std::atomic<bool> variables.
* SlaveBase: skip sighandlers when run in thread
* kio_file: remove use of QDir::setCurrent()
* Implement running KIO workers in-process using a thread
* [StatJob] Set total amount to 1 Item
* KSambashare: handle "Weak crypto is allowed" error message
* dropjob: don't create PasteJob when `m_hasArkFormat` is true
* KFileWidget: initialize KFilePlaceModel before KUrlNavigator
* [previewjob] Deduplicate legacy plugins based on desktop file name instead of pluginId
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 10 08:18:00 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Tue May 10 08:18:00 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
# #
%define _tar_path 5.94 %define _tar_path 5.95
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without released %bcond_without released
Name: kio Name: kio
Version: 5.94.0 Version: 5.95.0
Release: 0 Release: 0
Summary: Network transparent access to files and data Summary: Network transparent access to files and data
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -226,10 +226,16 @@ export CXX=g++-10
%{_kf5_plugindir}/kf5/kiod/kioexecd.so %{_kf5_plugindir}/kf5/kiod/kioexecd.so
%{_kf5_plugindir}/kf5/kiod/kpasswdserver.so %{_kf5_plugindir}/kf5/kiod/kpasswdserver.so
%{_kf5_plugindir}/kf5/urifilters/ %{_kf5_plugindir}/kf5/urifilters/
%{_kf5_plugindir}/kcm_cookies.so
%{_kf5_plugindir}/kcm_netpref.so
%{_kf5_plugindir}/kcm_proxy.so %{_kf5_plugindir}/kcm_proxy.so
%{_kf5_plugindir}/kcm_smb.so %dir %{_kf5_plugindir}/plasma/
%dir %{_kf5_plugindir}/plasma/kcms/
%dir %{_kf5_plugindir}/plasma/kcms/systemsettings/
%dir %{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/
%{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_netpref.so
%{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_proxy.so
%{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_cookies.so
%{_kf5_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_webshortcuts.so
%{_kf5_plugindir}/plasma/kcms/systemsettings/kcm_smb.so
%dir %{_kf5_plugindir}/designer %dir %{_kf5_plugindir}/designer
%{_kf5_plugindir}/designer/kio5widgets.so %{_kf5_plugindir}/designer/kio5widgets.so
%{_kf5_servicesdir}/cookies.desktop %{_kf5_servicesdir}/cookies.desktop