diff --git a/kcoreaddons-5.100.0.tar.xz b/kcoreaddons-5.100.0.tar.xz new file mode 100644 index 0000000..e5bfc04 Binary files /dev/null and b/kcoreaddons-5.100.0.tar.xz differ diff --git a/kcoreaddons-5.97.0.tar.xz b/kcoreaddons-5.97.0.tar.xz deleted file mode 100644 index 5a65005..0000000 Binary files a/kcoreaddons-5.97.0.tar.xz and /dev/null differ diff --git a/kf5-kcoreaddons.spec b/kf5-kcoreaddons.spec index 34c5194..3ccab77 100644 --- a/kf5-kcoreaddons.spec +++ b/kf5-kcoreaddons.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.100.0 Release: 1 Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtCore @@ -59,11 +59,9 @@ Requires: qt5-qtbase-devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. - %prep %autosetup -n %{framework}-%{version} -p1 - %build mkdir %{_target_platform} pushd %{_target_platform} @@ -73,7 +71,6 @@ popd %make_build -C %{_target_platform} - %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} @@ -81,7 +78,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang_kf5 kde5_xml_mimetypes cat *.lang > all.lang - %check %if 0%{?tests} export CTEST_OUTPUT_ON_FAILURE=1 @@ -116,7 +112,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_kf5_libdir}/libKF5CoreAddons.so.* %{_kf5_datadir}/mime/packages/kde5.xml %{_kf5_datadir}/kf5/licenses/ -%{_kf5_qtplugindir}/namespace/ %files devel %{_kf5_includedir}/KCoreAddons/ @@ -124,8 +119,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_kf5_libdir}/cmake/KF5CoreAddons/ %{_kf5_archdatadir}/mkspecs/modules/qt_KCoreAddons.pri - %changelog +* Fri Dec 09 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 @@ -135,8 +132,8 @@ update-mime-database %{_datadir}/mime &> /dev/null || : * Sat Feb 12 2022 tanyulong - 5.90.0-1 - update to upstream version 5.90.0 -* Thu Jan 13 2022 pei-jiankang - 5.88.0-1 +* Thu Jan 13 2022 pei-jiankang - 5.88.0-1 - update to upstream version 5.88.0 -* Thu Jul 23 2020 wangmian - 5.55.0-1 +* Thu Jul 23 2020 wangmian - 5.55.0-1 - Init kf5-kcoreaddons project