Update to 0.6.9

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 16217b8b28
commit 83449a2089
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -8,3 +8,4 @@
/smallvec-0.6.6.crate
/smallvec-0.6.7.crate
/smallvec-0.6.8.crate
/smallvec-0.6.9.crate

@ -6,20 +6,19 @@
%global crate smallvec
Name: rust-%{crate}
Version: 0.6.8
Release: 2%{?dist}
Version: 0.6.9
Release: 1%{?dist}
Summary: 'Small vector' optimization: store up to a small number of items on the stack
# Upstream license specification: MIT/Apache-2.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
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
BuildRequires: (crate(unreachable/default) >= 1.0.0 with crate(unreachable/default) < 2.0.0)
%if %{with check}
BuildRequires: (crate(bincode/default) >= 1.0.1 with crate(bincode/default) < 2.0.0)
%endif
@ -80,7 +79,7 @@ which use "std" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -95,6 +94,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Mon Feb 18 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.9-1
- Update to 0.6.9
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (smallvec-0.6.8.crate) = 0eddd68498a20bb124fd7bf00700c98ca00a58ddfb4e6116aed0d7647b898760c9b46593c96b16bffb86541dd37f04559b75110fb3b520b1b91ad6429250250b
SHA512 (smallvec-0.6.9.crate) = 2bfd96b6c07a740b77c9d3221604e108bb730770970e7428a2a38d29711dff16eea08251e826d2d511d13a887c3256ec3a689e3c481ddb9029f47452fb2877e2

Loading…
Cancel
Save