From f360571185be1c759c4d0ba3403a2d5c69099f57 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 11:52:51 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-rand_hc.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rust-rand_hc.spec b/rust-rand_hc.spec index c9e4ad3..2347bf4 100644 --- a/rust-rand_hc.spec +++ b/rust-rand_hc.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.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: HC128 random number generator # Upstream license specification: MIT/Apache-2.0 @@ -20,9 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(rand_core) >= 0.2.0 with crate(rand_core) < 0.4.0) -%endif %global _description %{expand: HC128 random number generator.} @@ -59,6 +56,9 @@ which use "default" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:52:30 CEST 2019 Igor Gnatenko - 0.1.0-5 +- Regenerate + * Sun Jun 09 15:05:28 CEST 2019 Igor Gnatenko - 0.1.0-4 - Regenerate