Hello community,

here is the log from the commit of package go1.9 for openSUSE:Factory checked 
in at 2020-06-11 14:46:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.9 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.9.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.9"

Thu Jun 11 14:46:07 2020 rev:12 rq:812948 version:1.9.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.9/go1.9.changes      2020-02-06 
13:05:43.716254643 +0100
+++ /work/SRC/openSUSE:Factory/.go1.9.new.3606/go1.9.changes    2020-06-11 
14:46:55.309770508 +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.9.spec ++++++
--- /var/tmp/diff_new_pack.xrZqke/_old  2020-06-11 14:46:56.841774970 +0200
+++ /var/tmp/diff_new_pack.xrZqke/_new  2020-06-11 14:46:56.845774982 +0200
@@ -236,6 +236,15 @@
 %else
 export GOROOT_BOOTSTRAP=%{_libdir}/go1.4
 %endif
+# 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}/go/%{go_api}
 export GOBIN="$GOROOT/bin"


Reply via email to