diff --git a/ripgrep-0.8.1-fix-metadata.diff b/ripgrep-0.8.1-fix-metadata.diff index c3f7567..1b303cc 100644 --- a/ripgrep-0.8.1-fix-metadata.diff +++ b/ripgrep-0.8.1-fix-metadata.diff @@ -1,5 +1,14 @@ --- ripgrep-0.8.1/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ ripgrep-0.8.1/Cargo.toml 2018-02-23T11:09:24.928146+01:00 ++++ ripgrep-0.8.1/Cargo.toml 2018-04-25T17:18:12.064354+02:00 +@@ -50,7 +50,7 @@ + version = "0.7" + + [dependencies.globset] +-version = "0.3.0" ++version = "0.4.0" + + [dependencies.grep] + version = "0.1.8" @@ -93,11 +93,6 @@ version = "1" diff --git a/rust-ripgrep.spec b/rust-ripgrep.spec index 6db1037..9303933 100644 --- a/rust-ripgrep.spec +++ b/rust-ripgrep.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 0.8.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Line oriented search tool using Rust's regex library License: Unlicense or MIT @@ -14,6 +14,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{ # Initial patched metadata # * No simd # * No windows +# * Bump globset to 0.4 Patch0: ripgrep-0.8.1-fix-metadata.diff # https://github.com/BurntSushi/ripgrep/pull/857 Patch1: 0001-deps-update-regex-crate.patch @@ -28,7 +29,7 @@ BuildRequires: (crate(atty) >= 0.2.2 with crate(atty) < 0.3.0) BuildRequires: (crate(bytecount) >= 0.3.1 with crate(bytecount) < 0.4.0) BuildRequires: ((crate(clap) >= 2.29.4 with crate(clap) < 3.0.0) with crate(clap/suggestions) with crate(clap/color)) BuildRequires: (crate(encoding_rs) >= 0.7.0 with crate(encoding_rs) < 0.8.0) -BuildRequires: (crate(globset) >= 0.3.0 with crate(globset) < 0.4.0) +BuildRequires: (crate(globset) >= 0.4.0 with crate(globset) < 0.5.0) BuildRequires: (crate(grep) >= 0.1.8 with crate(grep) < 0.2.0) BuildRequires: (crate(ignore) >= 0.4.0 with crate(ignore) < 0.5.0) BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0) @@ -94,6 +95,9 @@ the raw performance of grep with the usability of the silver searcher. %{_datadir}/zsh/site-functions/_rg %changelog +* Wed Apr 25 2018 Igor Gnatenko - 0.8.1-3 - Rebuild with new regex crates