From 584bf01cdd4c6c8e503679d2497a303f2bc71bd0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 11:53:33 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-rand_chacha.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/rust-rand_chacha.spec b/rust-rand_chacha.spec index b69b5a3..b0fcffd 100644 --- a/rust-rand_chacha.spec +++ b/rust-rand_chacha.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.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ChaCha random number generator # Upstream license specification: MIT/Apache-2.0 @@ -20,10 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(autocfg/default) >= 0.1.0 with crate(autocfg/default) < 0.2.0) -BuildRequires: (crate(rand_core) >= 0.2.0 with crate(rand_core) < 0.4.0) -%endif %global _description %{expand: ChaCha random number generator.} @@ -60,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 @@ -72,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:53:12 CEST 2019 Igor Gnatenko - 0.1.1-4 +- Regenerate + * Sun Jun 09 15:04:36 CEST 2019 Igor Gnatenko - 0.1.1-3 - Regenerate