Update to 0.6.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent c21a6a8489
commit ff8e99eebb

1
.gitignore vendored

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

@ -5,11 +5,10 @@
%global crate smallvec %global crate smallvec
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.0 Version: 0.6.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: 'Small vector' optimization: store up to a small number of items on the stack Summary: 'Small vector' optimization: store up to a small number of items on the stack
# https://github.com/servo/rust-smallvec/commit/41ecb72f89a7ebe0e9016a148813765dad4e1cb5
License: MPLv2.0 License: MPLv2.0
URL: https://crates.io/crates/smallvec URL: https://crates.io/crates/smallvec
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -53,9 +52,13 @@ which use %{crate} from crates.io.
%endif %endif
%files devel %files devel
%license LICENSE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Sun Dec 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.0-1
- Update to 0.6.0
* Fri Dec 01 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1 * Fri Dec 01 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (smallvec-0.5.0.crate) = ee8fdb326fe1255a67506c783c07b5a3c5f952268e1c502c659f0cdb72493cd8186c1bb55ed1d088d698bfbb99bf62fcbc0e2c677c64b5f2e070875144bdf61c SHA512 (smallvec-0.6.0.crate) = 997eeed84d98032cd20aa9677b412a12fbad0dfa7fd72e32b383822760b8ab503d30883b9ec01f93a8ebffd91eeca000dc46e893f8a78232472405bf9493f8a9

Loading…
Cancel
Save