From d55738f23e75281cc9fd54db88c894f55dfdf2c9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 27 Jun 2019 08:54:22 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-grep-pcre2.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/rust-grep-pcre2.spec b/rust-grep-pcre2.spec index 446b373..5d9e2ec 100644 --- a/rust-grep-pcre2.spec +++ b/rust-grep-pcre2.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.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Use PCRE2 with the 'grep' crate # Upstream license specification: Unlicense/MIT @@ -20,10 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(grep-matcher/default) >= 0.1.2 with crate(grep-matcher/default) < 0.2.0) -BuildRequires: (crate(pcre2/default) >= 0.2.0 with crate(pcre2/default) < 0.3.0) -%endif %global _description %{expand: Use PCRE2 with the 'grep' crate.} @@ -60,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 @@ -72,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 27 08:53:57 CEST 2019 Igor Gnatenko - 0.1.3-3 +- Regenerate + * Sun Jun 09 11:14:44 CEST 2019 Igor Gnatenko - 0.1.3-2 - Regenerate