diff --git a/rust-lazy_static.spec b/rust-lazy_static.spec index 4ede017..1f2c762 100644 --- a/rust-lazy_static.spec +++ b/rust-lazy_static.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: 1.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Macro for declaring lazily evaluated statics in Rust # Upstream license specification: MIT/Apache-2.0 @@ -80,6 +80,9 @@ which use "spin_no_std" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -92,6 +95,9 @@ which use "spin_no_std" feature of "%{crate}" crate. %endif %changelog +* Wed Jun 19 23:19:54 CEST 2019 Igor Gnatenko - 1.3.0-5 +- Regenerate + * Sun Jun 09 10:14:00 CEST 2019 Igor Gnatenko - 1.3.0-4 - Regenerate