Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package delve for openSUSE:Factory checked in at 2024-07-17 15:15:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/delve (Old) and /work/SRC/openSUSE:Factory/.delve.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "delve" Wed Jul 17 15:15:01 2024 rev:13 rq:1188050 version:1.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/delve/delve.changes 2024-03-06 23:07:23.727547478 +0100 +++ /work/SRC/openSUSE:Factory/.delve.new.17339/delve.changes 2024-07-17 15:15:51.075606025 +0200 @@ -1,0 +2,69 @@ +Tue Jul 16 18:49:07 UTC 2024 - Jeff Kowalczyk <jkowalc...@suse.com> + +- Update to version 1.23.0: + * *: release version 1.23.0 (#3782) + * teamcity: fix typo in configuration (#3783) + * goversion: add 1.23 to supported versions, update test matrix (#3780) + * proc: fix bug with range-over-func stepping (#3778) + * *: replace old golang.org links with new go.dev (#3774) + * service/rpc1: add Go Reference doc (#3779) + * proc: use .closureptr for stepping through range-over-func statements (#3763) + * pkg/dwarf/line: use t.Logf instead of fmt.Printf in tests (#3772) + * pkg: refactor to buf.WriteString() (#3769) + * pkg/terminal: add missing file.Close() call (#3770) + * go.mod: update gopkg.in/yaml to v3 (#3776) + * pkg/proc: fix 404 links and change to https (#3775) + * *: remove redundant lines at the start/end of block (#3773) + * fix: LoadAbstractOriginAndSpecification infinite loop caused by abstract origin point to itself. (#3767) + * service/debugger: evaluate breakpoint vars on g-less threads (#3759) + * proc: support stepping through range-over-func statements with inlining (#3755) + * fix: mem cache out of range panic caused by overflow (#3761) + * pkg/proc,service/debugger: fix debuginfod-find source (#3762) + * refactor: move loadModuleData from runtimeTypeToDIE and expose the apis (#3741) + * all: fix typos in docs, comments and package name (#3757) + * pkg/terminal: do not use deprecated strings.Title (#3756) + * proc: initial support for expressions with range-over-func (#3750) + * *: replace fmt.Errorf with errors.New (#3752) + * pkg/astutil,pkg/elfwriter: fix package doc (#3753) + * service: print better message for unattended stops (#3747) + * proc: refactor identifier evaluation for range-over-func support (#3738) + * proc: fix TestRangeOverFuncNext (#3740) + * proc: fix bug with stack watchpoints going out of scope (#3742) + * pkg/terminal,service/debugger: Support to add a new suboption --follow-calls to trace subcommand (#3594) + * cmd/dlv: print out message with stack trace when breakpoint is hit but has no waiting client (#3632) + * proc: initial stepping with range-over-func support (#3736) + * proc/gdbserial: add environment variables to configure rr invocation (#3726) + * *: update actions/checkout to v4 (#3731) + * *: remove redundant lines at the start/end of block (#3730) + * pkg/terminal: remove deprecated starlark global options (#3722) + * gdbserial: fixes for rr 5.7.0 (#3718) + * gdbserial: update path of lldb protocol extension documentation (#3727) + * pkg/proc/gdbserial: optimize gdbwire backend (#3715) + * _scripts: upgrade to python3 (#3716) + * pkg/proc: fix watchpoints on macos (#3703) + * pkg/terminal: Add function name to return tracepoints (#3712) + * rr: fix gdb parsing (#3705) + * proc: generalize escapeCheck and allocString (#3687) + * cmd/dlv: improve positional argument completion (#3699) + * pkg/terminal: remove duplicated word (#3707) + * pkg/terminal: clear erroneous name setting on postfix if (#3702) + * tests: fix tests on Go 1.23 (#3697) + * cmd/dlv: fix panic on connect fail (#3698) + * cmd/dlv: add shell (non-)completions to flags taking args (#3696) + * proc: change 'step' command so that it steps through go statements (#3686) + * pkg/terminal: allow postfix if for breakpoint conds (#3693) + * proc: support reading captured variables of closures (#3682) + * pkg/proc: defend better against missing DWARF (#3695) + * proc,go.mod: update x/sys remove KeepAlive calls (#3680) + * proc: catch panics when reading debug info for stripped executables (#3678) + * dwarf/loclist: remove impossible condition (#3677) + * Cirrus-CI: update to FreeBSD 13.3 (#3679) + * proc/evalop: remove no longer needed old Go files (#3676) + * pkg/terminal: print breakpoint number on stop (#3675) + * pkg/terminal,pkg/proc: Implement next-instruction (#3671) + * *: Upgrade github.com/google/go-dap (#3673) + * elfwriter: add WriteSectionHeaders (#3666) + * *: misc fixes for go1.23 (#3663) + * dwarfbuilder: fix makeAbbrevTable (#3665) + +------------------------------------------------------------------- Old: ---- delve-1.22.1.tar.gz New: ---- delve-1.23.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ delve.spec ++++++ --- /var/tmp/diff_new_pack.Z9admQ/_old 2024-07-17 15:15:51.875635320 +0200 +++ /var/tmp/diff_new_pack.Z9admQ/_new 2024-07-17 15:15:51.875635320 +0200 @@ -19,7 +19,7 @@ %define shortname dlv Name: delve -Version: 1.22.1 +Version: 1.23.0 Release: 0 Summary: Debugger for the Go Programming Language License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Z9admQ/_old 2024-07-17 15:15:51.911636637 +0200 +++ /var/tmp/diff_new_pack.Z9admQ/_new 2024-07-17 15:15:51.915636784 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/go-delve/delve.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.22.1</param> + <param name="revision">v1.23.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Z9admQ/_old 2024-07-17 15:15:51.939637663 +0200 +++ /var/tmp/diff_new_pack.Z9admQ/_new 2024-07-17 15:15:51.939637663 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/go-delve/delve.git</param> - <param name="changesrevision">26799555e5518e8a9fe2d68e02379257ebda4dd2</param></service></servicedata> + <param name="changesrevision">56e9b85f40ccd5ea92186ac54dba79a2f55d2197</param></service></servicedata> (No newline at EOF) ++++++ delve-1.22.1.tar.gz -> delve-1.23.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/delve/delve-1.22.1.tar.gz /work/SRC/openSUSE:Factory/.delve.new.17339/delve-1.23.0.tar.gz differ: char 12, line 1 ++++++ vendor.tar.gz ++++++ ++++ 15946 lines of diff (skipped)