From f16f1e7e334b389e34ab80102faa60f752ccc791 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 22 Jun 2019 10:21:06 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-arc-swap.spec | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/rust-arc-swap.spec b/rust-arc-swap.spec index fde49fd..4240802 100644 --- a/rust-arc-swap.spec +++ b/rust-arc-swap.spec @@ -1,4 +1,5 @@ -# Generated by rust2rpm +# Generated by rust2rpm 10 +# * Many dev-dependencies are outdated %bcond_with check %global debug_package %{nil} @@ -15,22 +16,14 @@ URL: https://crates.io/crates/arc-swap Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%if %{with check} -BuildRequires: (crate(crossbeam-utils/default) >= 0.6.0 with crate(crossbeam-utils/default) < 0.7.0) -BuildRequires: (crate(crossbeam/default) >= 0.5.0 with crate(crossbeam/default) < 0.6.0) -BuildRequires: (crate(itertools/default) >= 0.8.0 with crate(itertools/default) < 0.9.0) -BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0) -BuildRequires: (crate(model/default) >= 0.0.4 with crate(model/default) < 0.1.0) -BuildRequires: (crate(num_cpus/default) >= 1.0.0 with crate(num_cpus/default) < 2.0.0) -BuildRequires: (crate(parking_lot/default) >= 0.7.0 with crate(parking_lot/default) < 0.8.0) -BuildRequires: (crate(proptest/default) >= 0.7.0 with crate(proptest/default) < 0.8.0) -BuildRequires: (crate(version-sync/default) >= 0.7.0 with crate(version-sync/default) < 0.8.0) -%endif -%global _description \ -Atomically swappable Arc. +%global _description %{expand: +Atomically swappable Arc.} %description %{_description} @@ -64,6 +57,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 @@ -76,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 10:20:25 CEST 2019 Igor Gnatenko - 0.3.11-2 +- Regenerate + * Mon Apr 15 2019 Josh Stone - 0.3.11-1 - Update to 0.3.11