Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kio for openSUSE:Factory checked in at 2022-06-17 21:19:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio (Old) and /work/SRC/openSUSE:Factory/.kio.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio" Fri Jun 17 21:19:18 2022 rev:128 rq:982273 version:5.95.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kio/kio.changes 2022-05-16 18:08:49.961291971 +0200 +++ /work/SRC/openSUSE:Factory/.kio.new.1548/kio.changes 2022-06-17 21:21:16.554733125 +0200 @@ -1,0 +2,39 @@ +Fri Jun 10 14:12:33 UTC 2022 - Christophe Giboudeaux <christo...@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 + +------------------------------------------------------------------- Old: ---- kio-5.94.0.tar.xz kio-5.94.0.tar.xz.sig New: ---- kio-5.95.0.tar.xz kio-5.95.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio.spec ++++++ --- /var/tmp/diff_new_pack.eadNZM/_old 2022-06-17 21:21:18.942734420 +0200 +++ /var/tmp/diff_new_pack.eadNZM/_new 2022-06-17 21:21:18.946734422 +0200 @@ -16,14 +16,14 @@ # -%define _tar_path 5.94 +%define _tar_path 5.95 # 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 released Name: kio -Version: 5.94.0 +Version: 5.95.0 Release: 0 Summary: Network transparent access to files and data License: LGPL-2.1-or-later @@ -226,10 +226,16 @@ %{_kf5_plugindir}/kf5/kiod/kioexecd.so %{_kf5_plugindir}/kf5/kiod/kpasswdserver.so %{_kf5_plugindir}/kf5/urifilters/ -%{_kf5_plugindir}/kcm_cookies.so -%{_kf5_plugindir}/kcm_netpref.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 %{_kf5_plugindir}/designer/kio5widgets.so %{_kf5_servicesdir}/cookies.desktop ++++++ kio-5.94.0.tar.xz -> kio-5.95.0.tar.xz ++++++ ++++ 93065 lines of diff (skipped)