From a494e1664eab241b1c9fbaac662280303471b9d62e180fd8c7ecd81842dd9c89 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 6 Jul 2016 15:04:42 +0000 Subject: [PATCH 1/3] start with 5.24.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=140 --- kio-5.23.0.tar.xz | 3 --- kio-5.24.0.tar.xz | 3 +++ kio.changes | 7 +++++++ kio.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kio-5.23.0.tar.xz create mode 100644 kio-5.24.0.tar.xz diff --git a/kio-5.23.0.tar.xz b/kio-5.23.0.tar.xz deleted file mode 100644 index 0bc7070..0000000 --- a/kio-5.23.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3489ba9c45e587f6b8b542aea4608eeb21cdbca27ef37d9f45d4308da8fd32b5 -size 2895756 diff --git a/kio-5.24.0.tar.xz b/kio-5.24.0.tar.xz new file mode 100644 index 0000000..a51cd8e --- /dev/null +++ b/kio-5.24.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b67de4dea46ca580163dac84901c71ee342ff5396e4ebfa25e7de47c92cc7e +size 2935472 diff --git a/kio.changes b/kio.changes index fde95ab..451497f 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 6 15:04:32 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.24.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.24.0.php + ------------------------------------------------------------------- Mon Jun 6 21:25:49 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kio.spec b/kio.spec index b4d3abb..919c45e 100644 --- a/kio.spec +++ b/kio.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.23 +%define _tar_path 5.24 Name: kio -Version: 5.23.0 +Version: 5.24.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 38af1523db43812646497ca2b86e3e2bf9d7fc9e2a287bb99cc09cf444e1ed08 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 6 Jul 2016 20:32:02 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=141 --- kio.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kio.spec b/kio.spec index 919c45e..30b14f3 100644 --- a/kio.spec +++ b/kio.spec @@ -163,6 +163,11 @@ done %if %{with lang} %files lang -f %{name}5.lang +%dir %{_kf5_htmldir}/* +%dir %{_kf5_htmldir} +%doc %{_kf5_htmldir}/*/*/ +%exclude %dir %{_kf5_htmldir}/en +%exclude %{_kf5_htmldir}/en/*/ %endif %files core From 3f75b4292505f37ae99ea950a338bff071aa68d0aca827f8b4904575001449dc Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Thu, 7 Jul 2016 06:50:08 +0000 Subject: [PATCH 3/3] Accepting request 407042 from home:wolfi323:test tag the doc files with the corresponding language, so that they will not all end up in bundle-lang-en again... OBS-URL: https://build.opensuse.org/request/show/407042 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=142 --- kio.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/kio.spec b/kio.spec index 30b14f3..832a76c 100644 --- a/kio.spec +++ b/kio.spec @@ -163,9 +163,18 @@ done %if %{with lang} %files lang -f %{name}5.lang -%dir %{_kf5_htmldir}/* %dir %{_kf5_htmldir} -%doc %{_kf5_htmldir}/*/*/ +%doc %lang(ca) %{_kf5_htmldir}/ca +%doc %lang(de) %{_kf5_htmldir}/de +%doc %lang(et) %{_kf5_htmldir}/et +%doc %lang(it) %{_kf5_htmldir}/it +%doc %lang(nl) %{_kf5_htmldir}/nl +%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR +%doc %lang(ru) %{_kf5_htmldir}/ru +%doc %lang(sr) %{_kf5_htmldir}/sr +%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin +%doc %lang(sv) %{_kf5_htmldir}/sv +%doc %lang(uk) %{_kf5_htmldir}/uk %exclude %dir %{_kf5_htmldir}/en %exclude %{_kf5_htmldir}/en/*/ %endif