Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gopls for openSUSE:Factory checked in at 2023-08-18 19:28:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gopls (Old) and /work/SRC/openSUSE:Factory/.gopls.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gopls" Fri Aug 18 19:28:38 2023 rev:4 rq:1104477 version:0.13.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gopls/gopls.changes 2023-08-13 19:18:00.928128781 +0200 +++ /work/SRC/openSUSE:Factory/.gopls.new.1766/gopls.changes 2023-08-18 19:29:06.291396140 +0200 @@ -1,0 +2,7 @@ +Thu Aug 17 20:11:29 UTC 2023 - jkowalc...@suse.com + +- Update to version 0.13.2: + * gopls: update go.mod for v0.13.2-pre.1 + * [gopls-release-branch.0.13] refactor/satisfy: (re)allow composite lits of pointer type + +------------------------------------------------------------------- Old: ---- gopls-0.13.1.tar.gz New: ---- gopls-0.13.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gopls.spec ++++++ --- /var/tmp/diff_new_pack.H8Gk0s/_old 2023-08-18 19:29:07.943399103 +0200 +++ /var/tmp/diff_new_pack.H8Gk0s/_new 2023-08-18 19:29:07.955399124 +0200 @@ -17,7 +17,7 @@ Name: gopls -Version: 0.13.1 +Version: 0.13.2 Release: 0 Summary: Go LSP protocol language server License: BSD-3-Clause ++++++ _service ++++++ --- /var/tmp/diff_new_pack.H8Gk0s/_old 2023-08-18 19:29:08.011399224 +0200 +++ /var/tmp/diff_new_pack.H8Gk0s/_new 2023-08-18 19:29:08.019399239 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="include">gopls</param> <param name="include">LICENSE</param> - <param name="revision">gopls/v0.13.1</param> + <param name="revision">gopls/v0.13.2</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">gopls/v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.H8Gk0s/_old 2023-08-18 19:29:08.059399311 +0200 +++ /var/tmp/diff_new_pack.H8Gk0s/_new 2023-08-18 19:29:08.063399318 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/golang/tools.git</param> - <param name="changesrevision">6888018a4a5fcc03b1c31df9ebaca094648b175b</param></service></servicedata> + <param name="changesrevision">2f9d82ff532e4e725d7cf0f44aa0d5bacd283e18</param></service></servicedata> (No newline at EOF) ++++++ gopls-0.13.1.tar.gz -> gopls-0.13.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gopls-0.13.1/gopls/go.mod new/gopls-0.13.2/gopls/go.mod --- old/gopls-0.13.1/gopls/go.mod 2023-08-01 19:24:57.000000000 +0200 +++ new/gopls-0.13.2/gopls/go.mod 2023-08-10 21:32:28.000000000 +0200 @@ -11,7 +11,7 @@ golang.org/x/sync v0.3.0 golang.org/x/sys v0.10.0 golang.org/x/text v0.11.0 - golang.org/x/tools v0.11.2-0.20230801165449-23c7f589706c + golang.org/x/tools v0.11.2-0.20230810185051-cc6b5804b8cf golang.org/x/vuln v0.0.0-20230110180137-6ad3e3d07815 gopkg.in/yaml.v3 v3.0.1 honnef.co/go/tools v0.4.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gopls-0.13.1/gopls/go.sum new/gopls-0.13.2/gopls/go.sum --- old/gopls-0.13.1/gopls/go.sum 2023-08-01 19:24:57.000000000 +0200 +++ new/gopls-0.13.2/gopls/go.sum 2023-08-10 21:32:28.000000000 +0200 @@ -122,8 +122,8 @@ golang.org/x/tools v0.4.1-0.20221208213631-3f74d914ae6d/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= golang.org/x/tools v0.4.1-0.20221217013628-b4dfc36097e2/go.mod h1:UE5sM2OK9E/d67R0ANs2xJizIymRP5gJU295PvKXxjQ= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= -golang.org/x/tools v0.11.2-0.20230801165449-23c7f589706c h1:YilyjKn3EDn6X+x+kP+4REeEtG3WeM52dJAr7AWzVrQ= -golang.org/x/tools v0.11.2-0.20230801165449-23c7f589706c/go.mod h1:anzJrxPjNtfgiYQYirP2CPGzGLxrH2u2QBhn6Bf3qY8= +golang.org/x/tools v0.11.2-0.20230810185051-cc6b5804b8cf h1:Oush7UwPamr2/iNeNFBuNFj89YyHn0YY69EKDdvANnk= +golang.org/x/tools v0.11.2-0.20230810185051-cc6b5804b8cf/go.mod h1:anzJrxPjNtfgiYQYirP2CPGzGLxrH2u2QBhn6Bf3qY8= golang.org/x/vuln v0.0.0-20230110180137-6ad3e3d07815 h1:A9kONVi4+AnuOr1dopsibH6hLi1Huy54cbeJxnq4vmU= golang.org/x/vuln v0.0.0-20230110180137-6ad3e3d07815/go.mod h1:XJiVExZgoZfrrxoTeVsFYrSSk1snhfpOEC95JL+A4T0= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gopls-0.13.1/gopls/internal/lsp/debug/info.go new/gopls-0.13.2/gopls/internal/lsp/debug/info.go --- old/gopls-0.13.1/gopls/internal/lsp/debug/info.go 2023-08-01 19:24:57.000000000 +0200 +++ new/gopls-0.13.2/gopls/internal/lsp/debug/info.go 2023-08-10 21:32:28.000000000 +0200 @@ -30,7 +30,7 @@ ) // Version is a manually-updated mechanism for tracking versions. -const Version = "v0.13.1" +const Version = "v0.13.2" // ServerVersion is the format used by gopls to report its version to the // client. This format is structured so that the client can parse it easily. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gopls-0.13.1/gopls/internal/regtest/marker/testdata/rename/issue61813.txt new/gopls-0.13.2/gopls/internal/regtest/marker/testdata/rename/issue61813.txt --- old/gopls-0.13.1/gopls/internal/regtest/marker/testdata/rename/issue61813.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/gopls-0.13.2/gopls/internal/regtest/marker/testdata/rename/issue61813.txt 2023-08-10 21:32:28.000000000 +0200 @@ -0,0 +1,18 @@ +This test exercises the panic reported in golang/go#61813. + +-- p.go -- +package p + +type P struct{} + +func (P) M() {} //@rename("M", N, MToN) + +var x = []*P{{}} +-- @MToN/p.go -- +package p + +type P struct{} + +func (P) N() {} //@rename("M", N, MToN) + +var x = []*P{{}} ++++++ vendor.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/tools/refactor/satisfy/find.go new/vendor/golang.org/x/tools/refactor/satisfy/find.go --- old/vendor/golang.org/x/tools/refactor/satisfy/find.go 2023-08-12 15:48:33.000000000 +0200 +++ new/vendor/golang.org/x/tools/refactor/satisfy/find.go 2023-08-17 22:11:32.000000000 +0200 @@ -355,7 +355,7 @@ f.sig = saved case *ast.CompositeLit: - switch T := coreType(tv.Type).(type) { + switch T := coreType(deref(tv.Type)).(type) { case *types.Struct: for i, elem := range e.Elts { if kv, ok := elem.(*ast.KeyValueExpr); ok { @@ -386,7 +386,7 @@ } default: - panic("unexpected composite literal type: " + tv.Type.String()) + panic(fmt.Sprintf("unexpected composite literal type %T: %v", tv.Type, tv.Type.String())) } case *ast.ParenExpr: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt --- old/vendor/modules.txt 2023-08-12 15:48:33.000000000 +0200 +++ new/vendor/modules.txt 2023-08-17 22:11:32.000000000 +0200 @@ -50,7 +50,7 @@ ## explicit; go 1.17 golang.org/x/text/unicode/rangetable golang.org/x/text/unicode/runenames -# golang.org/x/tools v0.11.2-0.20230801165449-23c7f589706c +# golang.org/x/tools v0.11.2-0.20230810185051-cc6b5804b8cf ## explicit; go 1.18 golang.org/x/tools/cover golang.org/x/tools/go/analysis