From 5bd10d4d865e85093b1bd68e75e8ca2a12c9d3b67b542beeda444608f3e413b3 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 3 Jan 2015 19:27:33 +0000 Subject: [PATCH] 5.6.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=55 --- kio-5.5.0.tar.xz | 3 --- kio-5.6.0.tar.xz | 3 +++ kio.changes | 29 +++++++++++++++++++++++++++++ kio.spec | 8 ++++---- 4 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 kio-5.5.0.tar.xz create mode 100644 kio-5.6.0.tar.xz diff --git a/kio-5.5.0.tar.xz b/kio-5.5.0.tar.xz deleted file mode 100644 index b73c7de..0000000 --- a/kio-5.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f9c6f7683ca560bd6242e353d9db22f80d428367034b6c4983c1c4b1964c78f -size 2335012 diff --git a/kio-5.6.0.tar.xz b/kio-5.6.0.tar.xz new file mode 100644 index 0000000..2610d9b --- /dev/null +++ b/kio-5.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf88ac7aac80304b11f9a3413e4b740ee77a92c154360af71b35b937aa07d1a +size 2820560 diff --git a/kio.changes b/kio.changes index 9b8a8bf..7997cd5 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Jan 3 18:03:27 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.6.0 + * Add support for .hidden files, for users to hide some files + from views. (kde#246260) + * New method KRun::runService, like KRun::run but returns the + PID of the newly started process. + * kioexec: fixed many porting bugs, to make it work again + * KRun::run: fixed porting bug, to make it work again in the + case where KProcess is used directly + * KRun: make klauncher runtime dependency optional + * Fix compilation on MSVC + * Performance: decrease memory consumption of UDSEntry + * Actions in popupmenus: in case of multiple mimetypes selected, + services that support all mimetypes are now added to the menu. + * New job: KIO::DropJob *KIO::drop(QDropEvent* ev, QUrl destUrl). + Replaces KonqOperations::doDrop. + * Restart directory watcher after a failed delete operation + * Fix false warning about X-KDE-Protocols unused in desktop + files without that field. + * Merge various settings modules (KCMs) related to kio, + into the kio framework. + * When copying/moving out the trash, make the files writable. + * KIO::file_move now does the chmod on the destination file + before emitting result. + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.6.0.php + ------------------------------------------------------------------- Sat Dec 6 12:53:48 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kio.spec b/kio.spec index 13c7db8..a4eab8f 100644 --- a/kio.spec +++ b/kio.spec @@ -1,7 +1,7 @@ # # spec file for package kio # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ Name: kio -Version: 5.5.0 +Version: 5.6.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.5.0 +BuildRequires: extra-cmake-modules >= 1.6.0 BuildRequires: fdupes BuildRequires: karchive-devel >= %{kf5_version} BuildRequires: kbookmarks-devel >= %{kf5_version} @@ -67,7 +67,7 @@ Summary: Network transparent access to files and data License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build