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
This commit is contained in:
parent
80a43db8cf
commit
b397e49d78
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 12:32:37 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Fix second-person language and spellos.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 4 22:12:42 UTC 2018 - Luke Jones <jones_ld@protonmail.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user