Hello community, here is the log from the commit of package go for openSUSE:Factory checked in at 2016-07-05 09:52:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go (Old) and /work/SRC/openSUSE:Factory/.go.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go" Changes: -------- --- /work/SRC/openSUSE:Factory/go/go.changes 2016-06-19 13:54:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.go.new/go.changes 2016-07-05 09:52:47.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 23 16:27:56 UTC 2016 - [email protected] + +- bootstrap aarch64 even on SLE via gcc5-go + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go.spec ++++++ --- /var/tmp/diff_new_pack.qy9qmK/_old 2016-07-05 09:52:48.000000000 +0200 +++ /var/tmp/diff_new_pack.qy9qmK/_new 2016-07-05 09:52:48.000000000 +0200 @@ -22,9 +22,15 @@ %if 0%{?suse_version} == 1315 && 0%{?is_opensuse} %define with_gccgo 1 %else +# The fallback bootstrap method via go1.4 doesn't work +# for aarch64 because go 1.4 did not support that architecture. +%ifarch aarch64 +%define with_gccgo 1 +%else %define with_gccgo 0 %endif %endif +%endif %define go_api 1.6
