Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package go1.20 for openSUSE:Factory checked in at 2024-02-18 20:22:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.20 (Old) and /work/SRC/openSUSE:Factory/.go1.20.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.20" Sun Feb 18 20:22:59 2024 rev:17 rq:1147335 version:1.20.14 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.20/go1.20.changes 2024-02-07 18:48:57.447879789 +0100 +++ /work/SRC/openSUSE:Factory/.go1.20.new.1815/go1.20.changes 2024-02-18 20:23:24.738536287 +0100 @@ -1,0 +2,7 @@ +Tue Feb 6 22:28:04 UTC 2024 - Jeff Kowalczyk <[email protected]> + +- Packaging improvements: + * boo#1219988 ensure VERSION file is present in GOROOT + as required by go tool dist and go tool distpack + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.20.spec ++++++ --- /var/tmp/diff_new_pack.RQKBD5/_old 2024-02-18 20:23:25.358558663 +0100 +++ /var/tmp/diff_new_pack.RQKBD5/_new 2024-02-18 20:23:25.362558807 +0100 @@ -353,6 +353,8 @@ done # executable bash scripts called by go tool, etc find src -name "*.bash" -exec install -Dm655 \{\} %{buildroot}%{_datadir}/go/%{go_label}/\{\} \; +# VERSION file referenced by go tool dist and go tool distpack +find . -name VERSION -exec install -Dm655 \{\} %{buildroot}%{_datadir}/go/%{go_label}/\{\} \; # Trace viewer html and javascript files moved from misc/trace in # previous versions to src/cmd/trace/static in go1.19. # static contains pprof trace viewer html javascript and markdown
