Commit Graph

2 Commits

Author SHA256 Message Date
Jeff Kowalczyk
cf9f404b0b Accepting request 1090970 from home:jfkw:branches:devel:languages:go
- Refactor tarball unpacked sources layout with gopls/ as subdir.
  This allows us to include the LICENSE file at the upstream
  monorepo repository root. The changes required for the subdir
  layout are perhaps excessive for including just one metadata
  file, but serves as a good exercise for packaging other utilities
  under Go x/tools monorepo.
  * Upstream uses monorepo x/tools/ with gopls/ and others in subdirs
  * Upstream monorepo shared tools/LICENSE file in repository root dir
  * Move param subdir gopls usage from tar_scm to go_modules
  * tar_scm param include gopls and LICENSE
  * tar_scm param drop extraneous param exclude .git
  * Creates gopls-0.12.0.tar.gz unpacked layout gopls-0.12.0/gopls/go.mod
  * New layout requires moving LICENSE and vendor/ to subdir in %prep
  * New layout requires change to subdir in %build
  * New layout requires use path to subdir in %check, %install, %files

OBS-URL: https://build.opensuse.org/request/show/1090970
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/gopls?expand=0&rev=2
2023-06-05 17:51:32 +00:00
Jeff Kowalczyk
c70a37fc15 Accepting request 1090947 from home:jfkw:branches:devel:languages:go
New package gopls version 0.12.2 is the official Go language server developed by the Go team.

OBS-URL: https://build.opensuse.org/request/show/1090947
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/gopls?expand=0&rev=1
2023-06-05 14:59:21 +00:00