import rust-toolset-1.43.1-1.module+el8.3.0+6781+9238d68c

This commit is contained in:
CentOS Sources 2020-07-28 05:48:15 -04:00 committed by Stepan Oksanichenko
parent 53a44ca033
commit 9f5eb3f857
2 changed files with 23 additions and 5 deletions

View File

@ -48,7 +48,4 @@ EOF\
%cargo_test %__cargo test --release %{?_smp_mflags} --no-fail-fast
%cargo_install (\
%__cargo install --path . \
%{__rm} %{buildroot}%{_prefix}/.crates.toml \
)
%cargo_install %__cargo install --no-track --path .

View File

@ -1,6 +1,6 @@
Summary: Package that installs rust-toolset
Name: rust-toolset
Version: 1.39.0
Version: 1.43.1
Release: 1%{?dist}
License: ASL 2.0 or MIT
@ -21,6 +21,27 @@ This is the main package for rust-toolset.
%{rpmmacrodir}/macros.%{name}
%changelog
* Tue May 26 2020 Josh Stone <jistone@redhat.com> - 1.43.1-1
- Update to Rust and Cargo 1.43.1.
* Thu Apr 23 2020 Josh Stone <jistone@redhat.com> - 1.43.0-1
- Update to Rust and Cargo 1.43.0.
* Thu Apr 02 2020 Josh Stone <jistone@redhat.com> - 1.42.0-1
- Update to Rust and Cargo 1.42.0.
* Fri Feb 28 2020 Josh Stone <jistone@redhat.com> - 1.41.1-1
- Update to Rust and Cargo 1.41.1.
* Thu Jan 30 2020 Josh Stone <jistone@redhat.com> - 1.41.0-2
- Use --no-track in cargo_install
* Thu Jan 30 2020 Josh Stone <jistone@redhat.com> - 1.41.0-1
- Update to Rust and Cargo 1.41.0.
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 1.40.0-1
- Update to Rust and Cargo 1.40.0.
* Thu Nov 07 2019 Josh Stone <jistone@redhat.com> - 1.39.0-1
- Update to Rust and Cargo 1.39.0.