KDE Frameworks 5.96

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=361
This commit is contained in:
Christophe Giboudeaux 2022-07-10 12:02:38 +00:00 committed by Git OBS Bridge
parent 970b998233
commit 025d4126c8
6 changed files with 48 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----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-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLAc4UACgkQWNDuZIpI
s7sP2wf/WOxaa4DkJIqytA8YTUHeLal8LHu8npSyFFOjuCWbDncqRrETCmYk7YYd
7Giyd00IQWyowkCEL/7FrDwgvcsXDtY0gjQ8A2zwFRVTZ4buT9VchoUY6GZmKtGN
SJFPngaCdAq6XOpliBXinj50HcYKitoJA1ZPrFCxGGkCyXlbmEIFM/4EuHxj+qYP
CHq74nTiN+nffQUZ8BrUyQlIdTM9KaUgL2BDDuUYDyiSQ/EEiRhj+vIxcj/2kn6V
hYtH2Pxcl4XRqVELcSOyjGEI/VVsjAdZTEdIMqhaltld/wDFjDr0dcrGaQUeyHMv
SSat6aRWDb6S0dUGfqEWxqUEkQiZFA==
=IN0n
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sun Jul 3 11:56:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.96.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.96.0
- Changes since 5.95.0:
* Remove calls to no-op KNewFileMenu::setViewShowsHiddenFiles
* rename ioslave_defaults to ioworker_defaults
* Don't treat KJob::UserDefinedError as unknown error
* move global enum to worker nomenclature
* [webrunner] Add debian as new keyword for webrunner
* [knewfilemenu] Don't forcibly change file extension (kde#456091)
* [knewfilemenu] Write Name when creating Link files
* Pass JobUiDelegate's window to created dialogs
* [knewfilemenu] Always add .desktop suffix when creating link file
* Deprecated global file class code in KFileWidget
* KRecentDirs: Deprecate reading/writing to global file
* [kfileplacesmodel] Cache device display name
* PreviewJob: Add note about plugins being cached internally
* KRecentDocuments: Improve indentation in recentlyused.xbel (kde#456046)
* Add template for empty file (kde#297003)
* We need it when we build with strict compile
* Don't duplicate headers between cpp/.h files
* Don't leak the slave's worker thread
* filewidgets: update location text after selected files are renamed (kde#455327)
* Add "Get more Apps in Discover" button to kopenwithdialog
* new worker API
* Bump deprecation KF version in ecm_set_disabled_deprecation_versions
* KPropertiesDialog: fix saving changes when editing a .desktop file symlink (kde#450727)
-------------------------------------------------------------------
Fri Jun 10 14:12:33 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

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