From 44160093c20574e2a52b3a437a0d3b16d78ef04a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 17:23:27 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-num-traits.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rust-num-traits.spec b/rust-num-traits.spec index 0bc6803..a40dd74 100644 --- a/rust-num-traits.spec +++ b/rust-num-traits.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.2.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Numeric traits for generic mathematics # Upstream license specification: MIT/Apache-2.0 @@ -20,9 +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) -%endif %global _description %{expand: Numeric traits for generic mathematics.} @@ -83,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 @@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 17:23:07 CEST 2019 Igor Gnatenko - 0.2.8-3 +- Regenerate + * Sun Jun 09 15:45:06 CEST 2019 Igor Gnatenko - 0.2.8-2 - Regenerate