|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
%global crate ignore
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.4.4
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.4.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast library for efficiently matching ignore files
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Unlicense/MIT
|
|
|
|
@ -21,7 +21,7 @@ Patch0: ignore-fix-metadata.diff
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(crossbeam-channel/default) >= 0.2.4 with crate(crossbeam-channel/default) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(crossbeam-channel/default) >= 0.3.3 with crate(crossbeam-channel/default) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(globset/default) >= 0.4.2 with crate(globset/default) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(globset/simd-accel) >= 0.4.2 with crate(globset/simd-accel) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(lazy_static/default) >= 1.1.0 with crate(lazy_static/default) < 2.0.0)
|
|
|
|
@ -32,7 +32,7 @@ BuildRequires: (crate(same-file/default) >= 1.0.3 with crate(same-file/default)
|
|
|
|
|
BuildRequires: (crate(thread_local/default) >= 0.3.6 with crate(thread_local/default) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(walkdir/default) >= 2.2.5 with crate(walkdir/default) < 3.0.0)
|
|
|
|
|
%if %{with check}
|
|
|
|
|
BuildRequires: (crate(tempdir/default) >= 0.3.7 with crate(tempdir/default) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(tempfile/default) >= 3.0.5 with crate(tempfile/default) < 4.0.0)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
@ -95,6 +95,9 @@ which use "simd-accel" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.5-1
|
|
|
|
|
- Update to 0.4.5
|
|
|
|
|
|
|
|
|
|
* Sun Oct 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-2
|
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|