From 62d79e152cca0ae604cd9bb2449f69cf665cb4d90d7a4dfe003b8df1421e236b Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 6 Sep 2016 20:51:07 +0000 Subject: [PATCH 1/2] start with 5.26.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=149 --- kio-5.25.0.tar.xz | 3 --- kio-5.26.0.tar.xz | 3 +++ kio.changes | 7 +++++++ kio.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kio-5.25.0.tar.xz create mode 100644 kio-5.26.0.tar.xz diff --git a/kio-5.25.0.tar.xz b/kio-5.25.0.tar.xz deleted file mode 100644 index 602b514..0000000 --- a/kio-5.25.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9806d74d0119ced246446fd22110ba8ae5a980e4734b165819b30bcadf90578 -size 2951304 diff --git a/kio-5.26.0.tar.xz b/kio-5.26.0.tar.xz new file mode 100644 index 0000000..461f789 --- /dev/null +++ b/kio-5.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d546074af313be97f64b644daad46fc9c287dbcf4bc41ca9fb5ff6c02976cf +size 2953124 diff --git a/kio.changes b/kio.changes index 4d80c88..6a7b8f0 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 6 20:50:52 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.26.0 + * 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 diff --git a/kio.spec b/kio.spec index ba83fe6..11600c4 100644 --- a/kio.spec +++ b/kio.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.25 +%define _tar_path 5.26 Name: kio -Version: 5.25.0 +Version: 5.26.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 6e1d8a8791c8d824164bf1072fa2d8e2424bc721d090ef45c4861015d5ac2cb2 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 10 Sep 2016 13:01:49 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=150 --- kio.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/kio.changes b/kio.changes index 6a7b8f0..2c16497 100644 --- a/kio.changes +++ b/kio.changes @@ -2,6 +2,20 @@ 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