From 784511178d282d0ab40b2ca5cccef7af1c5e5049dbbad1fd89d07980216ac7ac Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 18 Sep 2023 18:21:06 +0000 Subject: [PATCH] Accepting request 1112058 from home:AndreasStieger:branches:utilities ugrep 4.1.0 OBS-URL: https://build.opensuse.org/request/show/1112058 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=107 --- ugrep-4.0.5.tar.gz | 3 --- ugrep-4.1.0.tar.gz | 3 +++ ugrep.changes | 18 ++++++++++++++++++ ugrep.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 ugrep-4.0.5.tar.gz create mode 100644 ugrep-4.1.0.tar.gz diff --git a/ugrep-4.0.5.tar.gz b/ugrep-4.0.5.tar.gz deleted file mode 100644 index cc7d64d..0000000 --- a/ugrep-4.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1d1713d17e4265a042b304202a5189346fad43aa73e62807a7aa432f3ae07e5 -size 4565684 diff --git a/ugrep-4.1.0.tar.gz b/ugrep-4.1.0.tar.gz new file mode 100644 index 0000000..fc88f9e --- /dev/null +++ b/ugrep-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dd1b41c76d7bf8a5d96ff0c70f4ee12045ee69b34fad6302d0df5d14c7d4c3 +size 4557494 diff --git a/ugrep.changes b/ugrep.changes index 99890f4..7255131 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Sep 18 18:17:03 UTC 2023 - Andreas Stieger + +- update to 4.1.0: + * fix -Z fuzzy matching when character deletions are solely + specified with a minus sign + * fix --pager when a regex syntax error occurs + * update --pager to use $PAGER + * update --ignore-files for compliance with git and ag gitignore + rules + * update -Q TUI ctrl-S and ctrl-W to jump to context group + separators when context options -ABC are specified + * update -o for GNU grep compatibility with "empty-matching" + patterns + * update POSIX [[:space:]] and \s to exclude newline \n matching + * improve performance: faster -c and line matching + * improve performance: faster "empty-matching" pattern search + ------------------------------------------------------------------- Mon Aug 28 04:46:13 UTC 2023 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index 6997062..fb7abdf 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -17,7 +17,7 @@ Name: ugrep -Version: 4.0.5 +Version: 4.1.0 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause