Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust1.77 for openSUSE:Factory checked in at 2024-04-05 20:24:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust1.77 (Old) and /work/SRC/openSUSE:Factory/.rust1.77.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust1.77" Fri Apr 5 20:24:42 2024 rev:3 rq:1165379 version:1.77.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust1.77/rust1.77.changes 2024-04-02 16:38:42.497040729 +0200 +++ /work/SRC/openSUSE:Factory/.rust1.77.new.1905/rust1.77.changes 2024-04-05 20:25:02.080422608 +0200 @@ -1,0 +2,5 @@ +Fri Apr 5 00:12:29 UTC 2024 - William Brown <william.br...@suse.com> + +- Remove suggests as they do nothing. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust1.77.spec ++++++ --- /var/tmp/diff_new_pack.NX1VEB/_old 2024-04-05 20:25:10.808743604 +0200 +++ /var/tmp/diff_new_pack.NX1VEB/_new 2024-04-05 20:25:10.812743751 +0200 @@ -306,7 +306,7 @@ # Rustc doesn't really do much without Cargo, but you know, if you wanna yolo that ... Recommends: cargo # For static linking -Suggests: glibc-devel-static +Recommends: glibc-devel-static %if %{with wasi} BuildRequires: wasi-libc @@ -326,11 +326,6 @@ BuildRequires: gcc-c++ Requires: gcc %endif -# Clang gives better errors than gcc during a compilation, and it keeps everything -# within llvm ecosystem. -Suggests: clang -# lld is significantly faster than gold for linking, so users may wish to preference it. -Suggests: lld %endif # CMake and Ninja required to drive the bundled llvm build.