diff --git a/rust-ripgrep.spec b/rust-ripgrep.spec index 0ca5a0f..4a33c3e 100644 --- a/rust-ripgrep.spec +++ b/rust-ripgrep.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 0.7.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Line oriented search tool using Rust's regex library License: Unlicense or MIT @@ -91,6 +91,9 @@ the raw performance of grep with the usability of the silver searcher. %{_datadir}/zsh/site-functions/_rg %changelog +* Tue Nov 28 2017 Igor Gnatenko - 0.7.1-6 +- Rebuild for clap 2.28.0 + * Thu Nov 23 2017 Igor Gnatenko - 0.7.1-5 - Fix bash completion