Accepting request 1178576 from home:AndreasStieger:branches:utilities

ugrep 6.1.0

OBS-URL: https://build.opensuse.org/request/show/1178576
OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=142
This commit is contained in:
Andreas Stieger 2024-06-04 16:43:55 +00:00 committed by Git OBS Bridge
parent cc6a48d4c9
commit e83c6d4bdf
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee155c8561747b1f694e1cf4a064c2e4d504094d0714e908e3f9ea2ac9b7a9aa
size 7009582

3
ugrep-6.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:587ebb694dd3d2f5bef9f35df5b9e196b89da981cfe1084539e55b8d9a62fd65
size 13091376

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jun 4 16:40:11 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <andreas.stieger@gmx.de>

View File

@ -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