From 61d615bafc2f8f83d9549c37e837a3c103acffba33ebb0826c7cd987bd7b05f4 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 7 May 2016 18:32:27 +0000 Subject: [PATCH 1/2] start with 5.22.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=134 --- kio-5.21.0.tar.xz | 3 --- kio-5.22.0.tar.xz | 3 +++ kio.changes | 7 +++++++ kio.spec | 6 ++---- 4 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 kio-5.21.0.tar.xz create mode 100644 kio-5.22.0.tar.xz diff --git a/kio-5.21.0.tar.xz b/kio-5.21.0.tar.xz deleted file mode 100644 index fbe36d6..0000000 --- a/kio-5.21.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:583e403f6d7813be1cd03f9b14c69bd1a6d8398dfd1e9fd87aa5883d6b949923 -size 2895592 diff --git a/kio-5.22.0.tar.xz b/kio-5.22.0.tar.xz new file mode 100644 index 0000000..ca6a5cc --- /dev/null +++ b/kio-5.22.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecf2fba135dc5403fbc843ade047f9b2586db6ce34e772a46abfaa417f5760a +size 2895072 diff --git a/kio.changes b/kio.changes index 8638b50..deffcf9 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat May 7 18:32:19 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.22.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.22.0.php + ------------------------------------------------------------------- Mon Apr 4 14:21:01 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kio.spec b/kio.spec index 24818f4..2797f14 100644 --- a/kio.spec +++ b/kio.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.21 +%define _tar_path 5.22 Name: kio -Version: 5.21.0 +Version: 5.22.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -179,8 +179,6 @@ done %{_kf5_libexecdir}/kio_http_cache_cleaner %{_kf5_plugindir}/kf5/kio/http.so %{_kf5_servicesdir}/http_cache_cleaner.desktop -%{_kf5_bindir}/kmailservice5 -%{_kf5_applicationsdir}/kmailservice5.desktop %{_kf5_servicesdir}/data.protocol %{_kf5_servicesdir}/rtsp.protocol %{_kf5_servicesdir}/mms.protocol From e3ae0f3eb715f9e1af3396c73da74eae2c5fd075abaeb07bb5611d42ed36a836 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 15 May 2016 16:20:38 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=135 --- kio.changes | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/kio.changes b/kio.changes index deffcf9..f5b8d00 100644 --- a/kio.changes +++ b/kio.changes @@ -1,7 +1,23 @@ ------------------------------------------------------------------- Sat May 7 18:32:19 UTC 2016 - hrvoje.senjan@gmail.com -- Update to 5.22.0 +- Update to 5.22.0 (boo#980066) + * kurlnavigatortoolbutton.cpp - use buttonWidth in paintEvent() + * New file menu: filter out duplicates (e.g. between .qrc and + system files) (kde#355390) + * Fix error message on startup of the cookies KCM + * Remove kmailservice5, it can only do harm at this point + (kde#354151) + * Fix KFileItem::refresh() for symlinks. The wrong size, filetype + and permissions were being set + * Fix regression in KFileItem: refresh() would lose the file type, + so a dir became a file (kde#353195) + * Set text on QCheckbox widget rather than using a separate label + (kde#245580) + * Don't enable acl permissions widget if we don't own the file + (kde#245580) + * Fix double-slash in KUriFilter results when a name filter is set + * KUrlRequester: add signal textEdited (forwarded from QLineEdit) * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.22.0.php