diff --git a/rust-globset.spec b/rust-globset.spec index 06d6326..5bdac18 100644 --- a/rust-globset.spec +++ b/rust-globset.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 9 +# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} @@ -6,8 +6,8 @@ Name: rust-%{crate} Version: 0.4.3 -Release: 3%{?dist} -Summary: Single glob and glob set matching +Release: 4%{?dist} +Summary: Cross platform single glob and glob set matching # Upstream license specification: Unlicense/MIT License: Unlicense or MIT @@ -20,16 +20,6 @@ BuildArch: noarch %endif BuildRequires: rust-packaging -%if ! %{__cargo_skip_build} -BuildRequires: (crate(aho-corasick/default) >= 0.7.3 with crate(aho-corasick/default) < 0.8.0) -BuildRequires: (crate(bstr/std) >= 0.1.2 with crate(bstr/std) < 0.2.0) -BuildRequires: (crate(fnv/default) >= 1.0.6 with crate(fnv/default) < 2.0.0) -BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0) -BuildRequires: (crate(regex/default) >= 1.1.5 with crate(regex/default) < 2.0.0) -%if %{with check} -BuildRequires: (crate(glob/default) >= 0.3.0 with crate(glob/default) < 0.4.0) -%endif -%endif %global _description %{expand: Cross platform single glob and glob set matching. Glob set matching is the @@ -80,6 +70,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 @@ -92,6 +85,9 @@ which use "simd-accel" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 09:43:37 CEST 2019 Igor Gnatenko - 0.4.3-4 +- Regenerate + * Sun Jun 09 09:54:35 CEST 2019 Igor Gnatenko - 0.4.3-3 - Regenerate