|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.8.1
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Line oriented search tool using Rust's regex library
|
|
|
|
|
|
|
|
|
|
License: Unlicense or MIT
|
|
|
|
@ -15,6 +15,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
|
|
|
|
|
# * No simd
|
|
|
|
|
# * No windows
|
|
|
|
|
# * Bump globset to 0.4
|
|
|
|
|
# * Bump regex to 1
|
|
|
|
|
Patch0: ripgrep-0.8.1-fix-metadata.diff
|
|
|
|
|
# https://github.com/BurntSushi/ripgrep/pull/857
|
|
|
|
|
Patch1: 0001-deps-update-regex-crate.patch
|
|
|
|
@ -38,7 +39,7 @@ BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
|
|
|
|
|
BuildRequires: (crate(memmap) >= 0.6.0 with crate(memmap) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(num_cpus) >= 1.0.0 with crate(num_cpus) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(regex) >= 0.2.4 with crate(regex) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(regex) >= 1.0.0 with crate(regex) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(same-file) >= 1.0.0 with crate(same-file) < 2.0.0)
|
|
|
|
|
BuildRequires: (crate(termcolor) >= 0.3.4 with crate(termcolor) < 0.4.0)
|
|
|
|
|
# [build-dependencies]
|
|
|
|
@ -95,6 +96,9 @@ the raw performance of grep with the usability of the silver searcher.
|
|
|
|
|
%{_datadir}/zsh/site-functions/_rg
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-5
|
|
|
|
|
- Bump regex to 1
|
|
|
|
|
|
|
|
|
|
* Wed Apr 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org - 0.8.1-4
|
|
|
|
|
- Bump globset to 0.4
|
|
|
|
|
|
|
|
|
|