ugrep 7.0.2
OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=156
This commit is contained in:
parent
c762959ed8
commit
dce40bdb82
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eec1ddcd17dcc017987caad916ed245adef5ccc151837eefae5f86047fae0d99
|
|
||||||
size 7055035
|
|
3
ugrep-7.0.2.tar.gz
Normal file
3
ugrep-7.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9fb583a1569d070016ee8cf801b923f55b10556e64770fb369837f141d180449
|
||||||
|
size 7100889
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 28 20:35:07 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- 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 <jgwang@suse.com>
|
Wed Oct 9 05:24:34 UTC 2024 - jun wang <jgwang@suse.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%bcond_without fish
|
%bcond_without fish
|
||||||
%endif
|
%endif
|
||||||
Name: ugrep
|
Name: ugrep
|
||||||
Version: 6.5.0
|
Version: 7.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Universal grep: a feature-rich grep implementation with focus on speed
|
Summary: Universal grep: a feature-rich grep implementation with focus on speed
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -46,13 +46,6 @@ Obsoletes: ugrep-indexer < 1.0.0
|
|||||||
%if 0%{?suse_version} > 1599
|
%if 0%{?suse_version} > 1599
|
||||||
BuildRequires: pkgconfig(bzip3)
|
BuildRequires: pkgconfig(bzip3)
|
||||||
%endif
|
%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
|
%description
|
||||||
Ugrep supports an interactive query UI and can search file systems, source
|
Ugrep supports an interactive query UI and can search file systems, source
|
||||||
|
Loading…
Reference in New Issue
Block a user