From b397e49d78f6a5b37bf0d32845d4937939b460c4472ae2c11bbd1cfd0fa635d1 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 6 Nov 2018 13:16:32 +0000 Subject: [PATCH] Accepting request 646646 from home:jengelh:branches:devel:languages:rust - Fix second-person language and spellos. OBS-URL: https://build.opensuse.org/request/show/646646 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=166 --- rust.changes | 5 +++++ rust.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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}