Accepting request 1147313 from utilities
OBS-URL: https://build.opensuse.org/request/show/1147313 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ugrep?expand=0&rev=64
This commit is contained in:
commit
1cc83d9111
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:01fabb1d65775aa90d60d37a484675d81f3d688b0a29a2ec732c7843bc2b2f32
|
|
||||||
size 6205239
|
|
3
ugrep-5.0.0.tar.gz
Normal file
3
ugrep-5.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c1dbf338bfed337fe53df0f685894c2a27d4a4fed236ebb3491441c2ccbec65
|
||||||
|
size 6243737
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 17 10:56:22 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 5.0.0:
|
||||||
|
* new and updated regex engine to speed up searching patterns
|
||||||
|
using a new heuristic DFA cut algorithm
|
||||||
|
* new option --exclude-fs default to exclude file systems that
|
||||||
|
aren't specified as search targets
|
||||||
|
* new option --all (-@) to search all files except hidden:
|
||||||
|
cancel previous file and directory search restrictions
|
||||||
|
* TUI regex syntax highlighting improved for --fixed-strings
|
||||||
|
(-F) when used with option --bool (-% and -%%)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 10 17:52:11 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
Wed Jan 10 17:52:11 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# spec file for package ugrep
|
# spec file for package ugrep
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
|
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ugrep
|
Name: ugrep
|
||||||
Version: 4.5.2
|
Version: 5.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Universal grep: a feature-rich grep implementation with focus on speed
|
Summary: Universal grep: a feature-rich grep implementation with focus on speed
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user