Accepting request 1178577 from utilities
ugrep 6.1.0 OBS-URL: https://build.opensuse.org/request/show/1178577 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ugrep?expand=0&rev=69
This commit is contained in:
commit
650d1fedca
@ -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
3
ugrep-6.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:587ebb694dd3d2f5bef9f35df5b9e196b89da981cfe1084539e55b8d9a62fd65
|
||||
size 13091376
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user