From 10f8f5cc6095e00448f2ac73c7424ea3de713fd6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 11:54:48 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-rand_pcg.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/rust-rand_pcg.spec b/rust-rand_pcg.spec index fd6eb36..4c46209 100644 --- a/rust-rand_pcg.spec +++ b/rust-rand_pcg.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.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Selected PCG random number generators # Upstream license specification: MIT/Apache-2.0 @@ -20,13 +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/default) >= 0.4.0 with crate(rand_core/default) < 0.5.0) -%if %{with check} -BuildRequires: (crate(bincode/default) >= 1.1.2 with crate(bincode/default) < 2.0.0) -%endif -%endif %global _description %{expand: Selected PCG random number generators.} @@ -99,6 +92,9 @@ which use "serde_derive" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -111,6 +107,9 @@ which use "serde_derive" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:54:28 CEST 2019 Igor Gnatenko - 0.1.2-4 +- Regenerate + * Sun Jun 09 15:47:34 CEST 2019 Igor Gnatenko - 0.1.2-3 - Regenerate