diff --git a/rust-itoa.spec b/rust-itoa.spec index 39ee7a6..3039a5a 100644 --- a/rust-itoa.spec +++ b/rust-itoa.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.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast functions for printing integer primitives to an io::Write # Upstream license specification: MIT/Apache-2.0 @@ -80,6 +80,9 @@ which use "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 "std" feature of "%{crate}" crate. %endif %changelog +* Wed Jun 19 23:18:31 CEST 2019 Igor Gnatenko - 0.4.4-3 +- Regenerate + * Sun Jun 09 10:13:08 CEST 2019 Igor Gnatenko - 0.4.4-2 - Regenerate