From 76512229408b9bb6c86f33911c6db666c8ece751 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 22 Jun 2019 13:08:51 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-csv-core.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/rust-csv-core.spec b/rust-csv-core.spec index 5c7bd56..24561ef 100644 --- a/rust-csv-core.spec +++ b/rust-csv-core.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: 3%{?dist} +Release: 4%{?dist} Summary: Bare bones CSV parsing with no_std support # Upstream license specification: Unlicense/MIT @@ -20,13 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0) -BuildRequires: (crate(memchr/libc) >= 2.0.0 with crate(memchr/libc) < 3.0.0) -%if %{with check} -BuildRequires: (crate(arrayvec) >= 0.4.0 with crate(arrayvec) < 0.5.0) -%endif -%endif %global _description %{expand: Bare bones CSV parsing with no_std support.} @@ -75,6 +68,9 @@ which use "libc" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -87,6 +83,9 @@ which use "libc" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 13:08:27 CEST 2019 Igor Gnatenko - 0.1.5-4 +- Regenerate + * Sun Jun 09 15:39:10 CEST 2019 Igor Gnatenko - 0.1.5-3 - Regenerate