From 0d3fef112eb678a9ff3261afdba7c45e4ce83d55 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 15:45:28 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-num-traits.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/rust-num-traits.spec b/rust-num-traits.spec index e5dee37..0bc6803 100644 --- a/rust-num-traits.spec +++ b/rust-num-traits.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-traits Name: rust-%{crate} Version: 0.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Numeric traits for generic mathematics # Upstream license specification: MIT/Apache-2.0 @@ -15,12 +15,17 @@ URL: https://crates.io/crates/num-traits 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) +%endif -%global _description \ -Numeric traits for generic mathematics. +%global _description %{expand: +Numeric traits for generic mathematics.} %description %{_description} @@ -90,6 +95,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 15:45:06 CEST 2019 Igor Gnatenko - 0.2.8-2 +- Regenerate + * Wed May 22 2019 Josh Stone - 0.2.8-1 - Update to 0.2.8