diff --git a/.gitignore b/.gitignore index 54e640c..9d3658b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kio-extras-5.2.0.tar.xz /kio-extras-5.2.1.tar.xz /kio-extras-5.2.2.tar.xz +/kio-extras-5.2.95.tar.xz diff --git a/kio-extras.spec b/kio-extras.spec index dafff0b..713eb6c 100644 --- a/kio-extras.spec +++ b/kio-extras.spec @@ -1,6 +1,6 @@ Name: kio-extras -Version: 5.2.2 -Release: 5%{?dist} +Version: 5.2.95 +Release: 1%{?dist} Summary: Additional components to increase the functionality of KIO Framework License: GPLv2+ @@ -113,7 +113,7 @@ fi update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %files -f %{name}.lang -%{_libdir}/libmolletnetwork.so.* +%{_libdir}/libmolletnetwork5.so.* %{_kf5_plugindir}/kio/archive.so %{_kf5_plugindir}/kio/bookmarks.so %{_kf5_plugindir}/kio/desktop.so @@ -130,6 +130,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %{_kf5_plugindir}/kio/sftp.so %{_kf5_plugindir}/kio/smb.so %{_kf5_plugindir}/kio/thumbnail.so +%{_kf5_qtplugindir}/kio_about.so %{_kf5_qtplugindir}/kfileaudiopreview.so %{_kf5_qtplugindir}/comicbookthumbnail.so %{_kf5_qtplugindir}/imagethumbnail.so @@ -161,15 +162,19 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %{_kf5_datadir}/kservicetypes5/thumbcreator.desktop %{_datadir}/dbus-1/interfaces/kf5_org.kde.network.kioslavenotifier.xml %{_datadir}/mime/packages/kf5_network.xml -%{_datadir}/config.kcfg/jpegcreatorsettings.kcfg +%{_datadir}/config.kcfg/jpegcreatorsettings5.kcfg %files docs -%{_docdir}/HTML/en/kioslave5/ -%{_docdir}/HTML/en/kcontrol/ -%lang(pt_BR) %{_docdir}/HTML/pt_BR/kcontrol/ +# FIXME %lang() support!!!! +%{_docdir}/HTML/*/kioslave5/ +%{_docdir}/HTML/*/kcontrol/ +#%lang(pt_BR) %{_docdir}/HTML/pt_BR/kcontrol/ %changelog +* Wed Apr 22 2015 Daniel Vrátil - 5.2.95-1 +- Plasma 5.2.95 + * Wed Apr 08 2015 Rex Dieter 5.2.2-5 - drop Conflicts: kio_mtp (no longer needed with renamed catalog) diff --git a/sources b/sources index a121bea..ce860f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c63b83ca7df980875a8827bdb936793d kio-extras-5.2.2.tar.xz +e44fa12a88194b81cda487db3a3c137e kio-extras-5.2.95.tar.xz