Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package corrosion for openSUSE:Factory checked in at 2026-08-02 23:13:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/corrosion (Old) and /work/SRC/openSUSE:Factory/.corrosion.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "corrosion" Sun Aug 2 23:13:43 2026 rev:7 rq:1368873 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/corrosion/corrosion.changes 2026-06-30 15:10:58.119032423 +0200 +++ /work/SRC/openSUSE:Factory/.corrosion.new.16738/corrosion.changes 2026-08-02 23:14:16.939982482 +0200 @@ -1,0 +2,8 @@ +Fri Jul 31 10:10:39 UTC 2026 - David Faure <[email protected]> + +- Use rich dependencies to allow installation alongside rustup: + the rustup package ships /usr/bin/cargo and /usr/bin/rustc itself and + conflicts with the cargo and rust packages, so the previous hard + requires made corrosion uninstallable on rustup-based systems. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ corrosion.spec ++++++ --- /var/tmp/diff_new_pack.22Wvic/_old 2026-08-02 23:14:17.423999095 +0200 +++ /var/tmp/diff_new_pack.22Wvic/_new 2026-08-02 23:14:17.427999233 +0200 @@ -29,9 +29,9 @@ BuildRequires: cmake >= 3.22 BuildRequires: gcc-c++ BuildRequires: rust -Requires: cargo +Requires: (cargo or rustup) Requires: cmake >= 3.12 -Requires: rust +Requires: (rust or rustup) %description Corrosion, formerly known as cmake-cargo, is a tool for integrating Rust into
