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-03-02 12:26:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.9 (Old) and /work/SRC/openSUSE:Factory/.go1.9.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.9" Tue Mar 2 12:26:47 2021 rev:13 rq:874717 version:1.9.7 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.9/go1.9.changes 2020-06-11 14:46:55.309770508 +0200 +++ /work/SRC/openSUSE:Factory/.go1.9.new.2378/go1.9.changes 2021-03-02 12:29:19.707525039 +0100 @@ -1,0 +2,5 @@ +Mon Feb 22 09:30:26 UTC 2021 - Andreas Schwab <[email protected]> + +- Don't try to build shared on ppc64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.9.spec ++++++ --- /var/tmp/diff_new_pack.pvfwva/_old 2021-03-02 12:29:20.331525597 +0100 +++ /var/tmp/diff_new_pack.pvfwva/_new 2021-03-02 12:29:20.331525597 +0100 @@ -1,7 +1,7 @@ # # spec file for package go1.9 # -# 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 @@ -41,9 +41,6 @@ # See boo#1052528 for more details. %define tsan_commit 68e1532492f9b3fce0e9024f3c31411105965b11 %define go_api 1.9 -%ifarch ppc64 -%define with_shared 0 -%endif # shared library support %if "%{rpm_vercmp %{go_api} 1.5}" > "0" %if %{with_gccgo} @@ -58,6 +55,9 @@ %else %define with_shared 0 %endif +%ifarch ppc64 +%define with_shared 0 +%endif Name: go1.9 Version: 1.9.7 Release: 0
