From 567628dca38b5583e89f42cc36e7b6a9eea82c52714856c27a8e1a17ecd2ae7b Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 16 May 2019 07:19:52 +0000 Subject: [PATCH] KDE Frameworks 5.58 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=256 --- kio-5.57.0.tar.xz | 3 --- kio-5.58.0.tar.xz | 3 +++ kio.changes | 23 +++++++++++++++++++++++ kio.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 kio-5.57.0.tar.xz create mode 100644 kio-5.58.0.tar.xz diff --git a/kio-5.57.0.tar.xz b/kio-5.57.0.tar.xz deleted file mode 100644 index a425892..0000000 --- a/kio-5.57.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d68151d58f1ed2e0724074c6bca42510dd3e19617baa4b4130198ad3a36a64ab -size 3166500 diff --git a/kio-5.58.0.tar.xz b/kio-5.58.0.tar.xz new file mode 100644 index 0000000..cbe0ad9 --- /dev/null +++ b/kio-5.58.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c74959824a288d7fae17acbd2786eee1f0a2545cb9bf39c43bbd862ec55069 +size 3166976 diff --git a/kio.changes b/kio.changes index 3e6a179..9f9658d 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed May 15 18:16:17 UTC 2019 - lbeltrame@kde.org + +- Update to 5.58.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.58.0.php +- Changes since 5.57.0: + * [FileWidget] Replace "Filter:" with "File type:" when saving with a limited list of mimetypes (kde#79903) + * use actually existing breeze icon for the new file Program.desktop + * Reword some text, a couple clean ups, add a separator + * autotests: adapt to QUrl behaviour change in Qt 5.12.1 + * autotests: adapt to shared-mime-info change + * Use regular stat when resolving a symlink + * autotests: kfileitemtest: close file before inspecting it + * [Properties dialog] Use the string "Free space" instead of "Disk usage" (kde#406630) + * Remove TODO + * Truncate trailing forward slashes(/) + * Fix signed/unsigned warning after statx change + * Fill UDSEntry::UDS_CREATION_TIME under linux when glibc >= 2.28 + * [KUrlNavigator] Fix URL navigation when exiting archive with krarc and Dolphin (kde#386448) + * [KDynamicJobTracker] When kuiserver isn't available, also fall back to widget dialog (kde#379887) + ------------------------------------------------------------------- Sun Apr 14 20:21:43 UTC 2019 - lbeltrame@kde.org diff --git a/kio.spec b/kio.spec index bf90aed..140d4e2 100644 --- a/kio.spec +++ b/kio.spec @@ -16,14 +16,14 @@ # -%define _tar_path 5.57 +%define _tar_path 5.58 # 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 lang Name: kio -Version: 5.57.0 +Version: 5.58.0 Release: 0 Summary: Network transparent access to files and data License: LGPL-2.1-or-later