From 7c525565b6853e0abc4d2376b4c5dcf23c03ac34 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 22 Jun 2019 12:53:23 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-num-bigint.spec | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/rust-num-bigint.spec b/rust-num-bigint.spec index d0038d0..af96bfa 100644 --- a/rust-num-bigint.spec +++ b/rust-num-bigint.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.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Big integer implementation for Rust # Upstream license specification: MIT/Apache-2.0 @@ -20,15 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(num-integer) >= 0.1.39 with crate(num-integer) < 0.2.0) -BuildRequires: (crate(num-integer/std) >= 0.1.39 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) -%if %{with check} -BuildRequires: (crate(serde_test/default) >= 1.0.0 with crate(serde_test/default) < 2.0.0) -%endif -%endif %global _description %{expand: Big integer implementation for Rust.} @@ -113,6 +104,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 @@ -125,6 +119,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 12:53:03 CEST 2019 Igor Gnatenko - 0.2.2-6 +- Regenerate + * Sun Jun 09 14:54:44 CEST 2019 Igor Gnatenko - 0.2.2-5 - Regenerate