diff --git a/rust.changes b/rust.changes index 0ca6566..d249598 100644 --- a/rust.changes +++ b/rust.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 6 12:32:37 UTC 2018 - Jan Engelhardt + +- Fix second-person language and spellos. + ------------------------------------------------------------------- Sun Nov 4 22:12:42 UTC 2018 - Luke Jones diff --git a/rust.spec b/rust.spec index 5907e43..f626f28 100644 --- a/rust.spec +++ b/rust.spec @@ -217,7 +217,7 @@ Provides: rustfmt = %{rustfmt_version} A tool for formatting Rust code according to style guidelines. %package -n clippy -Summary: Lints to catch common mistakes and improve your Rust code +Summary: Lints to catch common mistakes and improve Rust code # /usr/bin/clippy-driver is dynamically linked against internal rustc libs License: MPL-2.0 Group: Development/Languages/Rust @@ -226,10 +226,10 @@ Requires: cargo Provides: clippy = %{clippy_version} %description -n clippy -A collection of lints to catch common mistakes and improve your Rust code. +A collection of lints to catch common mistakes and improve Rust code. %package -n cargo -Summary: The Rust package manage +Summary: The Rust package manager License: MIT OR Apache-2.0 Group: Development/Languages/Rust Requires: %{name} = %{version} @@ -237,7 +237,7 @@ Conflicts: cargo Provides: rustc:%{_bindir}/cargo = %{version} %description -n cargo -Cargo downloads your Rust project’s dependencies and compiles your project. +Cargo downloads dependencies of Rust projects and compiles it. %package -n cargo-doc Version: %{version}