From 857c0d434f052edd55598c8bcec896e17c66501389f949382a9136731a4262b3 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Fri, 10 Apr 2015 10:38:09 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=68 --- kio.changes | 5 +++++ kio.spec | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/kio.changes b/kio.changes index 08941c4..38c0f66 100644 --- a/kio.changes +++ b/kio.changes @@ -2,6 +2,11 @@ Sat Apr 4 14:40:53 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.9.0 + * Enable KPropertiesDialog to show free space information of + remote file systems as well (e.g. smb) + * Fix KUrlNavigator with high DPI pixmaps + * Make KFileItemDelegate handle non default devicePixelRatio + in animations * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.9.0.php - Split the core modules/daemons/libraries into core subpackage; diff --git a/kio.spec b/kio.spec index 5d75fb0..f6f6c4f 100644 --- a/kio.spec +++ b/kio.spec @@ -126,6 +126,11 @@ Development files. if [ -e po ]; then %find_lang %{name}5 %{name}5.lang +echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}5.lang +echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}5.lang +echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}5.lang +echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}5.lang +echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}5.lang else touch %{name}5.lang fi @@ -139,12 +144,6 @@ fi %postun -p /sbin/ldconfig %files lang -f %{name}5.lang -%defattr(-,root,root) -%doc %lang(it) %{_kf5_mandir}/it -%doc %lang(nl) %{_kf5_mandir}/nl -%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR -%doc %lang(sv) %{_kf5_mandir}/sv -%doc %lang(uk) %{_kf5_mandir}/uk %files core %doc COPYING* README*