Accepting request 1126728 from utilities

OBS-URL: https://build.opensuse.org/request/show/1126728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ugrep?expand=0&rev=57
This commit is contained in:
Ana Guerrero 2023-11-16 19:28:25 +00:00 committed by Git OBS Bridge
commit 1ab5aabe8c
4 changed files with 19 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Nov 15 20:52:19 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <andreas.stieger@gmx.de>

View File

@ -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)