diff --git a/rust-quote.spec b/rust-quote.spec index 92eab17..273086b 100644 --- a/rust-quote.spec +++ b/rust-quote.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.6.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Quasi-quoting macro quote!(...) # Upstream license specification: MIT/Apache-2.0 @@ -22,10 +22,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(proc-macro2) >= 0.4.21 with crate(proc-macro2) < 0.5.0) -BuildRequires: (crate(proc-macro2/proc-macro) >= 0.4.21 with crate(proc-macro2/proc-macro) < 0.5.0) -%endif %global _description %{expand: Quasi-quoting macro quote!(...).} @@ -74,6 +70,9 @@ which use "proc-macro" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -86,6 +85,9 @@ which use "proc-macro" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:32:19 CEST 2019 Igor Gnatenko - 0.6.12-3 +- Regenerate + * Sun Jun 09 10:23:39 CEST 2019 Igor Gnatenko - 0.6.12-2 - Regenerate