diff --git a/rust-number_prefix.spec b/rust-number_prefix.spec index 51773b5..bb11c5d 100644 --- a/rust-number_prefix.spec +++ b/rust-number_prefix.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.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for formatting numeric prefixes: kilo, giga, kibi # Upstream license specification: MIT @@ -68,6 +68,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 @@ -80,6 +83,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sun Jul 14 18:20:58 CEST 2019 Igor Gnatenko - 0.3.0-3 +- Regenerate + * Sun Jun 09 15:32:21 CEST 2019 Igor Gnatenko - 0.3.0-2 - Regenerate