import CS delve-1.22.1-1.el9

This commit is contained in:
eabdullin 2024-09-30 15:19:44 +00:00
parent 3164f4b2b4
commit 6810bbcbfd
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
06c4b276bc828b55d3333ead498e91e66e549dad SOURCES/delve-1.21.2.tar.gz
c8f99369a4bbf64032d480c11f416049c583069e SOURCES/delve-1.22.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/delve-1.21.2.tar.gz
SOURCES/delve-1.22.1.tar.gz

View File

@ -3,8 +3,8 @@
%endif
Name: delve
Version: 1.21.2
Release: 2%{?dist}
Version: 1.22.1
Release: 1%{?dist}
Summary: A debugger for the Go programming language
License: MIT
@ -71,6 +71,10 @@ done
%changelog
* Fri Aug 16 2024 Alejandro Sáez <asm@redhat.com> - 1.22.1-1
- Rebase to Delve 1.22.1
- Resolves: RHEL-50840
* Thu Jan 25 2024 Alejandro Sáez <asm@redhat.com> - 1.21.2-2
- Modify ports: Some CI systems complain about the usage of the 8888 port.
- Improve the way PPC64LE support is enabled.