Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust for openSUSE:Factory checked in at 2026-02-10 21:10:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust (Old) and /work/SRC/openSUSE:Factory/.rust.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust" Tue Feb 10 21:10:39 2026 rev:112 rq:1331803 version:1.93.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust/rust.changes 2026-01-26 10:45:36.691988942 +0100 +++ /work/SRC/openSUSE:Factory/.rust.new.1670/rust.changes 2026-02-10 21:10:41.443208912 +0100 @@ -1,0 +2,6 @@ +Thu Feb 5 15:34:09 UTC 2026 - Takashi Iwai <[email protected]> + +- Provide rust-src meta package, too; it may be useful for building + Rust support in Linux kernel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust.spec ++++++ --- /var/tmp/diff_new_pack.dH8LtA/_old 2026-02-10 21:10:42.407249309 +0100 +++ /var/tmp/diff_new_pack.dH8LtA/_new 2026-02-10 21:10:42.411249477 +0100 @@ -1,8 +1,7 @@ # # spec file for package rust # -# Copyright (c) 2026 SUSE LLC -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2021 William Brown <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -82,6 +81,16 @@ want to install Rust for a development environment, you should install 'rustup' instead. +%package src +Summary: The Rust Standard Library Source +License: Apache-2.0 OR MIT +Group: Development/Languages/Rust +Requires: rust%{version_suffix}-src +%obsolete_rust_versioned rust src + +%description src +Rust Stanard Library Sources are required for building some types of projects + %package -n cargo Summary: The Rust package manager License: Apache-2.0 OR MIT @@ -104,12 +113,17 @@ %install install -D -m 0644 %{S:0} %{buildroot}/usr/share/doc/packages/rust/README +install -D -m 0644 %{S:0} %{buildroot}/usr/share/doc/packages/rust-src/README install -D -m 0644 %{S:0} %{buildroot}/usr/share/doc/packages/cargo/README %files %defattr(-,root,root,-) %doc /usr/share/doc/packages/rust +%files src +%defattr(-,root,root,-) +%doc /usr/share/doc/packages/rust-src + %files -n cargo %defattr(-,root,root,-) %doc /usr/share/doc/packages/cargo
