Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package go1.11 for openSUSE:Factory checked in at 2021-02-15 23:11:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.11 (Old) and /work/SRC/openSUSE:Factory/.go1.11.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.11" Mon Feb 15 23:11:39 2021 rev:23 rq:871025 version:1.11.13 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.11/go1.11.changes 2020-06-11 14:44:36.089364934 +0200 +++ /work/SRC/openSUSE:Factory/.go1.11.new.28504/go1.11.changes 2021-02-15 23:13:13.187119749 +0100 @@ -1,0 +2,7 @@ +Mon Feb 8 21:46:11 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- bootstrap via default "gcc-go" compiler in newer distros rather than + hardcoding gcc 9 (which is on its way out). +- drop gcc9-go.patch (obsolete) + +------------------------------------------------------------------- Old: ---- gcc9-go.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.11.spec ++++++ --- /var/tmp/diff_new_pack.igGlro/_old 2021-02-15 23:13:13.991120950 +0100 +++ /var/tmp/diff_new_pack.igGlro/_new 2021-02-15 23:13:13.995120955 +0100 @@ -1,7 +1,7 @@ # # spec file for package go1.11 # -# 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 @@ -104,7 +104,6 @@ # PATCH-FIX-UPSTREAM marguer...@opensuse.org - find /usr/bin/go-5 when bootstrapping with gcc5-go Patch8: gcc6-go.patch Patch9: gcc7-go.patch -Patch10: gcc9-go.patch Patch101: gcc9-rsp-clobber.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # boostrap @@ -120,7 +119,7 @@ # SLE15 or Leap 15.x BuildRequires: gcc7-go %else -BuildRequires: gcc9-go +BuildRequires: gcc-go %endif %endif %else @@ -206,8 +205,6 @@ %if 0%{?suse_version} == 1500 # SLE15 or Leap 15.x %patch9 -p1 -%else -%patch10 -p1 %endif %endif %endif