From 0ee53e43b93d7e9476c24d4b3ce3c0e182b3f8dfe431fa02ba2c34ea1ad76fda Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 6 Mar 2016 09:59:35 +0000 Subject: [PATCH 1/2] start with 5.20.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=125 --- kio-5.19.0.tar.xz | 3 --- kio-5.20.0.tar.xz | 3 +++ kio.changes | 7 +++++++ kio.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kio-5.19.0.tar.xz create mode 100644 kio-5.20.0.tar.xz diff --git a/kio-5.19.0.tar.xz b/kio-5.19.0.tar.xz deleted file mode 100644 index 28fe34f..0000000 --- a/kio-5.19.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db26d787efd4b9f7da1970fb9814bca130f6d3adc578a847e93b4ac5ceadfa30 -size 2889500 diff --git a/kio-5.20.0.tar.xz b/kio-5.20.0.tar.xz new file mode 100644 index 0000000..85e0f96 --- /dev/null +++ b/kio-5.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0385883d4b12d044ed6ee030a3e02ddbddae55a131b74022db95f0f974bee7a9 +size 2895068 diff --git a/kio.changes b/kio.changes index d1d4eb5..5d44c41 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Mar 6 09:58:57 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.20.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.20.0.php + ------------------------------------------------------------------- Fri Feb 12 22:00:55 UTC 2016 - wbauer@tmo.at diff --git a/kio.spec b/kio.spec index b94c7bd..ca4a687 100644 --- a/kio.spec +++ b/kio.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.19 +%define _tar_path 5.20 Name: kio -Version: 5.19.0 +Version: 5.20.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From e7a40637b6bdfdc1a8601de251a7c69c06a41110ee0d0956ff3541ad1e5a251b Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 13 Mar 2016 16:27:48 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=126 --- kio.changes | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/kio.changes b/kio.changes index 5d44c41..4e78a2a 100644 --- a/kio.changes +++ b/kio.changes @@ -1,7 +1,28 @@ ------------------------------------------------------------------- Sun Mar 6 09:58:57 UTC 2016 - hrvoje.senjan@gmail.com -- Update to 5.20.0 +- Update to 5.20.0 (boo#970856) + * Fix KIO app-slave connection breaking if appName contains + a '/' (kde#357499) + * Try multiple authentication methods in case of failures + * help: fix mimeType() on get() + * KOpenWithDialog: show mimetype name and comment in "Remember" + checkbox text (kde#110146) + * A series of changes to avoid a directory relist after a file + rename in more cases (kde#359596) + * http: rename m_iError to m_kioError + * kio_http: read and discard body after a 404 with errorPage=false + * kio_http: fix mimetype determination when URL ends with '/' + * FavIconRequestJob: add accessor hostUrl() so that konqueror + can find out what the job was for, in the slot + * FavIconRequestJob: fix job hanging when aborting due to + favicon too big + * FavIconRequestJob: fix errorString(), it only had the URL + * KIO::RenameDialog: restore preview support, add date and + size labels (kde#356278) + * KIO::RenameDialog: refactor duplicated code + * Fix wrong path-to-QUrl conversions + * Use kf5.kio in the category name to match other categories * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.20.0.php