import delve-1.7.3-1.el9

This commit is contained in:
CentOS Sources 2022-01-11 13:16:00 -05:00 committed by Stepan Oksanichenko
parent 1646977fb3
commit 399edfc85a
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
7cd75a14a9657869d2bdbd00b795d68fad35dd27 SOURCES/delve-1.7.2.tar.gz
6ea904f746f8cef82d02912a2612cb336a81d213 SOURCES/delve-1.7.3.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/delve-1.7.2.tar.gz
SOURCES/delve-1.7.3.tar.gz

View File

@ -1,5 +1,5 @@
Name: delve
Version: 1.7.2
Version: 1.7.3
Release: 1%{?dist}
Summary: A debugger for the Go programming language
@ -65,6 +65,10 @@ install -Dpm 0755 bin/dlv %{buildroot}%{_bindir}/dlv
%changelog
* Wed Dec 22 2021 Alejandro Sáez <asm@redhat.com> - 1.7.3-1
- Rebase to 1.7.3
- Related: rhbz#2031116
* Fri Nov 05 2021 Alejandro Sáez <asm@redhat.com> - 1.7.2-1
- Rebase to 1.7.2
- Related: rhbz#2014087