diff --git a/rust-version_check.spec b/rust-version_check.spec index 86e8aa5..543558a 100644 --- a/rust-version_check.spec +++ b/rust-version_check.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.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tiny crate to check the version of the installed/running rustc # Upstream license specification: MIT/Apache-2.0 @@ -56,6 +56,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 @@ -68,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 10:15:41 CEST 2019 Igor Gnatenko - 0.1.5-6 +- Regenerate + * Sun Jun 09 22:10:42 CEST 2019 Igor Gnatenko - 0.1.5-5 - Regenerate