Accepting request 966545 from home:AndreasStieger:branches:utilities
ugrep 3.7.7 OBS-URL: https://build.opensuse.org/request/show/966545 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=46
This commit is contained in:
parent
258358ff12
commit
ebdfaf72be
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90c358f2fa16de9a183f1ef2c18965ad0921d41c8b870b70155310de7436a8b3
|
||||
size 4400237
|
3
ugrep-3.7.7.tar.gz
Normal file
3
ugrep-3.7.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5490d6491267bb1aaaeac27a0ba41d502f4b1c1b8998b8cc377c91374603932d
|
||||
size 4413745
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 2 14:32:47 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 3.7.7:
|
||||
* New --hexdump options
|
||||
* --ignore-files improvement
|
||||
* speed improvements
|
||||
* New option --min-count
|
||||
* New complementary options --min-depth, --max-depth,
|
||||
--min-line and --max-line which are added for consistency with
|
||||
the updated options --min-count and --max-count
|
||||
* Updated the --min-count option, which can now be combined with
|
||||
any other option except with -v (--invert-match)
|
||||
* Updated option -K (--range) to take a MAX argument instead of a
|
||||
FIRST argument for consistency with other min/max options
|
||||
* Recursive searching sysfd, such as /proc and /sys, no longer
|
||||
blocks on special files/devices
|
||||
* Fixed colorization of option -v when used with context options
|
||||
-A, -B and -C
|
||||
* Fixed option -r when combined with argument - (read standard
|
||||
input), which does both, like GNU grep
|
||||
* Updated --stats reporting and other minor improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 05:13:03 UTC 2022 - Avinesh Kumar <avinesh.kumar@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ugrep
|
||||
Version: 3.7.1
|
||||
Version: 3.7.7
|
||||
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