From eb9133c821edf297e32415c4df484ad1a12bdb7b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 11:50:29 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-crossbeam-deque.spec | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/rust-crossbeam-deque.spec b/rust-crossbeam-deque.spec index c2bbcc7..416a11e 100644 --- a/rust-crossbeam-deque.spec +++ b/rust-crossbeam-deque.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate crossbeam-deque Name: rust-%{crate} Version: 0.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Concurrent work-stealing deque # Upstream license specification: MIT/Apache-2.0 @@ -16,16 +15,14 @@ URL: https://crates.io/crates/crossbeam-deque Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(crossbeam-epoch/default) >= 0.7.0 with crate(crossbeam-epoch/default) < 0.8.0) -BuildRequires: (crate(crossbeam-utils/default) >= 0.6.5 with crate(crossbeam-utils/default) < 0.7.0) -%if %{with check} -BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) -%endif -%global _description \ -Concurrent work-stealing deque. +%global _description %{expand: +Concurrent work-stealing deque.} %description %{_description} @@ -59,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 @@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:50:00 CEST 2019 Igor Gnatenko - 0.7.1-2 +- Regenerate + * Sun Feb 10 2019 Igor Gnatenko - 0.7.1-1 - Update to 0.7.1