Accepting request 703359 from KDE:Frameworks5
KDE Frameworks 5.58 (forwarded request 703255 from luca_b) OBS-URL: https://build.opensuse.org/request/show/703359 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=79
This commit is contained in:
commit
fce936ba9b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d68151d58f1ed2e0724074c6bca42510dd3e19617baa4b4130198ad3a36a64ab
|
||||
size 3166500
|
3
kio-5.58.0.tar.xz
Normal file
3
kio-5.58.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14c74959824a288d7fae17acbd2786eee1f0a2545cb9bf39c43bbd862ec55069
|
||||
size 3166976
|
23
kio.changes
23
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
|
||||
|
||||
|
4
kio.spec
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user