Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust-oldstable-image for openSUSE:Factory checked in at 2025-07-14 10:49:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-oldstable-image (Old) and /work/SRC/openSUSE:Factory/.rust-oldstable-image.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-oldstable-image" Mon Jul 14 10:49:49 2025 rev:49 rq:1292230 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/rust-oldstable-image/rust-oldstable-image.changes 2025-06-03 17:52:27.354909156 +0200 +++ /work/SRC/openSUSE:Factory/.rust-oldstable-image.new.7373/rust-oldstable-image.changes 2025-07-14 10:54:50.012424557 +0200 @@ -1,0 +2,5 @@ +Fri Jul 11 10:46:14 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- order ENVs alphanumerically + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.g5L3jl/_old 2025-07-14 10:54:50.736454540 +0200 +++ /var/tmp/diff_new_pack.g5L3jl/_new 2025-07-14 10:54:50.744454871 +0200 @@ -44,9 +44,9 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%" -ENV RUST_VERSION="%%RUST_VERSION%%" ENV CARGO_VERSION="%%CARGO_VERSION%%" ENV CC="/usr/local/bin/gcc" +ENV RUST_VERSION="%%RUST_VERSION%%" # workaround for gcc only existing as /usr/bin/gcc-N RUN ln -sf $(ls /usr/bin/gcc-* | grep -P ".*gcc-[[:digit:]]+") /usr/local/bin/gcc # smoke test that gcc works