diff --git a/14.1.0.tar.gz b/14.1.0.tar.gz deleted file mode 100644 index 9b27465cc60818bb981318e15911f9ecde34c3b9..0000000000000000000000000000000000000000 Binary files a/14.1.0.tar.gz and /dev/null differ diff --git a/14.1.1.tar.gz b/14.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..814ed8c06e3871e53fc27a22b4ee48f4d93ddaf2 Binary files /dev/null and b/14.1.1.tar.gz differ diff --git a/rust-ripgrep.spec b/rust-ripgrep.spec index 77f3a1e9b122d6c7ca131629fe1888ff6cd690c5..cdc78b0e8b4d898aeb7bdb8b09717ea898475230 100644 --- a/rust-ripgrep.spec +++ b/rust-ripgrep.spec @@ -2,7 +2,7 @@ %global crate_name ripgrep Name: rust-ripgrep -Version: 14.1.0 +Version: 14.1.1 Release: 1 Summary: Line-oriented search tool License: Unlicense OR MIT @@ -40,5 +40,10 @@ rm -f %{buildroot}%{_prefix}/.crates2.json %{_bindir}/rg %changelog +* Thu Nov 14 2024 xiejing - 14.1.1-1 +- Update to 14.1.1 +- Fix bug where ripgrep could miss some matches that it should report +- Remove ripgrep's simd-accel feature because it was frequently broken + * Mon Sep 23 2024 Suyun - 14.1.0-1 - Init package at 14.1.0