Update Delve to version 1.26.1
Resolves: RHEL-157418
This commit is contained in:
parent
00abc5f185
commit
db2bfc0f80
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/delve-1.22.1.tar.gz
|
||||
/delve-1.24.1.tar.gz
|
||||
/delve-1.25.2.tar.gz
|
||||
/delve-1.26.1.tar.gz
|
||||
|
||||
13
delve.spec
13
delve.spec
@ -8,7 +8,7 @@
|
||||
|
||||
# https://github.com/go-delve/delve
|
||||
%global goipath github.com/go-delve/delve
|
||||
Version: 1.25.2
|
||||
Version: 1.26.1
|
||||
|
||||
%global common_description %{expand:
|
||||
Delve is a debugger for the Go programming language. The goal of the project
|
||||
@ -41,27 +41,24 @@ Provides: bundled(golang(github.com/cilium/ebpf)) = 0.11.0
|
||||
Provides: bundled(golang(github.com/cosiner/argv)) = 0.1.0
|
||||
Provides: bundled(golang(github.com/cpuguy83/go.md2man/v2)) = 2.0.6
|
||||
Provides: bundled(golang(github.com/creack/pty)) = 1.1.20
|
||||
Provides: bundled(golang(github.com/derekparker/trie)) = 0.0.0.20230829180723.39f4de51ef7d
|
||||
Provides: bundled(golang(github.com/derekparker/trie/v3)) = 3.2.0
|
||||
Provides: bundled(golang(github.com/go.delve/liner)) = 1.2.3.0.20231231155935.4726ab1d7f62
|
||||
Provides: bundled(golang(github.com/google/go.dap)) = 0.12.0
|
||||
Provides: bundled(golang(github.com/hashicorp/golang.lru)) = 1.0.2
|
||||
Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = 1.1.0
|
||||
Provides: bundled(golang(github.com/mattn/go.colorable)) = 0.1.13
|
||||
Provides: bundled(golang(github.com/mattn/go.isatty)) = 0.0.20
|
||||
Provides: bundled(golang(github.com/mattn/go.runewidth)) = 0.0.13
|
||||
Provides: bundled(golang(github.com/rivo/uniseg)) = 0.2.0
|
||||
Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0
|
||||
Provides: bundled(golang(github.com/spf13/cobra)) = 1.9.1
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.6
|
||||
Provides: bundled(golang(github.com/spf13/cobra)) = 1.10.2
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.9
|
||||
Provides: bundled(golang(golang.org/x/arch)) = 0.11.0
|
||||
Provides: bundled(golang(golang.org/x/exp)) = 0.0.0.20230224173230.c95f2b4c22f2
|
||||
Provides: bundled(golang(golang.org/x/mod)) = 0.21.0
|
||||
Provides: bundled(golang(golang.org/x/sync)) = 0.8.0
|
||||
Provides: bundled(golang(golang.org/x/sys)) = 0.26.0
|
||||
Provides: bundled(golang(golang.org/x/telemetry)) = 0.0.0.20241106142447.58a1122356f5
|
||||
Provides: bundled(golang(golang.org/x/tools)) = 0.26.0
|
||||
Provides: bundled(golang(gopkg.in/yaml.v3)) = 3.0.1
|
||||
Provides: bundled(golang(go.starlark.net)) = 0.0.0.20231101134539.556fd59b42f6
|
||||
Provides: bundled(golang(go.yaml.in/yaml/v3)) = 3.0.4
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (delve-1.25.2.tar.gz) = 4696ad39625d1aa9866154ecb4ebb6bbfc58faa56db598324e224ca5f877193c4bb5124f3741c68ae1fc82b2ebc24cb4310651cfc83a944fbb2ef5edc3d115e7
|
||||
SHA512 (delve-1.26.1.tar.gz) = c69a3357173a88a5627714ad41355136417d0f14c88864bc5f52bf1abf1961ec3c2f830b9c26106e83f8a4145ac0dd06cd24dbc2589bd54baadb2f40b08d08e5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user