Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust1.92 for openSUSE:Factory checked in at 2026-06-13 18:48:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust1.92 (Old) and /work/SRC/openSUSE:Factory/.rust1.92.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust1.92" Sat Jun 13 18:48:08 2026 rev:3 rq:1359059 version:1.92.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust1.92/rust1.92.changes 2026-03-17 19:06:32.161740398 +0100 +++ /work/SRC/openSUSE:Factory/.rust1.92.new.1981/rust1.92.changes 2026-06-13 18:50:05.292286182 +0200 @@ -1,0 +2,6 @@ +Fri Jun 12 05:53:28 UTC 2026 - William Brown <[email protected]> + +- Re-add support for SLE-12-SP2 +- Move build stage to reduce check stage time consumption + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust1.92.spec ++++++ --- /var/tmp/diff_new_pack.CWrAxU/_old 2026-06-13 18:50:15.596714280 +0200 +++ /var/tmp/diff_new_pack.CWrAxU/_new 2026-06-13 18:50:15.600714445 +0200 @@ -27,7 +27,12 @@ # # ⚠️ 11 or greater is required for a number of linker flags to be supported in sle. # +%if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150300 +%global need_gcc_version 13 +%else %global need_gcc_version 15 +%endif + %else # Work around SLFO gcc mess. %global need_gcc_version %gcc_version @@ -511,8 +516,6 @@ free -h df -h -%build - # Create exports file # Keep all the "export VARIABLE" together here, so they can be # reread in the %%install section below. @@ -599,7 +602,7 @@ # FUTURE: See if we can build sanitizers without the full llvm bundling. # {?with_tier1: --enable-sanitizers} \ -./configure \ +%{python} src/bootstrap/configure.py \ --build=%{rust_triple} --host=%{rust_triple} \ --target %{rust_target_list} \ %{?with_wasi: --set target.wasm32-wasip1.wasi-root=%{_builddir}/wasi-sysroot/ } \ @@ -639,7 +642,10 @@ # We set deny warnings to false due to a problem where rust upstream didn't test building with # the same version (they did previous ver) +%build + %if %{without test} +. ./.env.sh %{python} ./x.py build # Debug for post build free -h
