Hello community,

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

Package is "go1.11"

Thu Jun 11 14:44:05 2020 rev:22 rq:813269 version:1.11.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.11/go1.11.changes    2020-05-02 
22:13:31.532056913 +0200
+++ /work/SRC/openSUSE:Factory/.go1.11.new.3606/go1.11.changes  2020-06-11 
14:44:36.089364934 +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.11.spec ++++++
--- /var/tmp/diff_new_pack.ulvWFl/_old  2020-06-11 14:44:37.237368279 +0200
+++ /var/tmp/diff_new_pack.ulvWFl/_new  2020-06-11 14:44:37.241368290 +0200
@@ -256,6 +256,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