Accepting request 426572 from KDE:Frameworks5
Update to 5.26.0 OBS-URL: https://build.opensuse.org/request/show/426572 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=37
This commit is contained in:
commit
e75cc621ba
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d9806d74d0119ced246446fd22110ba8ae5a980e4734b165819b30bcadf90578
|
|
||||||
size 2951304
|
|
3
kio-5.26.0.tar.xz
Normal file
3
kio-5.26.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40d546074af313be97f64b644daad46fc9c287dbcf4bc41ca9fb5ff6c02976cf
|
||||||
|
size 2953124
|
21
kio.changes
21
kio.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 20:50:52 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.26.0
|
||||||
|
* KPropertiesDialog: remove warning note from docu,
|
||||||
|
the bug is gone
|
||||||
|
* [test program] resolve relative paths using QUrl::fromUserInput
|
||||||
|
* KUrlRequester: fix error box when selecting a file and
|
||||||
|
reopening the file dialog
|
||||||
|
* Provide a fallback if slaves don't list the . entry
|
||||||
|
(kde#366795)
|
||||||
|
* Fix creating symlink over "desktop" protocol
|
||||||
|
* KNewFileMenu: when creating symlinks use KIO::linkAs
|
||||||
|
instead of KIO::link
|
||||||
|
* KFileWidget: fix double '/' in path
|
||||||
|
* KUrlRequester: use static connect() syntax, was inconsistent
|
||||||
|
* KUrlRequester: pass window() as parent for the QFileDialog
|
||||||
|
* Avoid calling connect(null, .....) from KUrlComboRequester
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/kde-frameworks-5.26.0.php
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 8 11:28:15 UTC 2016 - wbauer@tmo.at
|
Mon Aug 8 11:28:15 UTC 2016 - wbauer@tmo.at
|
||||||
|
|
||||||
|
4
kio.spec
4
kio.spec
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define _tar_path 5.25
|
%define _tar_path 5.26
|
||||||
Name: kio
|
Name: kio
|
||||||
Version: 5.25.0
|
Version: 5.26.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
|
Loading…
Reference in New Issue
Block a user