changelogs
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=68
This commit is contained in:
parent
4a537d1b52
commit
857c0d434f
@ -2,6 +2,11 @@
|
|||||||
Sat Apr 4 14:40:53 UTC 2015 - hrvoje.senjan@gmail.com
|
Sat Apr 4 14:40:53 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
- Update to 5.9.0
|
- 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:
|
* For more details please see:
|
||||||
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
|
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
|
||||||
- Split the core modules/daemons/libraries into core subpackage;
|
- Split the core modules/daemons/libraries into core subpackage;
|
||||||
|
11
kio.spec
11
kio.spec
@ -126,6 +126,11 @@ Development files.
|
|||||||
|
|
||||||
if [ -e po ]; then
|
if [ -e po ]; then
|
||||||
%find_lang %{name}5 %{name}5.lang
|
%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
|
else
|
||||||
touch %{name}5.lang
|
touch %{name}5.lang
|
||||||
fi
|
fi
|
||||||
@ -139,12 +144,6 @@ fi
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files lang -f %{name}5.lang
|
%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
|
%files core
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
|
Loading…
Reference in New Issue
Block a user