diff --git a/kio-5.95.0.tar.xz b/kio-5.95.0.tar.xz deleted file mode 100644 index ebe2fe9..0000000 --- a/kio-5.95.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97c7f0df5aec1249b0f1ceed52bfbcea49ba5742b78395a1e84815b31ce37687 -size 3335684 diff --git a/kio-5.95.0.tar.xz.sig b/kio-5.95.0.tar.xz.sig deleted file mode 100644 index c9aae0c..0000000 --- a/kio-5.95.0.tar.xz.sig +++ /dev/null @@ -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----- diff --git a/kio-5.96.0.tar.xz b/kio-5.96.0.tar.xz new file mode 100644 index 0000000..2fd066b --- /dev/null +++ b/kio-5.96.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95983904cd01c31b7fffbf615765485029192b2352f6672b8b7386cb0e7ebb76 +size 3349852 diff --git a/kio-5.96.0.tar.xz.sig b/kio-5.96.0.tar.xz.sig new file mode 100644 index 0000000..b77f479 --- /dev/null +++ b/kio-5.96.0.tar.xz.sig @@ -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----- diff --git a/kio.changes b/kio.changes index 2dce89c..63cc9b1 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun Jul 3 11:56:01 UTC 2022 - Christophe Giboudeaux + +- 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 diff --git a/kio.spec b/kio.spec index 3093636..c7668e0 100644 --- a/kio.spec +++ b/kio.spec @@ -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