KDE Frameworks 5.59

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=258
This commit is contained in:
Wolfgang Bauer 2019-06-09 15:34:32 +00:00 committed by Git OBS Bridge
parent 567628dca3
commit 61d3c1d1d5
4 changed files with 28 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1960a44900d804727a235388c32ce95c903d439699469945d87602cd224709b9
size 3169088

View File

@ -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 Wed May 15 18:16:17 UTC 2019 - lbeltrame@kde.org

View File

@ -16,14 +16,14 @@
# #
%define _tar_path 5.58 %define _tar_path 5.59
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kio Name: kio
Version: 5.58.0 Version: 5.59.0
Release: 0 Release: 0
Summary: Network transparent access to files and data Summary: Network transparent access to files and data
License: LGPL-2.1-or-later License: LGPL-2.1-or-later