From 55aee0e51f5df46cf76699c29c174ed5978c6255d308b319d96441c0e8830085 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 17 Jan 2022 14:26:47 +0000 Subject: [PATCH] Accepting request 944920 from home:AndreasStieger:branches:utilities ugrep 3.5.0 OBS-URL: https://build.opensuse.org/request/show/944920 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=44 --- ugrep-3.3.4.tar.gz | 3 --- ugrep-3.5.0.tar.gz | 3 +++ ugrep.changes | 28 ++++++++++++++++++++++++++++ ugrep.spec | 4 ++-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 ugrep-3.3.4.tar.gz create mode 100644 ugrep-3.5.0.tar.gz diff --git a/ugrep-3.3.4.tar.gz b/ugrep-3.3.4.tar.gz deleted file mode 100644 index 09ffbb9..0000000 --- a/ugrep-3.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5eca59aa67020052e5f796dfaddc1cb30ee9dd6e4cd89fb5cde1e3f110584ff -size 4275721 diff --git a/ugrep-3.5.0.tar.gz b/ugrep-3.5.0.tar.gz new file mode 100644 index 0000000..ba5a38a --- /dev/null +++ b/ugrep-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8469e111ee665f6f03e3a8c0e4b06e632ce3fcb90e955b8979696973cfa0db +size 4379261 diff --git a/ugrep.changes b/ugrep.changes index bef85bc..8a1353a 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Jan 6 15:20:57 UTC 2022 - Andreas Stieger + +- ugrep 3.5.0: + * New --zmax=NUM option to be used with -z (--decompress) to + search compressed files and archives recursively stored within + tar/zip/cpio/pax archives, e.g. to search tar and zip files + stored in (compressed) tar files, in zip files etc. for up to + NUM recursive levels deep. The --zmax argument may range from 1 + (default) to 99 for up to 99 decompression and de-archiving + steps. + * Improved option -U to be used for backward compatibility with + GNU/BSD grep by no longer flagging invalid UTF as "binary + files" + +------------------------------------------------------------------- +Tue Jan 4 18:37:35 UTC 2022 - Dirk Müller + +- update to 3.4.0: + * New Boolean search query options --files and --lines. + The specified Boolean search query conditions apply to + lines by default. + Because GNU/BSD grep and ugrep are generally line-based, + --lines is the default option. + Specify --files --bool to apply the specified Boolean query + to files as a whole: a file matches if all Boolean conditions + are satisfied by matching patterns anywhere in the file + ------------------------------------------------------------------- Thu Jun 24 11:39:05 UTC 2021 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index ff39035..6513f6b 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -1,7 +1,7 @@ # # spec file for package ugrep # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ugrep -Version: 3.3.4 +Version: 3.5.0 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause