From dfb4a488b7f038a37317afc5809150709b2d9a61b05114f52f36f29afac7b314 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Wed, 15 Nov 2023 20:57:47 +0000 Subject: [PATCH] Accepting request 1126727 from home:AndreasStieger:branches:utilities ugrep 4.3.3 OBS-URL: https://build.opensuse.org/request/show/1126727 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=117 --- ugrep-4.3.2.tar.gz | 3 --- ugrep-4.3.3.tar.gz | 3 +++ ugrep.changes | 13 +++++++++++++ ugrep.spec | 4 +++- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 ugrep-4.3.2.tar.gz create mode 100644 ugrep-4.3.3.tar.gz diff --git a/ugrep-4.3.2.tar.gz b/ugrep-4.3.2.tar.gz deleted file mode 100644 index b586a56..0000000 --- a/ugrep-4.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32035bb35c98e1f249e1273d135630eb98aa6992e8fe56297a957dd1eb9053a7 -size 4576341 diff --git a/ugrep-4.3.3.tar.gz b/ugrep-4.3.3.tar.gz new file mode 100644 index 0000000..a995883 --- /dev/null +++ b/ugrep-4.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332a3b5fca782d41e424c210bec025d01682190228d62b807352c686073befde +size 4595042 diff --git a/ugrep.changes b/ugrep.changes index f096de4..593e29f 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 15 20:52:19 UTC 2023 - Andreas Stieger + +- update to 4.3.3: + * support brotli compressed files + * support bzip3 compressed files + * update option --pretty to accept an optional WHEN argument + never, always, auto similar to the --color option + * improve TUI screen blanking response when a new search starts, + while also avoiding screen flicker + * fix option --zmax>1 when a decompression library produces a + decompression error when decompressing a nested compressed file + ------------------------------------------------------------------- Fri Nov 3 16:02:01 UTC 2023 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index 7b21245..220b981 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -17,7 +17,7 @@ Name: ugrep -Version: 4.3.2 +Version: 4.3.3 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause @@ -27,6 +27,8 @@ Source: https://github.com/Genivia/ugrep/archive/v%{version}.tar.gz#/%{n BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(bzip2) +BuildRequires: pkgconfig(bzip3) +BuildRequires: pkgconfig(libbrotlidec) BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(libpcre2-8)