Update to 0.6.3

epel9
Josh Stone 7 years ago
parent 68e2f45cb4
commit f9ced98f1d

1
.gitignore vendored

@ -2,3 +2,4 @@
/smallvec-0.6.0.crate /smallvec-0.6.0.crate
/smallvec-0.6.1.crate /smallvec-0.6.1.crate
/smallvec-0.6.2.crate /smallvec-0.6.2.crate
/smallvec-0.6.3.crate

@ -5,8 +5,8 @@
%global crate smallvec %global crate smallvec
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.2 Version: 0.6.3
Release: 2%{?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
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -18,9 +18,10 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0) BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
BuildRequires: (crate(unreachable) >= 1.0.0 with crate(unreachable) < 2.0.0)
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(bincode) >= 0.8.0 with crate(bincode) < 0.9.0) BuildRequires: (crate(bincode) >= 1.0.1 with crate(bincode) < 2.0.0)
%endif %endif
%description %description
@ -57,6 +58,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Tue Jul 31 2018 Josh Stone <jistone@redhat.com> - 0.6.3-1
- Update to 0.6.3
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-2 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (smallvec-0.6.2.crate) = 4fc6031b48372fb637fd9641aa590b9a7a7e5e5cb467b0231c8c3bc1c937c667077aecd2917d6c5dcbec87e01dda6a9f05e5c68f03d47693c1d730a8d9c2bad6 SHA512 (smallvec-0.6.3.crate) = 9bf05055ebdf0d38b972665bfde06ad160386955a55c541e5f853f279ecd9e0fa723eef21a565d90a6cf8c4e402dcc2477ddf1459f3c0021d9340a7dfd1cdebc

Loading…
Cancel
Save