Accepting request 541667 from KDE:Frameworks5
KDE Frameworks 5.40.0 OBS-URL: https://build.opensuse.org/request/show/541667 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=55
This commit is contained in:
commit
0ff2a63c69
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96cbea5aba34b4e1b0df5ecfb4aaf65ff324341fb00f99796146536557232f24
|
|
||||||
size 3093732
|
|
3
kio-5.40.0.tar.xz
Normal file
3
kio-5.40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:30ea0b231b995faaf4283b9c9ecfaffb589268f5d7b5b805f69ed95601ac389b
|
||||||
|
size 3100424
|
21
kio.changes
21
kio.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 13 07:01:14 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.40.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.40.0.php
|
||||||
|
- Changes since 5.39.0:
|
||||||
|
* Fix display of remote:/ in the qfiledialog
|
||||||
|
* Implement support for categories on KfilesPlacesView
|
||||||
|
* HTTP: fix error string for the 207 Multi-Status case
|
||||||
|
* KNewFileMenu: clean up dead code, spotted by Coverity
|
||||||
|
* IKWS: Fix possible infinite loop, spotted by Coverity.
|
||||||
|
* KIO::PreviewJob::defaultPlugins() function
|
||||||
|
* Revert "Add support for sharing file descriptor between file ioslave and it's KAuth helper"
|
||||||
|
* Revert "Add kauth helper to file ioslave"
|
||||||
|
* Revert "Add ability to use the new kauth helper in file ioslave"
|
||||||
|
* Add ability to use the new kauth helper in file ioslave
|
||||||
|
* Add kauth helper to file ioslave
|
||||||
|
* Add support for sharing file descriptor between file ioslave and it's KAuth helper
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 2 14:13:08 UTC 2017 - wbauer@tmo.at
|
Thu Nov 2 14:13:08 UTC 2017 - wbauer@tmo.at
|
||||||
|
|
||||||
|
4
kio.spec
4
kio.spec
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define _tar_path 5.39
|
%define _tar_path 5.40
|
||||||
# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
Name: kio
|
Name: kio
|
||||||
Version: 5.39.0
|
Version: 5.40.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user