diff --git a/delve.spec b/delve.spec index 1b3e473203d85e7b7e16474724387dffc3c07c4c..4f739188c5d517f19c89688b309819ea3014ce24 100644 --- a/delve.spec +++ b/delve.spec @@ -4,8 +4,8 @@ %endif Name: delve -Version: 1.21.2 -Release: 4%{anolis_release}%{?dist} +Version: 1.22.1 +Release: 1%{anolis_release}%{?dist} Summary: A debugger for the Go programming language License: MIT @@ -56,16 +56,12 @@ install -Dpm 0755 bin/dlv %{buildroot}%{_bindir}/dlv %check -# Temporary - FIXME -# Buildroot Go is not compatible with this version of delve tests. -# We'll have to rely on downstream QE tests until delve 1.22 -# lands in the buildroot. -#export GO111MODULE=off -#export GOPATH="%{_builddir}/%{name}-%{version}/_build" -#cd "_build/src/github.com/go-delve/%{name}" -#for d in $(go list %{?exp} ./... | grep -v cmd | grep -v scripts); do -# go test %{?exp} ${d} -#done +export GO111MODULE=off +export GOPATH="%{_builddir}/%{name}-%{version}/_build" +cd "_build/src/github.com/go-delve/%{name}" +for d in $(go list %{?exp} ./... | grep -v cmd | grep -v scripts); do + go test %{?exp} ${d} +done %files @@ -76,12 +72,12 @@ install -Dpm 0755 bin/dlv %{buildroot}%{_bindir}/dlv %changelog -* Tue Sep 24 2024 Liwei Ge - 1.21.2-4.0.1 +* Wed Nov 06 2024 Liwei Ge - 1.22.1-1.0.1 - Exclude loongarch64 -* Wed Sep 18 2024 David Benoit - 1.21.2-4 -- Skip tests in %check due to incompatible Go version in buildroot (temporary). -- Resolves: RHEL-59518 +* Fri Aug 16 2024 Alejandro Sáez - 1.22.1-1 +- Rebase to 1.22.1 +- Resolves: RHEL-54307 * Wed Jan 31 2024 Alejandro Sáez - 1.21.2-3 - Skip an additional test as it's breaking in the CI system. diff --git a/download b/download index 68fa3107eaddae0a583bd3c79cad707816e8a114..8150c71a0d22819beb32b38ba8cc3ee6637c5195 100644 --- a/download +++ b/download @@ -1 +1 @@ -e438e6b33b7fbdf8ab6a4f884d289b5a delve-1.21.2.tar.gz +288b9e6caf74855e9c2bb9dcc9f4d317 delve-1.22.1.tar.gz