From 41c3f693271dcb0c928fc1dac371a5ec22a84a1a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 21 Jun 2019 21:13:36 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-parking_lot.spec | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/rust-parking_lot.spec b/rust-parking_lot.spec index d4be168..44002b1 100644 --- a/rust-parking_lot.spec +++ b/rust-parking_lot.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.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compact and efficient implementations of standard synchronization primitives # Upstream license specification: Apache-2.0/MIT @@ -20,16 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(lock_api/default) >= 0.2.0 with crate(lock_api/default) < 0.3.0) -BuildRequires: (crate(parking_lot_core/default) >= 0.5.0 with crate(parking_lot_core/default) < 0.6.0) -BuildRequires: (crate(rustc_version/default) >= 0.2.0 with crate(rustc_version/default) < 0.3.0) -%if %{with check} -BuildRequires: (crate(bincode/default) >= 1.1.3 with crate(bincode/default) < 2.0.0) -BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0) -BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) -%endif -%endif %global _description %{expand: More compact and efficient implementations of the standard synchronization @@ -115,6 +105,9 @@ which use "serde" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -127,6 +120,9 @@ which use "serde" feature of "%{crate}" crate. %endif %changelog +* Fri Jun 21 21:13:13 CEST 2019 Igor Gnatenko - 0.8.0-3 +- Regenerate + * Sun Jun 09 14:50:18 CEST 2019 Igor Gnatenko - 0.8.0-2 - Regenerate