From dce40bdb826ccf3b29c27f66bd4e39c5d082a25e1b7f9fc23458657729969626 Mon Sep 17 00:00:00 2001 From: jun wang Date: Tue, 5 Nov 2024 07:16:46 +0000 Subject: [PATCH] ugrep 7.0.2 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=156 --- ugrep-6.5.0.tar.gz | 3 --- ugrep-7.0.2.tar.gz | 3 +++ ugrep.changes | 16 ++++++++++++++++ ugrep.spec | 9 +-------- 4 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 ugrep-6.5.0.tar.gz create mode 100644 ugrep-7.0.2.tar.gz diff --git a/ugrep-6.5.0.tar.gz b/ugrep-6.5.0.tar.gz deleted file mode 100644 index 923f6d7..0000000 --- a/ugrep-6.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eec1ddcd17dcc017987caad916ed245adef5ccc151837eefae5f86047fae0d99 -size 7055035 diff --git a/ugrep-7.0.2.tar.gz b/ugrep-7.0.2.tar.gz new file mode 100644 index 0000000..81993bf --- /dev/null +++ b/ugrep-7.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb583a1569d070016ee8cf801b923f55b10556e64770fb369837f141d180449 +size 7100889 diff --git a/ugrep.changes b/ugrep.changes index 764a6b9..cd1e389 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Oct 28 20:35:07 UTC 2024 - Andreas Stieger + +- update to 7.0.2: + * rewritten SIMD acceleration logic and the search algorithm + selection decision logic to speed up pattern matching (the + actual speedup depends on the type of regex patterns specified) + * improved regex anchors and word boundary matching speed and + support + * fix option --xml pathnames with special characters, which are + unlikely to occur in pathnames, but aren't strictly forbidden + * updated option --hexdump with -ABC context hex lines before and + after a match + * the TUI now also uses the VISUAL environment variable if PAGER + is not set + ------------------------------------------------------------------- Wed Oct 9 05:24:34 UTC 2024 - jun wang diff --git a/ugrep.spec b/ugrep.spec index 57d93fa..06b70e7 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -23,7 +23,7 @@ %bcond_without fish %endif Name: ugrep -Version: 6.5.0 +Version: 7.0.2 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause @@ -46,13 +46,6 @@ Obsoletes: ugrep-indexer < 1.0.0 %if 0%{?suse_version} > 1599 BuildRequires: pkgconfig(bzip3) %endif -# lib/matcher_avx2.cpp is selected based on a runtime AVX2 check -# lib/matcher_avx512bw.cpp is selected based on runtime AVX512BW check -# Make OBS select an x86_64-v3 build host to reproducibly enable usage -# without cross-compiling -%ifarch x86_64 -#!BuildConstraint: hardware:cpu:flag x86-64-v3 -%endif %description Ugrep supports an interactive query UI and can search file systems, source