From c28372befce64316a4d91a45eeee3e6bf41e75f4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 22 Jun 2019 12:52:31 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-num-iter.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/rust-num-iter.spec b/rust-num-iter.spec index 4965ed4..b8da690 100644 --- a/rust-num-iter.spec +++ b/rust-num-iter.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.1.39 -Release: 2%{?dist} +Release: 3%{?dist} Summary: External iterators for generic mathematics # Upstream license specification: MIT/Apache-2.0 @@ -20,13 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(autocfg/default) >= 0.1.3 with crate(autocfg/default) < 0.2.0) -BuildRequires: (crate(num-integer) >= 0.1.38 with crate(num-integer) < 0.2.0) -BuildRequires: (crate(num-integer/std) >= 0.1.38 with crate(num-integer/std) < 0.2.0) -BuildRequires: (crate(num-traits) >= 0.2.4 with crate(num-traits) < 0.3.0) -BuildRequires: (crate(num-traits/std) >= 0.2.4 with crate(num-traits/std) < 0.3.0) -%endif %global _description %{expand: External iterators for generic mathematics.} @@ -87,6 +80,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 @@ -99,6 +95,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 12:52:09 CEST 2019 Igor Gnatenko - 0.1.39-3 +- Regenerate + * Sun Jun 09 14:55:40 CEST 2019 Igor Gnatenko - 0.1.39-2 - Regenerate