diff --git a/rust-cfg-if.spec b/rust-cfg-if.spec index b026024..fbee8a2 100644 --- a/rust-cfg-if.spec +++ b/rust-cfg-if.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.1.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Macro to ergonomically define an item depending on a large number of #[cfg] parameters # Upstream license specification: MIT/Apache-2.0 @@ -58,6 +58,9 @@ which use "default" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -70,6 +73,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jun 19 23:14:32 CEST 2019 Igor Gnatenko - 0.1.9-3 +- Regenerate + * Sat Jun 08 23:53:00 CEST 2019 Igor Gnatenko - 0.1.9-2 - Regenerate