Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust for openSUSE:Factory checked in at 2022-02-17 23:39:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust (Old) and /work/SRC/openSUSE:Factory/.rust.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust" Thu Feb 17 23:39:52 2022 rev:74 rq:955142 version:1.58.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rust/rust.changes 2022-01-21 01:24:58.898767569 +0100 +++ /work/SRC/openSUSE:Factory/.rust.new.1958/rust.changes 2022-02-17 23:40:31.899700912 +0100 @@ -1,0 +2,6 @@ +Wed Feb 16 02:08:23 UTC 2022 - William Brown <william.br...@suse.com> + +- Update package description to help users choose what tooling + to install. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust.spec ++++++ --- /var/tmp/diff_new_pack.5EegvL/_old 2022-02-17 23:40:33.515700899 +0100 +++ /var/tmp/diff_new_pack.5EegvL/_new 2022-02-17 23:40:33.519700899 +0100 @@ -49,17 +49,11 @@ %description Rust is a systems programming language focused on three goals: safety, -speed, and concurrency. It maintains these goals without having a -garbage collector, making it a useful language for a number of use -cases other languages are not good at: embedding in other languages, -programs with specific space and time requirements, and writing -low-level code, like device drivers and operating systems. It improves -on current languages targeting this space by having a number of -compile-time safety checks that produce no runtime overhead, while -eliminating all data races. Rust also aims to achieve "zero-cost -abstractions", even though some of these abstractions feel like those -of a high-level language. Even then, Rust still allows precise control -like a low-level language would. +speed, and concurrency. + +?????? This is the Rust toolchain intended for build pipelines. If you +want to install Rust for a development environment, you should install +'rustup' instead. %package -n cargo Summary: The Rust package manager @@ -73,6 +67,10 @@ %description -n cargo Cargo downloads dependencies of Rust projects and compiles it. +?????? This is the Rust toolchain intended for build pipelines. If you +want to install Rust for a development environment, you should install +'rustup' instead. + %prep %build