Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package go1.16 for openSUSE:Factory checked 
in at 2021-02-25 18:27:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.16 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.16.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.16"

Thu Feb 25 18:27:30 2021 rev:2 rq:874740 version:1.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.16/go1.16.changes    2021-02-18 
20:52:46.411459817 +0100
+++ /work/SRC/openSUSE:Factory/.go1.16.new.2378/go1.16.changes  2021-02-25 
18:27:38.494188439 +0100
@@ -1,0 +2,5 @@
+Thu Feb 18 23:21:47 UTC 2021 - Jeff Kowalczyk <[email protected]>
+
+- gcc6-go.patch fix typo go-7 to go-6 for bootstrap on SLE-12 gcc6
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ go1.16.spec ++++++
--- /var/tmp/diff_new_pack.bYkpSP/_old  2021-02-25 18:27:39.146188863 +0100
+++ /var/tmp/diff_new_pack.bYkpSP/_new  2021-02-25 18:27:39.150188865 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go1.16
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ gcc6-go.patch ++++++
--- /var/tmp/diff_new_pack.bYkpSP/_old  2021-02-25 18:27:39.206188902 +0100
+++ /var/tmp/diff_new_pack.bYkpSP/_new  2021-02-25 18:27:39.206188902 +0100
@@ -7,7 +7,7 @@
        // or later we don't need to disable inlining to work around bugs in 
the Go 1.4 compiler.
        cmd := []string{
 -              pathf("%s/bin/go", goroot_bootstrap),
-+              pathf("%s/bin/go-7", goroot_bootstrap),
++              pathf("%s/bin/go-6", goroot_bootstrap),
                "install",
                "-gcflags=-l",
                "-tags=math_big_pure_go compiler_bootstrap",
@@ -20,7 +20,7 @@
  #
  # GOROOT_BOOTSTRAP: A working Go tree >= Go 1.4 for bootstrap.
 -# If $GOROOT_BOOTSTRAP/bin/go is missing, $(go env GOROOT) is
-+# If $GOROOT_BOOTSTRAP/bin/go-7 is missing, $(go env GOROOT) is
++# If $GOROOT_BOOTSTRAP/bin/go-6 is missing, $(go env GOROOT) is
  # tried for all "go" in $PATH. $HOME/go1.4 by default.
  
  set -e
@@ -30,8 +30,8 @@
  done; unset IFS
 -if [ ! -x "$GOROOT_BOOTSTRAP/bin/go" ]; then
 -      echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go." >&2
-+if [ ! -x "$GOROOT_BOOTSTRAP/bin/go-7" ]; then
-+      echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go-7." >&2
++if [ ! -x "$GOROOT_BOOTSTRAP/bin/go-6" ]; then
++      echo "ERROR: Cannot find $GOROOT_BOOTSTRAP/bin/go-6." >&2
        echo "Set \$GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4." >&2
        exit 1
  fi
@@ -40,7 +40,7 @@
  fi
  rm -f cmd/dist/dist
 -GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" GO111MODULE=off 
"$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
-+GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" GO111MODULE=off 
"$GOROOT_BOOTSTRAP/bin/go-7" build -o cmd/dist/dist ./cmd/dist
++GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" GO111MODULE=off 
"$GOROOT_BOOTSTRAP/bin/go-6" build -o cmd/dist/dist ./cmd/dist
  
  # -e doesn't propagate out of eval, so check success by hand.
  eval $(./cmd/dist/dist env -p || echo FAIL=true)
@@ -53,7 +53,7 @@
        GOROOT_BOOTSTRAP = $home/go1.4
  for(p in $path){
 -      if(! test -x $GOROOT_BOOTSTRAP/bin/go){
-+      if(! test -x $GOROOT_BOOTSTRAP/bin/go-7){
++      if(! test -x $GOROOT_BOOTSTRAP/bin/go-6){
                if(go_exe = `{path=$p whatis go}){
                        goroot = `{GOROOT='' $go_exe env GOROOT}
                        if(! ~ $goroot $GOROOT){
@@ -62,7 +62,7 @@
        }
  }
 -if(! test -x $GOROOT_BOOTSTRAP/bin/go){
-+if(! test -x $GOROOT_BOOTSTRAP/bin/go-7){
++if(! test -x $GOROOT_BOOTSTRAP/bin/go-6){
        echo 'ERROR: Cannot find '$GOROOT_BOOTSTRAP'/bin/go.' >[1=2]
        echo 'Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.' >[1=2]
        exit bootstrap
@@ -71,7 +71,7 @@
  if(~ $#vflag 1)
        echo cmd/dist
 -GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' GO111MODULE=off 
$GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
-+GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go-7 build 
-o cmd/dist/dist ./cmd/dist
++GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go-6 build 
-o cmd/dist/dist ./cmd/dist
  
  eval `{./cmd/dist/dist env -9}
  if(~ $#vflag 1)

Reply via email to