From 229b6bdbd6d8be897aa6daa1ea8f9e183af37178 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 16:01:54 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-rand_core0.3.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/rust-rand_core0.3.spec b/rust-rand_core0.3.spec index bd85884..662a3fe 100644 --- a/rust-rand_core0.3.spec +++ b/rust-rand_core0.3.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_core Name: rust-%{crate}0.3 Version: 0.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Core random number generator traits and tools for implementation # Upstream license specification: MIT/Apache-2.0 @@ -16,13 +15,18 @@ URL: https://crates.io/crates/rand_core Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(rand_core/default) >= 0.4.0 with crate(rand_core/default) < 0.5.0) BuildRequires: (crate(rand_core/std) >= 0.4.0 with crate(rand_core/std) < 0.5.0) +%endif -%global _description \ -Core random number generator traits and tools for implementation. +%global _description %{expand: +Core random number generator traits and tools for implementation.} %description %{_description} @@ -104,6 +108,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 16:01:30 CEST 2019 Igor Gnatenko - 0.3.1-4 +- Regenerate + * Sat Mar 16 2019 Igor Gnatenko - 0.3.1-3 - Do not pull optional dependencies