From 7e493139e4c034e229fa4dff3184ad127e9ae188 Mon Sep 17 00:00:00 2001 From: Steve Cossette Date: Tue, 3 Oct 2023 15:48:08 -0400 Subject: [PATCH] More fixes for building package from git --- kf6-kwindowsystem.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/kf6-kwindowsystem.spec b/kf6-kwindowsystem.spec index 535373a..32007cb 100644 --- a/kf6-kwindowsystem.spec +++ b/kf6-kwindowsystem.spec @@ -1,6 +1,6 @@ -%global gitdate 20231003.213210 +%global gitdate 20231003.213655 %global cmakever 5.240.0 -%global commit0 8bd98cba790bafe4ce8702836d1d4581eb3f4f16 +%global commit0 0aa4d0723d61a1c811ad68de8356783f4c8ad4be %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global framework kwindowsystem @@ -69,12 +69,10 @@ developing applications that use %{name}. %{_kf6_includedir}/KWindowSystem/ %{_kf6_libdir}/libKF6WindowSystem.so %{_kf6_libdir}/cmake/KF6WindowSystem/ -%{_kf6_archdatadir}/mkspecs/modules/qt_KWindowSystem.pri - %changelog +* Tue Oct 03 2023 Steve Cossette - 5.240.0^20231003.213655.0aa4d07-1 +- Fix for build on s390x arch + * Tue Sep 26 2023 Steve Cossette - 5.240.0^20230905.004205.b59a819-1 - Initial Release - -* Tue Oct 03 2023 Steve Cossette - 5.240.0^20231003.213210.8bd98cb-1 -- Fix for build on s390x arch