diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 62940bd..f1797ae 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -1,4 +1,3 @@ -%undefine __cmake_in_source_build %global framework kwindowsystem ## uncomment to enable bootstrap mode @@ -10,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.95.0 +Version: 5.97.0 Release: 1 Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -72,7 +71,7 @@ developing applications that use %{name}. %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} .. \ +%cmake_kf5 .. \ -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} popd @@ -101,6 +100,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5WindowSystem.so.* %dir %{_kf5_plugindir}/kwindowsystem/ +#{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so %{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so %files devel @@ -111,16 +111,19 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog -* Tue Jul 5 2022 huayadong - 5.95.0-1 +* Mon Sep 05 2022 liweiganga - 5.97.0-1 +- update to upstream version 5.97.0 + +* Tue Jul 05 2022 huayadong - 5.95.0-1 - update to upstream version 5.95.0 -* Wed Feb 23 2022 pei-jiankang - 5.90.0-2 +* Wed Feb 23 2022 pei-jiankang - 5.90.0-2 - modify find X11::X11 error -* 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 -* Fri Jan 14 2022 pei-jiankang - 5.88.0-1 +* Fri Jan 14 2022 pei-jiankang - 5.88.0-1 - update to upstream version 5.88.0 * Mon Dec 13 2021 douyan - 5.55.0-2 diff --git a/kwindowsystem-5.95.0.tar.xz b/kwindowsystem-5.95.0.tar.xz deleted file mode 100644 index af6f74d..0000000 Binary files a/kwindowsystem-5.95.0.tar.xz and /dev/null differ diff --git a/kwindowsystem-5.97.0.tar.xz b/kwindowsystem-5.97.0.tar.xz new file mode 100644 index 0000000..770cb4c Binary files /dev/null and b/kwindowsystem-5.97.0.tar.xz differ