Hello community, here is the log from the commit of package go1.4 for openSUSE:Factory checked in at 2020-06-11 14:46:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.4 (Old) and /work/SRC/openSUSE:Factory/.go1.4.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.4" Thu Jun 11 14:46:14 2020 rev:11 rq:812964 version:1.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.4/go1.4.changes 2020-01-30 09:32:47.181213500 +0100 +++ /work/SRC/openSUSE:Factory/.go1.4.new.3606/go1.4.changes 2020-06-11 14:46:58.129778722 +0200 @@ -1,0 +2,5 @@ +Mon Jun 8 08:22:07 UTC 2020 - Guillaume GARDET <[email protected]> + +- Ensure ARM arch is set properly - boo#1169832 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.4.spec ++++++ --- /var/tmp/diff_new_pack.SoKoUF/_old 2020-06-11 14:46:59.461782603 +0200 +++ /var/tmp/diff_new_pack.SoKoUF/_new 2020-06-11 14:46:59.461782603 +0200 @@ -193,6 +193,15 @@ %endif # Now, compile Go. +# Ensure ARM arch is set properly - boo#1169832 +%ifarch armv6l armv6hl +export GOARCH=arm +export GOARM=6 +%endif +%ifarch armv7l armv7hl +export GOARCH=arm +export GOARM=7 +%endif export GOROOT="`pwd`" export GOROOT_FINAL=%{_libdir}/%{name} export GOBIN="$GOROOT/bin"
