Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cmake for openSUSE:Factory checked in at 2025-06-10 08:59:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmake (Old) and /work/SRC/openSUSE:Factory/.cmake.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmake" Tue Jun 10 08:59:15 2025 rev:268 rq:1283475 version:3.31.7 Changes: -------- --- /work/SRC/openSUSE:Factory/cmake/cmake.changes 2025-04-20 19:50:49.362012669 +0200 +++ /work/SRC/openSUSE:Factory/.cmake.new.19631/cmake.changes 2025-06-10 08:59:37.085345857 +0200 @@ -1,0 +2,10 @@ +Wed May 28 18:49:13 UTC 2025 - Bernhard Wiedemann <bwiedem...@suse.com> + + - Replace usage of %jobs for reproducible builds (boo#1237231) + +------------------------------------------------------------------- +Tue May 20 20:45:39 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- fix GUI build on openSUSE Leap 15.x + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmake.spec ++++++ --- /var/tmp/diff_new_pack.DS5fGK/_old 2025-06-10 08:59:37.737372763 +0200 +++ /var/tmp/diff_new_pack.DS5fGK/_new 2025-06-10 08:59:37.737372763 +0200 @@ -113,6 +113,10 @@ BuildRequires: pkgconfig(Qt6Core) BuildRequires: pkgconfig(Qt6Gui) BuildRequires: pkgconfig(Qt6Widgets) +%if 0%{?suse_version} < 1600 +# for #include <filesystem> +BuildRequires: gcc12-c++ +%endif %endif %if %{with qhelp} BuildRequires: qt6-tools-helpgenerators @@ -161,6 +165,11 @@ %endif export CFLAGS="%{optflags}" export CXXFLAGS="$CFLAGS" +%if %{with gui} +%if 0%{?suse_version} < 1600 +export CXX=g++-12 +%endif +%endif %if "%{flavor}" != "" # This is not autotools configure ./configure \ @@ -176,7 +185,11 @@ --no-system-jsoncpp \ --no-system-libarchive \ %endif +%if 0%{?suse_version} < 1600 --parallel=0%{jobs} \ +%else + --parallel=${RPM_BUILD_NCPUS:-1} \ +%endif --verbose \ %if 0%{?suse_version} > 1500 --system-libuv \