Accepting request 710749 from KDE:Frameworks5
KDE Frameworks 5.59.0 OBS-URL: https://build.opensuse.org/request/show/710749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=80
This commit is contained in:
commit
8ae7fd822b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14c74959824a288d7fae17acbd2786eee1f0a2545cb9bf39c43bbd862ec55069
|
||||
size 3166976
|
3
kio-5.59.0.tar.xz
Normal file
3
kio-5.59.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1960a44900d804727a235388c32ce95c903d439699469945d87602cd224709b9
|
||||
size 3169088
|
23
kio.changes
23
kio.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 09 07:35:12 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.59.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.59.0.php
|
||||
- Changes since 5.58.0:
|
||||
* Manipulate bytes instead of characters
|
||||
* Fix kioslave executables never exiting, when setting KDE_FORK_SLAVES.
|
||||
* Fix desktop link to file or directory (kde#357171)
|
||||
* Test current filter before setting a new one (kde#407642)
|
||||
* [kioslave/file] Add a codec for legacy filenames
|
||||
* Rely upon QSysInfo to retrieve the system details
|
||||
* Add Documents to the default list of Places
|
||||
* KIO: port away from QSslSocket+QFileInfo deprecated API
|
||||
* kioslave: preserve argv[0], to fix applicationDirPath() on non-Linux
|
||||
* KOpenWith: port away from deprecated QModelIndex::child()
|
||||
* autotests: update host after www.davidfaure.fr breakage
|
||||
* Allow to drop one file or one folder on KDirOperator (kde#45154)
|
||||
* Truncate long filname before creating a link (kde#342247)
|
||||
* Remove deprecated method qVariantFromValue->QVariant::fromValue
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 18:16:17 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
|
4
kio.spec
4
kio.spec
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.58
|
||||
%define _tar_path 5.59
|
||||
# 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.58.0
|
||||
Version: 5.59.0
|
||||
Release: 0
|
||||
Summary: Network transparent access to files and data
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user