diff --git a/kf5-kpackage.spec b/kf5-kpackage.spec index e3d5c0f..e2ac12a 100644 --- a/kf5-kpackage.spec +++ b/kf5-kpackage.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.100.0 Release: 1 Summary: KDE Frameworks 5 Tier 2 library to load and install packages as plugins @@ -52,7 +52,6 @@ developing applications that use %{name}. %prep %autosetup -n %{framework}-%{version} -p1 - %build mkdir %{_target_platform} pushd %{_target_platform} @@ -62,7 +61,6 @@ popd %make_build -C %{_target_platform} - %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} @@ -72,14 +70,12 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} mkdir -p %{buildroot}%{_kf5_qtplugindir}/kpackage/packagestructure/ mkdir -p %{buildroot}%{_kf5_datadir}/kpackage/ - %check %if 0%{?tests} export CTEST_OUTPUT_ON_FAILURE=1 make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %endif - %ldconfig_scriptlets %files -f %{name}.lang @@ -100,6 +96,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Dec 12 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 diff --git a/kpackage-5.100.0.tar.xz b/kpackage-5.100.0.tar.xz new file mode 100644 index 0000000..08689e2 Binary files /dev/null and b/kpackage-5.100.0.tar.xz differ diff --git a/kpackage-5.97.0.tar.xz b/kpackage-5.97.0.tar.xz deleted file mode 100644 index e482011..0000000 Binary files a/kpackage-5.97.0.tar.xz and /dev/null differ