Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package go1.22 for openSUSE:Factory checked in at 2024-02-18 20:24:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.22 (Old) and /work/SRC/openSUSE:Factory/.go1.22.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.22" Sun Feb 18 20:24:49 2024 rev:5 rq:1147337 version:1.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.22/go1.22.changes 2024-02-07 18:51:31.665463050 +0100 +++ /work/SRC/openSUSE:Factory/.go1.22.new.1815/go1.22.changes 2024-02-18 20:25:22.602788546 +0100 @@ -3,0 +4,7 @@ +- Packaging improvements: + * boo#1219988 ensure VERSION file is present in GOROOT + as required by go tool dist and go tool distpack + +------------------------------------------------------------------- +Tue Feb 6 22:28:04 UTC 2024 - Jeff Kowalczyk <[email protected]> + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.22.spec ++++++ --- /var/tmp/diff_new_pack.WBDugf/_old 2024-02-18 20:25:23.234811307 +0100 +++ /var/tmp/diff_new_pack.WBDugf/_new 2024-02-18 20:25:23.234811307 +0100 @@ -358,6 +358,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 have moved in recent Go versions # Prior to go1.19 misc/trace # go1.19 to go1.21 src/cmd/trace/static
