Accepting request 1195824 from utilities
OBS-URL: https://build.opensuse.org/request/show/1195824 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ugrep?expand=0&rev=74
This commit is contained in:
commit
dae5f33d49
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a90929a36c3adfbfc493cd808b0ca1e6ca0b06932447a91eaa598ad8b377bbc4
|
||||
size 7045057
|
3
ugrep-6.5.0.tar.gz
Normal file
3
ugrep-6.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eec1ddcd17dcc017987caad916ed245adef5ccc151837eefae5f86047fae0d99
|
||||
size 7055035
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 24 07:09:34 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 6.5.0
|
||||
* faster binary file checking with SIMD (SSE2/AVX2/NEON) UTF-8
|
||||
validation
|
||||
* new option --context-separator=SEP
|
||||
* options -W and -X now also apply to --format fields %o and %O
|
||||
to output hex
|
||||
* ugrep-indexer option -z (indexes compressed files and
|
||||
zip/7z/tar/cpio/pax archives) no longer indexes hidden
|
||||
directories and files (i.e. "dotfiles") stored in archives, to
|
||||
save space
|
||||
- make spec build on Amazon Linux 2023
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 17:04:45 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
16
ugrep.spec
16
ugrep.spec
@ -17,16 +17,21 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?amzn}
|
||||
%bcond_with fish
|
||||
%else
|
||||
%bcond_without fish
|
||||
%endif
|
||||
Name: ugrep
|
||||
Version: 6.4.1
|
||||
Version: 6.5.0
|
||||
Release: 0
|
||||
Summary: Universal grep: a feature-rich grep implementation with focus on speed
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/Genivia/ugrep
|
||||
Source: https://github.com/Genivia/ugrep/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(libbrotlidec)
|
||||
@ -77,6 +82,7 @@ BuildArch: noarch
|
||||
|
||||
This package contains the zsh completion for ugrep.
|
||||
|
||||
%if %{with fish}
|
||||
%package fish-completion
|
||||
Summary: Fish completion for ugrep
|
||||
BuildRequires: fish
|
||||
@ -88,6 +94,7 @@ BuildArch: noarch
|
||||
%description fish-completion
|
||||
|
||||
This package contains the fish completion for ugrep.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
@ -97,6 +104,9 @@ This package contains the fish completion for ugrep.
|
||||
--enable-color \
|
||||
%if 0%{?suse_version} > 1599
|
||||
--with-bzip3 \
|
||||
%endif
|
||||
%if !%{with fish}
|
||||
--with-fish-completion-dir=no \
|
||||
%endif
|
||||
%{nil}
|
||||
%make_build
|
||||
@ -123,8 +133,10 @@ This package contains the fish completion for ugrep.
|
||||
%license LICENSE.txt
|
||||
%{_datadir}/zsh/site-functions/*
|
||||
|
||||
%if %{with fish}
|
||||
%files fish-completion
|
||||
%license LICENSE.txt
|
||||
%{_datadir}/fish/vendor_completions.d/*.fish
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user