|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
%global crate grep
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.2.2
|
|
|
|
|
Version: 0.2.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Fast line oriented regex searching as a library
|
|
|
|
|
|
|
|
|
@ -15,7 +15,7 @@ URL: https://crates.io/crates/grep
|
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * No SIMD
|
|
|
|
|
# * Remove unneeded deps, https://github.com/BurntSushi/ripgrep/pull/1043<Paste>
|
|
|
|
|
# * Remove unneeded deps, https://github.com/BurntSushi/ripgrep/pull/1043
|
|
|
|
|
Patch0: grep-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
@ -24,7 +24,7 @@ BuildRequires: rust-packaging
|
|
|
|
|
# [dependencies]
|
|
|
|
|
BuildRequires: (crate(grep-cli) >= 0.1.1 with crate(grep-cli) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(grep-matcher) >= 0.1.1 with crate(grep-matcher) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(grep-pcre2) >= 0.1.1 with crate(grep-pcre2) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(grep-pcre2) >= 0.1.2 with crate(grep-pcre2) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(grep-printer) >= 0.1.1 with crate(grep-printer) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(grep-regex) >= 0.1.1 with crate(grep-regex) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(grep-searcher) >= 0.1.1 with crate(grep-searcher) < 0.2.0)
|
|
|
|
@ -68,6 +68,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-1
|
|
|
|
|
- Update to 0.2.3
|
|
|
|
|
|
|
|
|
|
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-1
|
|
|
|
|
- Update to 0.2.2
|
|
|
|
|
|
|
|
|
|