KDE Frameworks 5.102.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=376
This commit is contained in:
Christophe Marin 2023-01-15 13:50:23 +00:00 committed by Git OBS Bridge
parent 1e1466d00b
commit 6ea20be11c
6 changed files with 49 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLTMACgkQWNDuZIpI
s7uO8ggAgb4BTFQQ5EtkdomAXpN+kVtkZgNK2f3W2CnKyPyQuUqFVaOAmIch2mCZ
RTRvDZ63NCH4RBhbETNo9wr8gzjRB1H365A44go4Pr9Q1aA+RoWtjgDI2w343bWu
LHiWz0BEPq8Qr0rXtHgtzQF5R9WZtISKfDCsCda87imDWvWJKT+Biu8CQTSxlnKd
7nZlRfGzZY7+DgOoTMVKre9KxL05R3YrdxkXF2VQETvp3yRijBP4m4Dsi7F40f8E
eu6TFF8F9GEWcX77UUlww13/xVRqQt9ZFtGK2YQpLl/GCdwMl7KBcN8Faf1hBkBu
PP/YrgYEsVb7rv6bxDyWklusAj7QRQ==
=Yrfc
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO/PM4ACgkQWNDuZIpI
s7sAMQgAjS49x/yjvTDZB8eEF+0DoU/3Vh0+VKSKfP+mkuhG28c4uWXeEsZSQNN4
8zwtU7xAsCHt626GbT2IrOLxC6Mc7R7RqPWQSOFNWzvGRNOkX6fW/uHce2W164j5
GuW/rmyVtIfeeSny5u/1+STD27ilJ6vukhF/Ww90BrlMxUlRknWlv8E3JVQbCgNA
w3woHoTj+DMktx7rXlqK4nUfs4uj1hEHn9UtR4NvWI8C8U2pWfJJcGAwMt0mmyne
56VG7RTHUH9ea0tCyFTeDOYKGU38kxMdJHrrSJHxTleOpsZa6Qp1C62fZHFagJjm
VungtAkL71R8hPuWnJM8YWwdUn30Xw==
=7PIm
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Jan 12 08:18:56 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.102.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.102.0
- Changes since 5.101.0:
* Restore old behavior for KFileFilterCombo::setFilter
* [kprocessrunner] Don't specify which desktop the app should be launched on
* Fix crash when dealing with user notification dialog
* [WidgetsAskUserActionHandler] Add fallbacks for dialog parent windows (kde#463124)
* [jobuidelegate] Set window when creating delegate
* Fix KFileFilterComboTest
* kdiroperator: fix full file path not being stripped (kde#459900)
* Fix integer overflow for large files in AccessManager (kde#452972)
* Pre-select "Delete" in Delete Confirmation Dialog (kde#462845)
* Make link against KWindowSystem private
* [KOpenWithDialog] Save search history in state config
* file_unix: Fix check for hidden NTFS files
* Use new nomenclature with socket name; use ".socket" suffix
* Port away from deprecated KService::property overload
* [previewjob] Deprecate overlayIconSize and overlayIconAlpha
* Replace KIO::SlaveConfig with KIO::WorkerConfig
* Remove unused includes
* [kpropertiesdialog] Remove UI to set DBus startup type
* when inside a sandbox use different openwith behavior
* Don't install service desktop files for KCMs in KF6
* Don't install KonqPopupMenu service type file for KF6
* Fix typo
* Port away from deprecated KWindowSystem API
* webdav docs: remove broken link
-------------------------------------------------------------------
Tue Dec 6 20:10:46 UTC 2022 - Christophe Marin <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.101
%define _tar_path 5.102
# 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.101.0
Version: 5.102.0
Release: 0
Summary: Network transparent access to files and data
License: LGPL-2.1-or-later