diff --git a/kf5-kio.spec b/kf5-kio.spec index 56ab7be..e93fab0 100644 --- a/kf5-kio.spec +++ b/kf5-kio.spec @@ -1,7 +1,7 @@ %global framework kio Name: kf5-%{framework} -Version: 5.90.0 +Version: 5.95.0 Release: 1 Summary: KDE Frameworks 5 Tier 3 solution for filesystem abstraction @@ -176,6 +176,7 @@ popd %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + %find_lang %{name} --all-name --with-man %{?_with_html} @@ -233,6 +234,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files widgets %config %{_kf5_sysconfdir}/xdg/kshorturifilterrc %{_kf5_qtplugindir}/kcm_webshortcuts.so +%{_kf5_qtplugindir}/plasma/kcms/systemsettings/kcm_smb.so +%{_kf5_qtplugindir}/plasma/kcms/systemsettings_qwidgets/kcm_*.so %dir %{_kf5_plugindir}/urifilters/ %{_kf5_plugindir}/urifilters/*.so %{_kf5_datadir}/kservices5/webshortcuts.desktop @@ -266,12 +269,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KIOGui.pri %{_datadir}/dbus-1/interfaces/*.xml %{_kf5_bindir}/protocoltojson -%dir %{_kf5_datadir}/kdevappwizard/ -%dir %{_kf5_datadir}/kdevappwizard/templates/ -%{_kf5_datadir}/kdevappwizard/templates/ioslave* +%dir %{_kf5_datadir}/kdevfiletemplates/ +%dir %{_kf5_datadir}/kdevfiletemplates/templates/ +%{_kf5_datadir}/kdevfiletemplates/templates/ioslave* %changelog +* Tue Jul 05 2022 tanyulong - 5.95.0-1 +- update to upstream version 5.95.0 + * Sat Feb 12 2022 pei-jiankang - 5.90.0-1 - update to upstream version 5.90.0 diff --git a/kio-5.90.0.tar.xz b/kio-5.90.0.tar.xz deleted file mode 100644 index 6295088..0000000 Binary files a/kio-5.90.0.tar.xz and /dev/null differ diff --git a/kio-5.95.0.tar.xz b/kio-5.95.0.tar.xz new file mode 100644 index 0000000..8c889d9 Binary files /dev/null and b/kio-5.95.0.tar.xz differ