From 10e9dc90fe1defd35fff51da82f362233d94066c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 00:16:50 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-ignore.spec | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/rust-ignore.spec b/rust-ignore.spec index bee850f..8c397aa 100644 --- a/rust-ignore.spec +++ b/rust-ignore.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.4.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast library for efficiently matching ignore files # Upstream license specification: Unlicense/MIT @@ -23,20 +23,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(crossbeam-channel/default) >= 0.3.6 with crate(crossbeam-channel/default) < 0.4.0) -BuildRequires: (crate(globset/default) >= 0.4.3 with crate(globset/default) < 0.5.0) -BuildRequires: (crate(lazy_static/default) >= 1.1.0 with crate(lazy_static/default) < 2.0.0) -BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0) -BuildRequires: (crate(memchr/default) >= 2.1.0 with crate(memchr/default) < 3.0.0) -BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0) -BuildRequires: (crate(same-file/default) >= 1.0.4 with crate(same-file/default) < 2.0.0) -BuildRequires: (crate(thread_local/default) >= 0.3.6 with crate(thread_local/default) < 0.4.0) -BuildRequires: (crate(walkdir/default) >= 2.2.7 with crate(walkdir/default) < 3.0.0) -%if %{with check} -BuildRequires: (crate(tempfile/default) >= 3.0.5 with crate(tempfile/default) < 4.0.0) -%endif -%endif %global _description %{expand: Fast library for efficiently matching ignore files such as `.gitignore` against @@ -86,6 +72,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 @@ -98,6 +87,9 @@ which use "simd-accel" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 00:16:21 CEST 2019 Igor Gnatenko - 0.4.7-3 +- Regenerate + * Sun Jun 09 10:16:41 CEST 2019 Igor Gnatenko - 0.4.7-2 - Regenerate