Update to 0.6.1

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

1
.gitignore vendored

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

@ -5,8 +5,8 @@
%global crate smallvec
Name: rust-%{crate}
Version: 0.6.0
Release: 3%{?dist}
Version: 0.6.1
Release: 1%{?dist}
Summary: 'Small vector' optimization: store up to a small number of items on the stack
License: MPLv2.0
@ -57,6 +57,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Apr 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.1-1
- Update to 0.6.1
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (smallvec-0.6.0.crate) = 997eeed84d98032cd20aa9677b412a12fbad0dfa7fd72e32b383822760b8ab503d30883b9ec01f93a8ebffd91eeca000dc46e893f8a78232472405bf9493f8a9
SHA512 (smallvec-0.6.1.crate) = fc07c9ee8f07bbaff3751258944cf4186e3a3364cec149443d1aaf2790edca0ec021289bc8823f09d035bd4e5aa9e0b5cf08c577b7610dfa6c020e8ef34b877b

Loading…
Cancel
Save