Update to 0.6.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 79a5245ed0
commit 72852d2f17
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/smallvec-0.5.0.crate
/smallvec-0.6.0.crate
/smallvec-0.6.1.crate
/smallvec-0.6.2.crate

@ -5,11 +5,11 @@
%global crate smallvec
Name: rust-%{crate}
Version: 0.6.1
Version: 0.6.2
Release: 1%{?dist}
Summary: 'Small vector' optimization: store up to a small number of items on the stack
License: MPLv2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/smallvec
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -52,11 +52,14 @@ which use %{crate} from crates.io.
%endif
%files devel
%license LICENSE
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Jun 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.2-1
- Update to 0.6.2
* Tue Apr 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.1-1
- Update to 0.6.1

@ -1 +1 @@
SHA512 (smallvec-0.6.1.crate) = fc07c9ee8f07bbaff3751258944cf4186e3a3364cec149443d1aaf2790edca0ec021289bc8823f09d035bd4e5aa9e0b5cf08c577b7610dfa6c020e8ef34b877b
SHA512 (smallvec-0.6.2.crate) = 4fc6031b48372fb637fd9641aa590b9a7a7e5e5cb467b0231c8c3bc1c937c667077aecd2917d6c5dcbec87e01dda6a9f05e5c68f03d47693c1d730a8d9c2bad6

Loading…
Cancel
Save