Accepting request 823149 from utilities

OBS-URL: https://build.opensuse.org/request/show/823149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ugrep?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-07-28 15:28:14 +00:00 committed by Git OBS Bridge
commit 10a0aaed78
4 changed files with 27 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 28 09:15:05 UTC 2020 - Martin Rey <mrey@suse.com>
- ugrep 2.5.0:
* New query UI search commands: Tab to navigate into a directory
or to select a single file to search; Shift-Tab to navigate up
the directory tree or deselect the selected file. Press Ctrl-^
to go back to the starting working directory. These commands
are best experienced with option -l (Alt-l ("Alt-ell") in the
query UI) to navigate directories in the list view.
* Ctrl-S/Ctrl-W now also move down/up by directory in the query
UI when viewing a list of files with options -l and -c.
* Faster query UI response to commands (the response to patterns
entered is still determined by the DELAY parameter.)
* Option --pretty now also enables options -n and --sort in
addition to --color, --heading, and -T when the output is sent
to a terminal and if these options are not explicitly disabled
or set already.
* Fixed minor issues to improve the overall user experience
- ugrep 2.4.1:
* Support lz4-compressed files with extension .lz4
-------------------------------------------------------------------
Sat Jul 11 17:39:21 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,7 +17,7 @@
Name: ugrep
Version: 2.4.0
Version: 2.5.0
Release: 0
Summary: Universal grep: a feature-rich grep implementation with focus on speed
License: BSD-3-Clause
@ -28,6 +28,7 @@ BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(liblz4)
BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(zlib)