From 5805be93049e6b5d3a3b564c219dde640e29a867 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 14:56:00 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-num-iter.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/rust-num-iter.spec b/rust-num-iter.spec index 347bb4f..4965ed4 100644 --- a/rust-num-iter.spec +++ b/rust-num-iter.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm-9-1.fc30 -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate num-iter Name: rust-%{crate} Version: 0.1.39 -Release: 1%{?dist} +Release: 2%{?dist} Summary: External iterators for generic mathematics # Upstream license specification: MIT/Apache-2.0 @@ -15,16 +15,21 @@ URL: https://crates.io/crates/num-iter Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +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 \ -External iterators for generic mathematics. +%global _description %{expand: +External iterators for generic mathematics.} %description %{_description} @@ -94,6 +99,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 14:55:40 CEST 2019 Igor Gnatenko - 0.1.39-2 +- Regenerate + * Wed May 22 2019 Josh Stone - 0.1.39-1 - Update to 0.1.39