Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package go1.9 for openSUSE:Factory checked in at 2021-05-10 15:34:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.9 (Old) and /work/SRC/openSUSE:Factory/.go1.9.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.9" Mon May 10 15:34:10 2021 rev:14 rq:891380 version:1.9.7 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.9/go1.9.changes 2021-03-02 12:29:19.707525039 +0100 +++ /work/SRC/openSUSE:Factory/.go1.9.new.2988/go1.9.changes 2021-05-10 15:34:12.074788396 +0200 @@ -1,0 +2,7 @@ +Fri May 7 06:47:01 UTC 2021 - Richard Biener <[email protected]> + +- Use gcc-go on Factory +- Add gccgo1.16.patch to allow bootstrap with gccgo from GCC 11. + [boo#1182618] + +------------------------------------------------------------------- New: ---- gccgo1.16.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.9.spec ++++++ --- /var/tmp/diff_new_pack.0FW6vL/_old 2021-05-10 15:34:12.770785732 +0200 +++ /var/tmp/diff_new_pack.0FW6vL/_new 2021-05-10 15:34:12.774785717 +0200 @@ -86,6 +86,7 @@ Patch8: gcc6-go.patch Patch9: gcc7-go.patch Patch10: gcc9-go.patch +Patch11: gccgo1.16.patch # PATCH-FIX-UPSTREAM (compiler-rt): Fix sanitizer build against latest glibc Patch100: fix-sanitizer-build-against-latest-glibc.patch Patch101: gcc9-rsp-clobber.patch @@ -119,11 +120,17 @@ # SLE12 or Leap 42.x BuildRequires: gcc6-go %else +%if 0%{?suse_version} == 1500 +# SLE15 or Leap 15.x %ifarch %arm BuildRequires: gcc9-go %else BuildRequires: gcc7-go %endif +%else +# Factory +BuildRequires: gcc-go +%endif %endif %else # no gcc-go @@ -184,11 +191,16 @@ # SLE12 or Leap 42.x %patch8 -p1 %else +%if 0%{?suse_version} == 1500 +# SLE15 or Leap 15.x %ifarch %arm %patch10 -p1 %else %patch9 -p1 %endif +%else +%patch11 -p1 +%endif %endif %endif cp %{SOURCE4} . ++++++ gccgo1.16.patch ++++++ --- go/src/make.bash.orig 2021-05-07 06:29:38.144723482 +0000 +++ go/src/make.bash 2021-05-07 06:29:41.740763279 +0000 @@ -162,6 +162,7 @@ exit 1 fi rm -f cmd/dist/dist +export GO111MODULE=off GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist # -e doesn't propagate out of eval, so check success by hand.
