diff --git a/rust-csv.spec b/rust-csv.spec index 5a908fd..c67d879 100644 --- a/rust-csv.spec +++ b/rust-csv.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: 1.0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fast CSV parsing with support for serde # Upstream license specification: Unlicense/MIT @@ -25,16 +25,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(csv-core/default) >= 0.1.4 with crate(csv-core/default) < 0.2.0) -BuildRequires: (crate(itoa/default) >= 0.4.3 with crate(itoa/default) < 0.5.0) -BuildRequires: (crate(ryu/default) >= 0.2.7 with crate(ryu/default) < 0.3.0) -BuildRequires: (crate(serde/default) >= 1.0.55 with crate(serde/default) < 2.0.0) -%if %{with check} -BuildRequires: (crate(serde_bytes/default) >= 0.11.0 with crate(serde_bytes/default) < 0.12.0) -BuildRequires: (crate(serde_derive/default) >= 1.0.55 with crate(serde_derive/default) < 2.0.0) -%endif -%endif %global _description %{expand: Fast CSV parsing with support for serde.} @@ -71,6 +61,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 @@ -83,6 +76,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 16:47:21 CEST 2019 Igor Gnatenko - 1.0.7-4 +- Regenerate + * Sun Jun 09 15:12:40 CEST 2019 Igor Gnatenko - 1.0.7-3 - Regenerate