From 806fc339fb17ff0584c05f57428745ecaa41562d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 15:08:18 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-rand_isaac.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/rust-rand_isaac.spec b/rust-rand_isaac.spec index 313bf44..a131d59 100644 --- a/rust-rand_isaac.spec +++ b/rust-rand_isaac.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate rand_isaac Name: rust-%{crate} Version: 0.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: ISAAC random number generator # Upstream license specification: MIT/Apache-2.0 @@ -16,15 +15,20 @@ URL: https://crates.io/crates/rand_isaac Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(rand_core) >= 0.3.0 with crate(rand_core) < 0.4.0) %if %{with check} BuildRequires: (crate(bincode/default) >= 1.0.0 with crate(bincode/default) < 2.0.0) %endif +%endif -%global _description \ -ISAAC random number generator. +%global _description %{expand: +ISAAC random number generator.} %description %{_description} @@ -106,6 +110,9 @@ which use "serde_derive" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 15:07:28 CEST 2019 Igor Gnatenko - 0.1.1-5 +- Regenerate + * Sun Mar 10 2019 Igor Gnatenko - 0.1.1-4 - Do not pull optional dependencies