From fc5737326295e283af8f697f00c8ebf33e4feb36c114503b6769367482bfc6d3 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sat, 17 Feb 2024 11:03:26 +0000 Subject: [PATCH] Accepting request 1147312 from home:AndreasStieger:branches:utilities ugrep 5.0.0 OBS-URL: https://build.opensuse.org/request/show/1147312 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=132 --- ugrep-4.5.2.tar.gz | 3 --- ugrep-5.0.0.tar.gz | 3 +++ ugrep.changes | 13 +++++++++++++ ugrep.spec | 3 ++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 ugrep-4.5.2.tar.gz create mode 100644 ugrep-5.0.0.tar.gz diff --git a/ugrep-4.5.2.tar.gz b/ugrep-4.5.2.tar.gz deleted file mode 100644 index fea07a7..0000000 --- a/ugrep-4.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01fabb1d65775aa90d60d37a484675d81f3d688b0a29a2ec732c7843bc2b2f32 -size 6205239 diff --git a/ugrep-5.0.0.tar.gz b/ugrep-5.0.0.tar.gz new file mode 100644 index 0000000..5da1243 --- /dev/null +++ b/ugrep-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1dbf338bfed337fe53df0f685894c2a27d4a4fed236ebb3491441c2ccbec65 +size 6243737 diff --git a/ugrep.changes b/ugrep.changes index e90d74d..2c9fbc6 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Feb 17 10:56:22 UTC 2024 - Andreas Stieger + +- update to 5.0.0: + * new and updated regex engine to speed up searching patterns + using a new heuristic DFA cut algorithm + * new option --exclude-fs default to exclude file systems that + aren't specified as search targets + * new option --all (-@) to search all files except hidden: + cancel previous file and directory search restrictions + * TUI regex syntax highlighting improved for --fixed-strings + (-F) when used with option --bool (-% and -%%) + ------------------------------------------------------------------- Wed Jan 10 17:52:11 UTC 2024 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index afd77a2..9928507 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -2,6 +2,7 @@ # spec file for package ugrep # # Copyright (c) 2024 SUSE LLC +# Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +18,7 @@ Name: ugrep -Version: 4.5.2 +Version: 5.0.0 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause