From bd8b56ac578cf225af82c251d0a74c2f1720cc5d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 10:23:11 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-proc-macro2.spec | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/rust-proc-macro2.spec b/rust-proc-macro2.spec index 27f4e17..0f259bb 100644 --- a/rust-proc-macro2.spec +++ b/rust-proc-macro2.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 proc-macro2 Name: rust-%{crate} Version: 0.4.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Stable implementation of the upcoming new `proc_macro` API # Upstream license specification: MIT/Apache-2.0 @@ -15,17 +15,22 @@ URL: https://crates.io/crates/proc-macro2 Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(unicode-xid/default) >= 0.1.0 with crate(unicode-xid/default) < 0.2.0) %if %{with check} BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0) %endif +%endif -%global _description \ -A stable implementation of the upcoming new `proc_macro` API. Comes with an\ -option, off by default, to also reimplement itself in terms of the upstream\ -unstable API. +%global _description %{expand: +Stable implementation of the upcoming new `proc_macro` API. Comes with an +option, off by default, to also reimplement itself in terms of the upstream +unstable API.} %description %{_description} @@ -107,6 +112,9 @@ which use "span-locations" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 10:22:46 CEST 2019 Igor Gnatenko - 0.4.30-2 +- Regenerate + * Thu May 09 08:22:00 CEST 2019 Igor Gnatenko - 0.4.30-1 - Update to 0.4.30