diff --git a/rust-unicode-width.spec b/rust-unicode-width.spec index 1b6c54a..eaf5a8d 100644 --- a/rust-unicode-width.spec +++ b/rust-unicode-width.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: 9%{?dist} +Release: 10%{?dist} Summary: Determine displayed width of `char` and `str` types # Upstream license specification: MIT/Apache-2.0 @@ -84,6 +84,9 @@ which use "no_std" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -96,6 +99,9 @@ which use "no_std" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 09:37:48 CEST 2019 Igor Gnatenko - 0.1.5-10 +- Regenerate + * Sun Jun 09 11:08:56 CEST 2019 Igor Gnatenko - 0.1.5-9 - Regenerate