import delve-1.8.3-1.el9

This commit is contained in:
CentOS Sources 2022-09-27 09:41:14 -04:00 committed by Stepan Oksanichenko
parent 399edfc85a
commit d33ca53987
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
6ea904f746f8cef82d02912a2612cb336a81d213 SOURCES/delve-1.7.3.tar.gz
54f3c22ff10454cbbf5e7cbabea6c8947e3368dc SOURCES/delve-1.8.3.tar.gz

2
.gitignore vendored
View File

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

View File

@ -1,5 +1,5 @@
Name: delve
Version: 1.7.3
Version: 1.8.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
* Fri Jul 15 2022 Alejandro Sáez <asm@redhat.com> - 1.8.3-1
- Rebase to 1.8.3
- Related: rhbz#2098063
* Wed Dec 22 2021 Alejandro Sáez <asm@redhat.com> - 1.7.3-1
- Rebase to 1.7.3
- Related: rhbz#2031116