From a0993b3c66564e29845b052cd39e11db2ed27ed8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 09 2019 13:44:44 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-lock_api.spec b/rust-lock_api.spec index f988624..ccc5ddc 100644 --- a/rust-lock_api.spec +++ b/rust-lock_api.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm-9-1.fc31 -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate lock_api Name: rust-%{crate} Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wrappers to create fully-featured Mutex and RwLock types # Upstream license specification: Apache-2.0/MIT @@ -15,13 +15,18 @@ URL: https://crates.io/crates/lock_api Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(scopeguard) >= 1.0.0 with crate(scopeguard) < 2.0.0) +%endif -%global _description \ -Wrappers to create fully-featured Mutex and RwLock types. Compatible with\ -no_std. +%global _description %{expand: +Wrappers to create fully-featured Mutex and RwLock types. Compatible with +no_std.} %description %{_description} @@ -102,6 +107,9 @@ which use "serde" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 15:44:13 CEST 2019 Igor Gnatenko - 0.2.0-2 +- Regenerate + * Mon May 06 15:35:35 CEST 2019 Igor Gnatenko - 0.2.0-1 - Update to 0.2.0