Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust1.76 for openSUSE:Factory checked in at 2024-04-02 16:39:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust1.76 (Old) and /work/SRC/openSUSE:Factory/.rust1.76.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust1.76" Tue Apr 2 16:39:10 2024 rev:2 rq:1163459 version:1.76.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust1.76/rust1.76.changes 2024-02-15 21:01:05.657456303 +0100 +++ /work/SRC/openSUSE:Factory/.rust1.76.new.1905/rust1.76.changes 2024-04-02 16:39:11.314102693 +0200 @@ -1,0 +2,5 @@ +Fri Mar 29 05:18:59 UTC 2024 - William Brown <[email protected]> + +- bsc#1222047 - update gcc minimum to 13 for SLE + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust1.76.spec ++++++ --- /var/tmp/diff_new_pack.FMvCHS/_old 2024-04-02 16:39:18.378363023 +0200 +++ /var/tmp/diff_new_pack.FMvCHS/_new 2024-04-02 16:39:18.378363023 +0200 @@ -1,5 +1,5 @@ # -# spec file for package rust1.75 +# spec file for package rust1.76 # # Copyright (c) 2024 SUSE LLC # Copyright (c) 2019 Luke Jones, [email protected] @@ -28,7 +28,7 @@ # # â ï¸ 11 or greater is required for a number of linker flags to be supported in sle. # -%global gcc_version 12 +%global gcc_version 13 %endif #KEEP NOSOURCE DEBUGINFO @@ -90,6 +90,19 @@ %global rust_triple %{rust_arch}-unknown-linux-%{abi} +# Web Assembly targets +%define rust_wasm_targets %{?with_wasm32:,wasm32-unknown-unknown%{?with_wasi:,wasm32-wasi}} + +# Base Rust targets for all architectures +%define rust_base_targets %{rust_triple}%{rust_wasm_targets} + +# For x86-64 add the x86_64-unknown-none target +%ifarch x86_64 +%define rust_target_list %{rust_base_targets},x86_64-unknown-none +%else +%define rust_target_list %{rust_base_targets} +%endif + # All sources and bootstraps are fetched form here %global dl_url https://static.rust-lang.org/dist @@ -541,8 +554,7 @@ ./configure \ --build=%{rust_triple} --host=%{rust_triple} \ - %{!?with_wasm32: --target=%{rust_triple}} \ - %{?with_wasm32: --target=%{rust_triple},wasm32-unknown-unknown%{?with_wasi:,wasm32-wasi}} \ + --target %{rust_target_list} \ %{?with_wasi: --set target.wasm32-wasi.wasi-root=%{_datadir}/wasi-sysroot/ } \ --prefix=%{_prefix} \ --bindir=%{_bindir} \ @@ -735,6 +747,11 @@ %{rustlibdir}/wasm32-wasi/lib/self-contained/*.a %endif %endif +%ifarch x86_64 +%dir %{rustlibdir}/x86_64-unknown-none +%dir %{rustlibdir}/x86_64-unknown-none/lib +%{rustlibdir}/x86_64-unknown-none/lib/*.rlib +%endif # Seems to have been removed in 1.73 # pct {_libexecdir}/cargo-credential-1password
