Compare commits

...
Sign in to create a new pull request.

21 commits

Author SHA1 Message Date
Packit
ea19b0619c Update to 1.26.0 upstream release
Upstream tag: v1.26.0
Upstream commit: 4e4f29ce

Commit authored by Packit automation (https://packit.dev/)
2025-12-19 20:00:02 +00:00
Alejandro Sáez
879815f21e rebuild 2025-10-10 13:13:51 +02:00
Packit
35ddcc4ce8 Update to 1.25.2 upstream release
- Resolves: rhbz#2391351

Upstream tag: v1.25.2
Upstream commit: 498ee9c2

Commit authored by Packit automation (https://packit.dev/)
2025-08-27 20:16:16 +00:00
Maxwell G
60aaee6390 Rebuild for golang-1.25.0 2025-08-15 16:10:14 -05:00
Maxwell G
324bb19e13 Revert "Rebuild for golang-1.25.0"
This reverts commit 6b1119e20c.
2025-08-15 15:29:03 -05:00
Maxwell G
6b1119e20c Rebuild for golang-1.25.0 2025-08-15 14:31:53 -05:00
Fedora Release Engineering
632559dd0b Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 19:11:55 +00:00
Packit
424ce48f52 Update to 1.25.1 upstream release
Upstream tag: v1.25.1
Upstream commit: f498dc8c

Commit authored by Packit automation (https://packit.dev/)
2025-07-18 15:47:15 +00:00
Alejandro Sáez
7f7f2c39ef Merge branch 'f41' into rawhide
Trying to fix divergent branches
2025-07-14 18:04:43 +02:00
Packit
6e3485730d Update to 1.25.0 upstream release
Upstream tag: v1.25.0
Upstream commit: a40a5e05

Commit authored by Packit automation (https://packit.dev/)
2025-06-23 11:01:04 +00:00
Yaakov Selkowitz
eade53f5c8 Enable on ppc64le
This syncs changes back from c10s:

4a0f16f6d7
034e94e7f0
0929f23d8d
2025-05-22 13:10:36 -04:00
Packit
8da1af0f1f Update to 1.24.1 upstream release
- Resolves: rhbz#2350494

Upstream tag: v1.24.1
Upstream commit: fc6a439f

Commit authored by Packit automation (https://packit.dev/)
2025-04-11 11:30:43 +02:00
Packit
a645831223 Update to 1.24.2 upstream release
- Resolves: rhbz#2358894

Upstream tag: v1.24.2
Upstream commit: f0cc62bf

Commit authored by Packit automation (https://packit.dev/)
2025-04-10 16:31:50 +00:00
Packit
ff525c696c Update to 1.24.1 upstream release
- Resolves: rhbz#2350494

Upstream tag: v1.24.1
Upstream commit: fc6a439f

Commit authored by Packit automation (https://packit.dev/)
2025-03-06 22:23:25 +00:00
Fedora Release Engineering
7251fceb8f Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 15:35:17 +00:00
Alejandro Sáez
a4f47c0f59 Enable fast forward merge 2025-01-09 13:08:41 +01:00
Packit
0b28f0edca Update to 1.24.0 upstream release
- Resolves: rhbz#2333136

Upstream tag: v1.24.0
Upstream commit: 0b7bffc7

Commit authored by Packit automation (https://packit.dev/)
2024-12-18 22:16:37 +00:00
Packit
a1251406aa Update to 1.24.0 upstream release
- Resolves: rhbz#2333136

Upstream tag: v1.24.0
Upstream commit: 0b7bffc7

Commit authored by Packit automation (https://packit.dev/)
2024-12-18 22:16:17 +00:00
Packit
ed764a4252 Update to 1.23.1 upstream release
- Resolves: rhbz#2314436

Upstream tag: v1.23.1
Upstream commit: 856ad78b

Commit authored by Packit automation (https://packit.dev/)
2024-09-24 14:09:59 +00:00
Packit
9ce6e76491 Update to 1.23.1 upstream release
- Resolves: rhbz#2314436

Upstream tag: v1.23.1
Upstream commit: 856ad78b

Commit authored by Packit automation (https://packit.dev/)
2024-09-24 14:09:40 +00:00
Alejandro Sáez
4a8bf75f66 Reverting the change back again to fedora-all
In this project I think it makes more sense to keep all of the branches
up to date automatically than worrying about the branches because it's a
final product that nothing uses as a dependency.
2024-08-09 18:50:21 +02:00
5 changed files with 32 additions and 13 deletions

8
.gitignore vendored
View file

@ -5,3 +5,11 @@
/delve-1.22.0.tar.gz
/delve-1.22.1.tar.gz
/delve-1.23.0.tar.gz
/delve-1.23.1.tar.gz
/delve-1.24.0.tar.gz
/delve-1.24.1.tar.gz
/delve-1.24.2.tar.gz
/delve-1.25.0.tar.gz
/delve-1.25.1.tar.gz
/delve-1.25.2.tar.gz
/delve-1.26.0.tar.gz

View file

@ -14,7 +14,9 @@ actions:
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches: fedora-rawhide
dist_git_branches:
rawhide:
fast_forward_merge_into: [fedora-branched]
- job: koji_build
trigger: commit

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.99.0.post1.dev3+g7c61c94b.
The file was generated using packit 1.13.0.post1.dev2+g84134016c.

View file

@ -1,19 +1,23 @@
# Run tests in check section
%bcond_without check
%ifarch ppc64le
%global exp "-tags=exp.linuxppc64le"
%endif
# https://github.com/go-delve/delve
%global goipath github.com/go-delve/delve
Version: 1.23.0
Version: 1.26.0
%global common_description %{expand:
Delve is a debugger for the Go programming language. The goal of the project
is to provide a simple, full featured debugging tool for Go. Delve should be
easy to invoke and easy to use. Chances are if you're using a debugger, things
aren't going your way. With that in mind, Delve should stay out of your way as
Delve is a debugger for the Go programming language. The goal of the project
is to provide a simple, full featured debugging tool for Go. Delve should be
easy to invoke and easy to use. Chances are if you're using a debugger, things
aren't going your way. With that in mind, Delve should stay out of your way as
much as possible.}
# Currently Delve only supports x86_64 and aarch64
%global golang_arches x86_64 aarch64
# Currently Delve only supports x86_64, aarch64, and ppc64le
%global golang_arches x86_64 aarch64 ppc64le
%gometa
@ -72,11 +76,10 @@ tar c -C vendor/ . | tar x -C %{gobuilddir}/src
%build
echo "=== Start build ==="
%gobuild -o %{gobuilddir}/bin/dlv %{goipath}/cmd/dlv
%gobuild %{?exp} -o %{gobuilddir}/bin/dlv %{goipath}/cmd/dlv
echo "=== End build ==="
%install
%gopkginstall
install -m 0755 -vd %{buildroot}%{_bindir}
install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
@ -85,13 +88,19 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
export GO111MODULE=off
export GOPATH=%{buildroot}/%{gopath}:%{gobuilddir}:%{gopath}
delvepath=%{buildroot}/%{gopath}/src/%{goipath}
mkdir -p $delvepath
mkdir -p $delvepath/pkg/dwarf/line
mkdir -p $delvepath/pkg/proc/internal
cp -r _fixtures $delvepath
cp -r pkg/dwarf $delvepath/pkg/
cp -r pkg/dwarf/line/_testdata $delvepath/pkg/dwarf/line
cp -r pkg/proc/internal/ebpf $delvepath/pkg/proc/internal/
pushd $delvepath
echo "=== Start tests ==="
%gotest $(go list ./... | awk '!/(cmd|scripts)/ {print $1}')
for d in $(go list %{?exp} ./... | grep -v cmd | grep -v scripts); do
go test %{?exp} ${d} -skip TestGuessSubstitutePath
done
echo "=== End tests ==="
rm -rf $delvepath
popd

View file

@ -1 +1 @@
SHA512 (delve-1.23.0.tar.gz) = aa0851e17690474e5a4b40f2b9008b518003237736443113ddea05d7dc94bced7f74927567ca7e8f9c7119d99e93919673ccf870244be1446f23a4f92f9d3f40
SHA512 (delve-1.26.0.tar.gz) = 1b9d5c7b91bbf1df47c1fdb3553893497defe7a71ae9c7cef160cf15afac391fe77f66b748e028b29aa3456c21cfc079c2751afb788cb065ee8580501d21ad0e