From 0e97fb759fb1b61b357d1f271ec2acaf6e99f523de26fb3f55f32862503e4d79 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 4 Dec 2016 02:00:47 +0000 Subject: [PATCH 1/4] start with 5.29.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=161 --- kio-5.28.0.tar.xz | 3 --- kio-5.29.0.tar.xz | 3 +++ kio.changes | 7 +++++++ kio.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kio-5.28.0.tar.xz create mode 100644 kio-5.29.0.tar.xz diff --git a/kio-5.28.0.tar.xz b/kio-5.28.0.tar.xz deleted file mode 100644 index e035975..0000000 --- a/kio-5.28.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2adaf39bcc8ad1a75e784e5cb0e1a3809c089666027979d67429b62818420cc3 -size 3125460 diff --git a/kio-5.29.0.tar.xz b/kio-5.29.0.tar.xz new file mode 100644 index 0000000..9514cc8 --- /dev/null +++ b/kio-5.29.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3029a5d3d99dc24731669a3e663962d79c2d3f358f76750a3f94c877b615ad +size 3303360 diff --git a/kio.changes b/kio.changes index e46de24..9c5b634 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Dec 4 02:00:34 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.29.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.29.0.php + ------------------------------------------------------------------- Sat Nov 5 22:06:58 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kio.spec b/kio.spec index c39c2d0..cd183c8 100644 --- a/kio.spec +++ b/kio.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.28 +%define _tar_path 5.29 Name: kio -Version: 5.28.0 +Version: 5.29.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From de27262dfafe05bca19313bb5cdb8ffbf9eea0a3040c109caf4d8a18fd011314 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 4 Dec 2016 11:11:52 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=162 --- kio.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kio.spec b/kio.spec index cd183c8..25095bb 100644 --- a/kio.spec +++ b/kio.spec @@ -158,6 +158,7 @@ echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}5.lang %doc %lang(es) %{_kf5_htmldir}/es %doc %lang(et) %{_kf5_htmldir}/et %doc %lang(it) %{_kf5_htmldir}/it +%doc %lang(nb) %{_kf5_htmldir}/nb %doc %lang(nl) %{_kf5_htmldir}/nl %doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR %doc %lang(ru) %{_kf5_htmldir}/ru From 0c1c7f71069229255d278681646612dba806c2ae66fa33474e9d5673b3fa11bf Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 10 Dec 2016 16:03:13 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=163 --- kio-5.29.0.tar.xz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kio-5.29.0.tar.xz b/kio-5.29.0.tar.xz index 9514cc8..0f9c024 100644 --- a/kio-5.29.0.tar.xz +++ b/kio-5.29.0.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe3029a5d3d99dc24731669a3e663962d79c2d3f358f76750a3f94c877b615ad -size 3303360 +oid sha256:52ce0e402a466a82480ee6edeaeae36bdc3b254aece3210dd4273a2b57955c6b +size 3076744 From 8615dffe2ae2b9784b058d676eb0863dbace379938b93562b071d272fe7a5159 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 14 Dec 2016 22:12:24 +0000 Subject: [PATCH 4/4] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=164 --- kio.changes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/kio.changes b/kio.changes index 9c5b634..4deedaa 100644 --- a/kio.changes +++ b/kio.changes @@ -2,6 +2,17 @@ Sun Dec 4 02:00:34 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.29.0 + * Ported to categorized logging + * Fix compilation against WinXP SDK + * Allow uppercase checksums matching in Checksums tab + (kde#372518) + * Never stretch the last (=date) column in the file dialog + (kde#312747) + * Import and update kcontrol docbooks for code in kio from + kde-runtime master + * [OS X] make KDE's trash use the OS X trash + * SlaveBase: add documentation about event loops and + notifications and kded modules * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.29.0.php