diff --git a/kf5-kio.spec b/kf5-kio.spec index 9357afb..8116864 100644 --- a/kf5-kio.spec +++ b/kf5-kio.spec @@ -1,7 +1,7 @@ %global framework kio Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.100.0 Release: 1 Summary: KDE Frameworks 5 Tier 3 solution for filesystem abstraction @@ -163,7 +163,6 @@ KIONTLM provides support for NTLM authentication mechanism in KIO %prep %autosetup -n %{framework}-%{version} -p1 - %build mkdir %{_target_platform} pushd %{_target_platform} @@ -172,14 +171,11 @@ popd %make_build -C %{_target_platform} - %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} - %find_lang %{name} --all-name --with-man %{?_with_html} - %files %license LICENSES/*.txt %doc README.md @@ -269,22 +265,25 @@ 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}/kdevfiletemplates/ -%dir %{_kf5_datadir}/kdevfiletemplates/templates/ -%{_kf5_datadir}/kdevfiletemplates/templates/kioworker.tar.bz2 +%dir %{_kf5_datadir}/kdevappwizard/ +%dir %{_kf5_datadir}/kdevappwizard/templates/ +%{_kf5_datadir}/kdevappwizard/templates/kioworker.tar.bz2 %changelog +* Tue Dec 13 2022 jiangxinyu - 5.100.0-1 +- Update to upstream version 5.100.0 + * Mon Sep 05 2022 liweiganga - 5.97.0-1 - update to upstream version 5.97.0 -* Tue Jul 05 2022 tanyulong - 5.95.0-1 +* 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 +* Sat Feb 12 2022 pei-jiankang - 5.90.0-1 - update to upstream version 5.90.0 -* Sun Jan 16 2022 pei-jiankang - 5.88.0-1 +* Sun Jan 16 2022 pei-jiankang - 5.88.0-1 - update to upstream version 5.88.0 * Mon Aug 17 2020 yeqinglong - 5.55.0-1 diff --git a/kio-5.100.0.tar.xz b/kio-5.100.0.tar.xz new file mode 100644 index 0000000..f7d95ce Binary files /dev/null and b/kio-5.100.0.tar.xz differ diff --git a/kio-5.97.0.tar.xz b/kio-5.97.0.tar.xz deleted file mode 100644 index eba278a..0000000 Binary files a/kio-5.97.0.tar.xz and /dev/null differ