5.6.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=55
This commit is contained in:
parent
61b2ead2d3
commit
5bd10d4d86
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f9c6f7683ca560bd6242e353d9db22f80d428367034b6c4983c1c4b1964c78f
|
|
||||||
size 2335012
|
|
3
kio-5.6.0.tar.xz
Normal file
3
kio-5.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bdf88ac7aac80304b11f9a3413e4b740ee77a92c154360af71b35b937aa07d1a
|
||||||
|
size 2820560
|
29
kio.changes
29
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
|
Sat Dec 6 12:53:48 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
8
kio.spec
8
kio.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kio
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kio
|
Name: kio
|
||||||
Version: 5.5.0
|
Version: 5.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 1.5.0
|
BuildRequires: extra-cmake-modules >= 1.6.0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: karchive-devel >= %{kf5_version}
|
BuildRequires: karchive-devel >= %{kf5_version}
|
||||||
BuildRequires: kbookmarks-devel >= %{kf5_version}
|
BuildRequires: kbookmarks-devel >= %{kf5_version}
|
||||||
@ -67,7 +67,7 @@ Summary: Network transparent access to files and data
|
|||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
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
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user