diff --git a/rust-crossbeam-utils.spec b/rust-crossbeam-utils.spec index f9b3e9b..0f8a6ca 100644 --- a/rust-crossbeam-utils.spec +++ b/rust-crossbeam-utils.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.6.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utilities for concurrent programming # Upstream license specification: MIT/Apache-2.0 @@ -20,13 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0) -BuildRequires: (crate(lazy_static/default) >= 1.1.0 with crate(lazy_static/default) < 2.0.0) -%if %{with check} -BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) -%endif -%endif %global _description %{expand: Utilities for concurrent programming.} @@ -99,6 +92,9 @@ which use "std" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -111,6 +107,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:40:30 CEST 2019 Igor Gnatenko - 0.6.5-4 +- Regenerate + * Sun Jun 09 00:01:43 CEST 2019 Igor Gnatenko - 0.6.5-3 - Regenerate