Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3be1412ee6 |
||
|
|
644f359b3c |
2 changed files with 11 additions and 3 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vgrep-2.5.1.tar.gz) = 97561ac933fa8a716c9205910d088bf0bb852f2d68ea2226e27e30b5885aabd37223ec4368d72cd0ae5c72735e273004bd054a2b633e61ecb7fd854254cfaecd
|
||||
SHA512 (vgrep-2.5.6.tar.gz) = f4dca56f4cd87b92ecc95152fde38e85348283ca91015cef4b07a0d1279386daa58e7300a73f9ea9116026c41490cdfea748d9ded3dc5f808ba5abdbbe0a5a0b
|
||||
|
|
|
|||
12
vgrep.spec
12
vgrep.spec
|
|
@ -1,6 +1,6 @@
|
|||
# https://github.com/vrothberg/vgrep
|
||||
%global goipath github.com/vrothberg/vgrep
|
||||
Version: 2.5.1
|
||||
Version: 2.5.6
|
||||
|
||||
%gometa
|
||||
|
||||
|
|
@ -17,17 +17,19 @@ directory trees or showing the context lines before and after the matches.}
|
|||
%bcond_without check
|
||||
|
||||
Name: vgrep
|
||||
Release: 3%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: User-friendly pager for grep
|
||||
License: GPLv3
|
||||
URL: %{gourl}
|
||||
Source0: %{gosource}
|
||||
|
||||
BuildRequires: golang(github.com/jessevdk/go-flags)
|
||||
BuildRequires: golang(github.com/json-iterator/go)
|
||||
BuildRequires: golang(github.com/mattn/go-shellwords)
|
||||
BuildRequires: golang(github.com/nightlyone/lockfile)
|
||||
BuildRequires: golang(github.com/peterh/liner)
|
||||
BuildRequires: golang(github.com/sirupsen/logrus)
|
||||
BuildRequires: golang(golang.org/x/term)
|
||||
|
||||
BuildRequires: go-md2man
|
||||
|
||||
|
|
@ -63,6 +65,12 @@ install -D -p -m 0644 docs/vgrep.1 %{buildroot}%{_mandir}/man1/vgrep.1
|
|||
%gopkgfiles
|
||||
|
||||
%changelog
|
||||
* Sat Jul 09 2022 Maxwell G <gotmax@e.email> - 2.5.6-2
|
||||
- Rebuild for CVE-2022-{24675,28327,29526} in golang
|
||||
|
||||
* Thu Mar 31 2022 Carl George <carl@george.computer> - 2.5.6-1
|
||||
- Update to upstream 2.5.6 bug fix release
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue