From f9a974699bdfef7e581478322d5daae2195b6957 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 11:07:26 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-proc-macro2.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rust-proc-macro2.spec b/rust-proc-macro2.spec index 57b13a9..b1bb8e2 100644 --- a/rust-proc-macro2.spec +++ b/rust-proc-macro2.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 # * RUSTC_BOOTSTRAP breaks tests %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.4.30 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Stable implementation of the upcoming new `proc_macro` API # Upstream license specification: MIT/Apache-2.0 @@ -21,12 +21,6 @@ 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 %{expand: Stable implementation of the upcoming new `proc_macro` API. Comes with an @@ -101,6 +95,9 @@ which use "span-locations" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -113,6 +110,9 @@ which use "span-locations" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:06:52 CEST 2019 Igor Gnatenko - 0.4.30-3 +- Regenerate + * Sun Jun 09 10:22:46 CEST 2019 Igor Gnatenko - 0.4.30-2 - Regenerate