Regenerate
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
6370295c77
commit
930e4cdd5a
@ -1,4 +1,4 @@
|
||||
# Generated by rust2rpm 9
|
||||
# Generated by rust2rpm 10
|
||||
%bcond_without check
|
||||
%global __cargo_skip_build 0
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Command-line benchmarking tool
|
||||
|
||||
# Upstream license specification: MIT/Apache-2.0
|
||||
@ -20,22 +20,6 @@ Patch0: hyperfine-fix-metadata.diff
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: (crate(atty/default) >= 0.2.2 with crate(atty/default) < 0.3.0)
|
||||
BuildRequires: (crate(cfg-if/default) >= 0.1.9 with crate(cfg-if/default) < 0.2.0)
|
||||
BuildRequires: (crate(clap/color) >= 2.0.0 with crate(clap/color) < 3.0.0)
|
||||
BuildRequires: (crate(clap/suggestions) >= 2.0.0 with crate(clap/suggestions) < 3.0.0)
|
||||
BuildRequires: (crate(clap/wrap_help) >= 2.0.0 with crate(clap/wrap_help) < 3.0.0)
|
||||
BuildRequires: (crate(colored/default) >= 1.8.0 with crate(colored/default) < 2.0.0)
|
||||
BuildRequires: (crate(csv/default) >= 1.0.7 with crate(csv/default) < 2.0.0)
|
||||
BuildRequires: (crate(indicatif/default) >= 0.11.0 with crate(indicatif/default) < 0.12.0)
|
||||
BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0)
|
||||
BuildRequires: (crate(serde/default) >= 1.0.92 with crate(serde/default) < 2.0.0)
|
||||
BuildRequires: (crate(serde/derive) >= 1.0.92 with crate(serde/derive) < 2.0.0)
|
||||
BuildRequires: (crate(serde_json/default) >= 1.0.39 with crate(serde_json/default) < 2.0.0)
|
||||
BuildRequires: (crate(statistical/default) >= 1.0.0 with crate(statistical/default) < 2.0.0)
|
||||
%if %{with check}
|
||||
BuildRequires: (crate(approx/default) >= 0.3.0 with crate(approx/default) < 0.4.0)
|
||||
%endif
|
||||
|
||||
%global _description %{expand:
|
||||
Command-line benchmarking tool.}
|
||||
@ -56,6 +40,9 @@ Summary: %{summary}
|
||||
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
||||
%cargo_prep
|
||||
|
||||
%generate_buildrequires
|
||||
%cargo_generate_buildrequires
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
@ -68,6 +55,9 @@ Summary: %{summary}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Jul 21 08:58:51 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.0-2
|
||||
- Regenerate
|
||||
|
||||
* Sun Jun 09 13:46:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.0-1
|
||||
- Update to 1.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user