From 9ed7f55a40ebe9c3ca19579d7f681801c752b22b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 16:44:37 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-grep-searcher.spec | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/rust-grep-searcher.spec b/rust-grep-searcher.spec index 09b1b2e..a9285a4 100644 --- a/rust-grep-searcher.spec +++ b/rust-grep-searcher.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.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast line oriented regex searching as a library # Upstream license specification: Unlicense/MIT @@ -20,20 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(bstr/std) >= 0.1.2 with crate(bstr/std) < 0.2.0) -BuildRequires: (crate(bytecount/default) >= 0.5.0 with crate(bytecount/default) < 0.6.0) -BuildRequires: (crate(bytecount/runtime-dispatch-simd) >= 0.5.0 with crate(bytecount/runtime-dispatch-simd) < 0.6.0) -BuildRequires: (crate(encoding_rs/default) >= 0.8.14 with crate(encoding_rs/default) < 0.9.0) -BuildRequires: (crate(encoding_rs_io/default) >= 0.1.6 with crate(encoding_rs_io/default) < 0.2.0) -BuildRequires: (crate(grep-matcher/default) >= 0.1.2 with crate(grep-matcher/default) < 0.2.0) -BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0) -BuildRequires: (crate(memmap/default) >= 0.7.0 with crate(memmap/default) < 0.8.0) -%if %{with check} -BuildRequires: (crate(grep-regex/default) >= 0.1.3 with crate(grep-regex/default) < 0.2.0) -BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0) -%endif -%endif %global _description %{expand: Fast line oriented regex searching as a library.} @@ -94,6 +80,9 @@ which use "simd-accel" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -106,6 +95,9 @@ which use "simd-accel" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 16:44:14 CEST 2019 Igor Gnatenko - 0.1.4-3 +- Regenerate + * Sun Jun 09 10:15:52 CEST 2019 Igor Gnatenko - 0.1.4-2 - Regenerate