diff --git a/rust-grep-matcher.spec b/rust-grep-matcher.spec index 5c8d3af..07b9dc2 100644 --- a/rust-grep-matcher.spec +++ b/rust-grep-matcher.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.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Trait for regular expressions, with a focus on line oriented search # Upstream license specification: Unlicense/MIT @@ -20,12 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(memchr/default) >= 2.1.0 with crate(memchr/default) < 3.0.0) -%if %{with check} -BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0) -%endif -%endif %global _description %{expand: Trait for regular expressions, with a focus on line oriented search.} @@ -62,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 @@ -74,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 16:53:16 CEST 2019 Igor Gnatenko - 0.1.2-3 +- Regenerate + * Sun Jun 09 10:08:48 CEST 2019 Igor Gnatenko - 0.1.2-2 - Regenerate