|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.7.1
|
|
|
|
Version: 0.7.1
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Summary: Line oriented search tool using Rust's regex library
|
|
|
|
Summary: Line oriented search tool using Rust's regex library
|
|
|
|
|
|
|
|
|
|
|
|
License: Unlicense or MIT
|
|
|
|
License: Unlicense or MIT
|
|
|
@ -15,6 +15,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
|
|
|
|
# * No simd
|
|
|
|
# * No simd
|
|
|
|
# * Bump memmap to 0.6, https://github.com/BurntSushi/ripgrep/pull/657
|
|
|
|
# * Bump memmap to 0.6, https://github.com/BurntSushi/ripgrep/pull/657
|
|
|
|
# * Bump bytecount to 0.2, https://github.com/BurntSushi/ripgrep/pull/679
|
|
|
|
# * Bump bytecount to 0.2, https://github.com/BurntSushi/ripgrep/pull/679
|
|
|
|
|
|
|
|
# * Bump lazy_static to 1, https://github.com/BurntSushi/ripgrep/pull/699
|
|
|
|
Patch0: ripgrep-0.7.1-fix-metadata.diff
|
|
|
|
Patch0: ripgrep-0.7.1-fix-metadata.diff
|
|
|
|
# Really make code compatible with memmap v0.6
|
|
|
|
# Really make code compatible with memmap v0.6
|
|
|
|
Patch1: 0001-Update-to-memmap-0.6.patch
|
|
|
|
Patch1: 0001-Update-to-memmap-0.6.patch
|
|
|
@ -30,7 +31,7 @@ BuildRequires: (crate(encoding_rs) >= 0.7.0 with crate(encoding_rs) < 0.8.0)
|
|
|
|
BuildRequires: (crate(env_logger) >= 0.4.0 with crate(env_logger) < 0.5.0)
|
|
|
|
BuildRequires: (crate(env_logger) >= 0.4.0 with crate(env_logger) < 0.5.0)
|
|
|
|
BuildRequires: (crate(grep) >= 0.1.7 with crate(grep) < 0.2.0)
|
|
|
|
BuildRequires: (crate(grep) >= 0.1.7 with crate(grep) < 0.2.0)
|
|
|
|
BuildRequires: (crate(ignore) >= 0.3.1 with crate(ignore) < 0.4.0)
|
|
|
|
BuildRequires: (crate(ignore) >= 0.3.1 with crate(ignore) < 0.4.0)
|
|
|
|
BuildRequires: (crate(lazy_static) >= 0.2.0 with crate(lazy_static) < 0.3.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)
|
|
|
|
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
|
|
|
|
BuildRequires: (crate(log) >= 0.3.0 with crate(log) < 0.4.0)
|
|
|
|
BuildRequires: (crate(log) >= 0.3.0 with crate(log) < 0.4.0)
|
|
|
|
BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
|
|
|
|
BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
|
|
|
@ -91,6 +92,9 @@ the raw performance of grep with the usability of the silver searcher.
|
|
|
|
%{_datadir}/zsh/site-functions/_rg
|
|
|
|
%{_datadir}/zsh/site-functions/_rg
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 30 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-7
|
|
|
|
|
|
|
|
- Bump lazy_static to 1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 28 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-6
|
|
|
|
* Tue Nov 28 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-6
|
|
|
|
- Rebuild for clap 2.28.0
|
|
|
|
- Rebuild for clap 2.28.0
|
|
|
|
|
|
|
|
|
|
|
|