|
|
|
@ -4,8 +4,8 @@
|
|
|
|
|
%global crate fd-find
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 6.0.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 6.1.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Simple, fast and user-friendly alternative to find
|
|
|
|
|
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
@ -13,8 +13,7 @@ URL: https://crates.io/crates/fd-find
|
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * Bump ansi_term to 0.10, ignore to 0.3: https://github.com/sharkdp/fd/pull/173
|
|
|
|
|
# * Bump lazy_static to 1, https://github.com/sharkdp/fd/pull/184
|
|
|
|
|
Patch0: fd-find-6.0.0-fix-metadata.diff
|
|
|
|
|
Patch0: fd-find-6.1.0-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
@ -23,6 +22,7 @@ BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(ansi_term) >= 0.10.0 with crate(ansi_term) < 0.11.0)
|
|
|
|
|
BuildRequires: (crate(atty) >= 0.2.0 with crate(atty) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(clap) >= 2.26.0 with crate(clap) < 3.0.0)
|
|
|
|
|
BuildRequires: (crate(ctrlc) >= 3.0.0 with crate(ctrlc) < 4.0.0)
|
|
|
|
|
BuildRequires: (crate(ignore) >= 0.3.0 with crate(ignore) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
|
|
|
|
@ -85,6 +85,9 @@ Summary: %{summary}
|
|
|
|
|
%{_datadir}/zsh/site-functions/_fd
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.1.0-1
|
|
|
|
|
- Update to 6.1.0
|
|
|
|
|
|
|
|
|
|
* Thu Nov 30 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.0.0-5
|
|
|
|
|
- Bump lazy_static to 1
|
|
|
|
|
|
|
|
|
|