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

@ -1,4 +1,4 @@
# Generated by rust2rpm 9 # Generated by rust2rpm 10
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.10 Version: 0.6.10
Release: 1%{?dist} Release: 2%{?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
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -20,11 +20,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
%if %{with check}
BuildRequires: (crate(bincode/default) >= 1.0.1 with crate(bincode/default) < 2.0.0)
%endif
%endif
%global _description %{expand: %global _description %{expand:
'Small vector' optimization: store up to a small number of items on the stack.} 'Small vector' optimization: store up to a small number of items on the stack.}
@ -121,6 +116,9 @@ which use "union" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -133,6 +131,9 @@ which use "union" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jun 20 09:39:44 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.10-2
- Regenerate
* Mon Jun 10 2019 Josh Stone <jistone@redhat.com> - 0.6.10-1 * Mon Jun 10 2019 Josh Stone <jistone@redhat.com> - 0.6.10-1
- Update to 0.6.10 - Update to 0.6.10

Loading…
Cancel
Save