Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package delve for openSUSE:Factory checked in at 2023-04-07 18:16:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/delve (Old) and /work/SRC/openSUSE:Factory/.delve.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "delve" Fri Apr 7 18:16:38 2023 rev:7 rq:1077787 version:1.20.2 Changes: -------- --- /work/SRC/openSUSE:Factory/delve/delve.changes 2022-12-09 13:19:30.859554124 +0100 +++ /work/SRC/openSUSE:Factory/.delve.new.19717/delve.changes 2023-04-07 18:16:40.496665924 +0200 @@ -1,0 +2,68 @@ +Thu Apr 06 19:56:10 UTC 2023 - jkowalc...@suse.com + +- Update to version 1.20.2: + * proc: fix TestEvalExpression on Windows (#3313) + * terminal: Fix printing boolean values in Starlark scripts (#3314) + * proc: fix escapeCheck infinite recursion if something can not be (#3311) + * proc: support multiple functions with the same name (#3297) + * proc: fuzzing expression evaluator and variable loader (#3293) + * proc: limit maximum time.Time we try to format (#3294) + * Documentation: expand project layout to match usage (#3304) + * proc: fix automatic breakpoints visibility (#3300) + * proc,terminal: remove unused unexported functions (#3299) + * cmd/dlv: Add flag to replay for rr onprocess pid (#3281) + * proc: do not try to load a non-empty slice if the base address is 0 (#3295) + * Documentation: fix typo and grammar issues (#3291) + * dwarf/line: enable TestGrafana on Windows (#3289) + * dwarf/op: change generated comment header (#3288) + * proc,proc/native: adds ability to automatically debug child processes (#3165) + * Default to stop test_windows.ps1 when there is an error (#3285) + * dwarf/line: handle end_seq properly (#3277) + * proc: remove unused parameter from resolveParametricType (#3276) + * TeamCity,Documentation: use new TeamCity URL (#3275) + * terminal/logflags: Added `SetLoggerFactory(LoggerFactory)` (#3257) + * *: remove some code for Go 1.12 or earlier (#3271) + * pkg/proc,service/test: refactor to strings.ReplaceAll (#3269) + * _scripts: Update staticcheck (#3270) + * proc/native: fix syscalls to SYS_PROCESS_VM_READV (and WRITEV) (#3273) + * dwarf: fix broken external url to arm dwarf mapping (#3272) + * Documentation: watch example for arbitrary address (#3268) + * service/dap: correct typos in comments (#3264) + * cmd/dlv: fix exit status for trace subcommand (#3263) + * godwarf: Allow extracting a DWARF entry's field (#3258) + * _scripts: fix log.Printf format specifier (#3260) + * cmd/dlv, pkg/proc: use T.TempDir in tests (#3256) + * pkg/proc: do not check decl line for FunctionArguments (#3254) + * terminal: use exact window size for pager (#3249) + * proc/dwarf: Move util functions to dwarf package (#3252) + * proc/dwarf: LEB128 encode/decode in separate pkg (#3235) + * debugger,terminal: Allow setting and clearing breakpoints after process exit (#3246) + * pkg/terminal: use default for Y/n empty response (#3248) + * godwarf: Attempt to load `DW_AT_specification` if present (#3247) + * terminal: Add config options for tab printing (#3243) + * pkg/proc: fix stripping DYLD_INSERT_LIBRARIES on macOS (#3245) + * cmd/dlv: match go test behavior when dlv test gets a list of .go files (#3232) + * pkg/proc: populate pointer values (#3229) + * pkg/terminal: fix handling list colors via config (#3240) + * Documentation: document how to debug runtime with Delve (#3234) + * go.mod: update github.com/google/go-dap to v0.7.0 (#3237) + * pkg/proc: apply simplifycompositelit analysis fixes (#3236) + * proc: Fix typos in the comments (#3231) + * service/debugger: fix comment on EvalVariableInScope (#3225) + * proc/native: fix FreeBSD backend (#3224) + * TeamCity: fix windows/amd64 builds (#3223) + * Documentation/faq: Correct commands in substitute-path section (#3222) + * *: Change comments to match common Go standarts (#3221) + * Update github.com/derekparker/trie dependency (#3219) + * dwarf/frame: Remove expression constants (#3218) + * proc: replace os.SEEK_CUR with io.SeekCurrent (#3214) + * Documentation: add -test.run to test example (#3212) +- Packaging update source service mode to manual formerly disabled + +------------------------------------------------------------------- +Tue Dec 13 14:16:21 UTC 2022 - jkowalc...@suse.com + +- Update to version 1.20.1: + * gdbserial: continue if tcsetpgrp fails (#3211) + +------------------------------------------------------------------- Old: ---- delve-1.20.0.tar.gz New: ---- delve-1.20.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ delve.spec ++++++ --- /var/tmp/diff_new_pack.P4RZ3H/_old 2023-04-07 18:16:41.272670394 +0200 +++ /var/tmp/diff_new_pack.P4RZ3H/_new 2023-04-07 18:16:41.280670440 +0200 @@ -1,7 +1,7 @@ # # spec file for package delve # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define shortname dlv Name: delve -Version: 1.20.0 +Version: 1.20.2 Release: 0 Summary: Static website generator written in Go License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.P4RZ3H/_old 2023-04-07 18:16:41.316670648 +0200 +++ /var/tmp/diff_new_pack.P4RZ3H/_new 2023-04-07 18:16:41.320670670 +0200 @@ -1,21 +1,21 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="tar_scm" mode="manual"> <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.20.0</param> + <param name="revision">v1.20.2</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> </service> - <service name="set_version" mode="disabled"> + <service name="set_version" mode="manual"> <param name="basename">delve</param> </service> - <service name="recompress" mode="disabled"> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> - <service name="go_modules" mode="disabled"> + <service name="go_modules" mode="manual"> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.P4RZ3H/_old 2023-04-07 18:16:41.348670832 +0200 +++ /var/tmp/diff_new_pack.P4RZ3H/_new 2023-04-07 18:16:41.352670854 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/go-delve/delve.git</param> - <param name="changesrevision">f07be48220d1ffaff90b8836e8c5fc5f80d34ff8</param></service></servicedata> + <param name="changesrevision">d8ff5d1e43144605cf766f6a79ec5cd3371e07cb</param></service></servicedata> (No newline at EOF) ++++++ delve-1.20.0.tar.gz -> delve-1.20.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/delve/delve-1.20.0.tar.gz /work/SRC/openSUSE:Factory/.delve.new.19717/delve-1.20.2.tar.gz differ: char 12, line 1 ++++++ vendor.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/derekparker/trie/go.mod new/vendor/github.com/derekparker/trie/go.mod --- old/vendor/github.com/derekparker/trie/go.mod 1970-01-01 01:00:00.000000000 +0100 +++ new/vendor/github.com/derekparker/trie/go.mod 2023-04-06 21:56:12.000000000 +0200 @@ -0,0 +1,3 @@ +module github.com/derekparker/trie + +go 1.19 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/derekparker/trie/trie.go new/vendor/github.com/derekparker/trie/trie.go --- old/vendor/github.com/derekparker/trie/trie.go 2022-12-08 22:24:53.000000000 +0100 +++ new/vendor/github.com/derekparker/trie/trie.go 2023-04-06 21:56:12.000000000 +0200 @@ -246,7 +246,7 @@ i int ) keys := make([]string, 0, node.termCount) - nodes := make([]*Node, 1, len(node.children)) + nodes := make([]*Node, 1, len(node.children)+1) nodes[0] = node for l := len(nodes); l != 0; l = len(nodes) { i = l - 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/google/go-dap/schematypes.go new/vendor/github.com/google/go-dap/schematypes.go --- old/vendor/github.com/google/go-dap/schematypes.go 2022-12-08 22:24:53.000000000 +0100 +++ new/vendor/github.com/google/go-dap/schematypes.go 2023-04-06 21:56:12.000000000 +0200 @@ -1827,16 +1827,16 @@ // Breakpoint: Information about a Breakpoint created in setBreakpoints, setFunctionBreakpoints, setInstructionBreakpoints, or setDataBreakpoints. type Breakpoint struct { - Id int `json:"id,omitempty"` - Verified bool `json:"verified"` - Message string `json:"message,omitempty"` - Source Source `json:"source,omitempty"` - Line int `json:"line,omitempty"` - Column int `json:"column,omitempty"` - EndLine int `json:"endLine,omitempty"` - EndColumn int `json:"endColumn,omitempty"` - InstructionReference string `json:"instructionReference,omitempty"` - Offset int `json:"offset,omitempty"` + Id int `json:"id,omitempty"` + Verified bool `json:"verified"` + Message string `json:"message,omitempty"` + Source *Source `json:"source,omitempty"` + Line int `json:"line,omitempty"` + Column int `json:"column,omitempty"` + EndLine int `json:"endLine,omitempty"` + EndColumn int `json:"endColumn,omitempty"` + InstructionReference string `json:"instructionReference,omitempty"` + Offset int `json:"offset,omitempty"` } // SteppingGranularity: The granularity of one 'step' in the stepping requests 'next', 'stepIn', 'stepOut', and 'stepBack'. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt --- old/vendor/modules.txt 2022-12-08 22:24:53.000000000 +0100 +++ new/vendor/modules.txt 2023-04-06 21:56:12.000000000 +0200 @@ -15,13 +15,13 @@ # github.com/creack/pty v1.1.9 ## explicit github.com/creack/pty -# github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 +# github.com/derekparker/trie v0.0.0-20221213183930-4c74548207f4 ## explicit github.com/derekparker/trie # github.com/go-delve/liner v1.2.3-0.20220127212407-d32d89dd2a5d ## explicit github.com/go-delve/liner -# github.com/google/go-dap v0.6.0 +# github.com/google/go-dap v0.7.0 ## explicit github.com/google/go-dap # github.com/hashicorp/golang-lru v0.5.4 @@ -91,8 +91,6 @@ golang.org/x/tools/internal/packagesinternal golang.org/x/tools/internal/typeparams golang.org/x/tools/internal/typesinternal -# golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 -## explicit # gopkg.in/yaml.v2 v2.4.0 ## explicit gopkg.in/yaml.v2