diff --git a/ugrep-6.0.0.tar.gz b/ugrep-6.0.0.tar.gz deleted file mode 100644 index 013f966..0000000 --- a/ugrep-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee155c8561747b1f694e1cf4a064c2e4d504094d0714e908e3f9ea2ac9b7a9aa -size 7009582 diff --git a/ugrep-6.1.0.tar.gz b/ugrep-6.1.0.tar.gz new file mode 100644 index 0000000..b0d4b24 --- /dev/null +++ b/ugrep-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587ebb694dd3d2f5bef9f35df5b9e196b89da981cfe1084539e55b8d9a62fd65 +size 13091376 diff --git a/ugrep.changes b/ugrep.changes index a99fe87..fa04274 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jun 4 16:40:11 UTC 2024 - Andreas Stieger + +- update to 6.1.0: + * improve option -w to support Unicode + * make [[:alpha:]] and other [::] character classes also match + Unicode by default, like \p{Class} already does, unless option + -U (--ascii or --binary) is used + * Unicode word boundaries \<, \>, \b, \B unless option -U + (--ascii or --binary) is used + * improve bash and zsh auto-completion usability + ------------------------------------------------------------------- Tue May 7 20:16:40 UTC 2024 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index 3f4f223..b0dd3af 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -18,7 +18,7 @@ Name: ugrep -Version: 6.0.0 +Version: 6.1.0 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause