diff --git a/ugrep-6.2.0.tar.gz b/ugrep-6.2.0.tar.gz deleted file mode 100644 index 2794671..0000000 --- a/ugrep-6.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7b54e8e7d2d9058167269673fd783651071ba1ace547cf6c926b833607d2e1b -size 7024025 diff --git a/ugrep-6.3.0.tar.gz b/ugrep-6.3.0.tar.gz new file mode 100644 index 0000000..7939b0b --- /dev/null +++ b/ugrep-6.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6042ba7b4bf040e44c16b89a056e926d46d179de48b1077888abb5b8a7be435 +size 7032313 diff --git a/ugrep.changes b/ugrep.changes index 978f08b..52fea91 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jul 31 20:22:31 UTC 2024 - Andreas Stieger + +- update to 6.3.0: + * option --index always enables --recursive + * new bash, fish and zsh ugrep-indexer completions + * option --hyperlink outputs absolute search paths + * update regex DFA cut optimization that was too agressive for + some patterns + * option -o (--only-matching) with -ABC context now also + supports multi-line pattern matching with \n (newline) in regex + patterns + ------------------------------------------------------------------- Wed Jul 10 19:12:15 UTC 2024 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index 328947c..921cf3d 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -18,7 +18,7 @@ Name: ugrep -Version: 6.2.0 +Version: 6.3.0 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause