Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust1.93 for openSUSE:Factory checked in at 2026-02-16 13:23:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust1.93 (Old) and /work/SRC/openSUSE:Factory/.rust1.93.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust1.93" Mon Feb 16 13:23:05 2026 rev:2 rq:1333003 version:1.93.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust1.93/rust1.93.changes 2026-01-26 10:51:21.798431692 +0100 +++ /work/SRC/openSUSE:Factory/.rust1.93.new.1977/rust1.93.changes 2026-02-16 13:23:10.844700127 +0100 @@ -1,0 +2,5 @@ +Sat Feb 14 01:12:53 UTC 2026 - William Brown <[email protected]> + +- bsc#1253321 - Resolve missing gcc requirement that may affect some crate building + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust1.93.spec ++++++ --- /var/tmp/diff_new_pack.hindZI/_old 2026-02-16 13:23:26.213339448 +0100 +++ /var/tmp/diff_new_pack.hindZI/_new 2026-02-16 13:23:26.217339615 +0100 @@ -21,16 +21,13 @@ %global version_current 1.93.0 %global version_previous 1.92.0 -%if 0%{?gcc_version} < 13 +%if 0%{?gcc_version} < 15 # We may need a minimum gcc version for some linker flags # This is especially true on leap/sle # # ⚠️ 11 or greater is required for a number of linker flags to be supported in sle. # %global need_gcc_version 15 -%else -# Work around SLFO gcc mess. -%global need_gcc_version %gcc_version %endif # Use correct python-version for SLE-12 @@ -428,6 +425,8 @@ License: Apache-2.0 OR MIT Group: Development/Languages/Rust Requires: rust-std = %{version} +# We have to requires gcc here on cargo, because if we requires it on *rust* it won't actually install +Requires: gcc Obsoletes: cargo-vendor < %{version} Provides: cargo-vendor = %{version} Provides: rust+cargo = %{version}
