From bd65c9dcf7ef9c611c5827c50fb6d3181adcb296db2459e62605b450d4c984cb Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Tue, 28 Jul 2020 12:14:49 +0000 Subject: [PATCH] Accepting request 823148 from home:AndreasStieger:branches:utilities ugrep 2.5.0 OBS-URL: https://build.opensuse.org/request/show/823148 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=10 --- ugrep-2.4.0.tar.gz | 3 --- ugrep-2.5.0.tar.gz | 3 +++ ugrep.changes | 22 ++++++++++++++++++++++ ugrep.spec | 3 ++- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 ugrep-2.4.0.tar.gz create mode 100644 ugrep-2.5.0.tar.gz diff --git a/ugrep-2.4.0.tar.gz b/ugrep-2.4.0.tar.gz deleted file mode 100644 index b784a76..0000000 --- a/ugrep-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be7dc40c6130d3bbb669a79f9e5c6812be421d298cb591d6f9a5f6d1469dc401 -size 4063066 diff --git a/ugrep-2.5.0.tar.gz b/ugrep-2.5.0.tar.gz new file mode 100644 index 0000000..add10c6 --- /dev/null +++ b/ugrep-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98cc23f27ec4ebba14d36f21b5625e0def4aab3e65afecc609e676938002b110 +size 4090150 diff --git a/ugrep.changes b/ugrep.changes index 3292565..132e94d 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Jul 28 09:15:05 UTC 2020 - Martin Rey + +- 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 diff --git a/ugrep.spec b/ugrep.spec index 403c0a9..f6dbba7 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -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)