From 0d9a8eb14ee38d41860b9ab77e0936fd64116c14 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 16:45:43 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-rand_xoshiro.spec | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/rust-rand_xoshiro.spec b/rust-rand_xoshiro.spec index 5a86578..b5141d9 100644 --- a/rust-rand_xoshiro.spec +++ b/rust-rand_xoshiro.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.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Xoshiro, xoroshiro and splitmix64 random number generators # Upstream license specification: MIT/Apache-2.0 @@ -20,14 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.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.0.0 with crate(bincode/default) < 2.0.0) -BuildRequires: (crate(rand) >= 0.6.0 with crate(rand) < 0.7.0) -%endif -%endif %global _description %{expand: Xoshiro, xoroshiro and splitmix64 random number generators.} @@ -100,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 @@ -112,6 +107,9 @@ which use "serde_derive" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 16:45:25 CEST 2019 Igor Gnatenko - 0.2.0-3 +- Regenerate + * Sun Jun 09 17:05:21 CEST 2019 Igor Gnatenko - 0.2.0-2 - Regenerate