Hello community,

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

Package is "go1.10"

Thu Jun 11 14:43:59 2020 rev:11 rq:813268 version:1.10.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.10/go1.10.changes    2020-05-02 
22:13:30.460054667 +0200
+++ /work/SRC/openSUSE:Factory/.go1.10.new.3606/go1.10.changes  2020-06-11 
14:44:31.597351848 +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.10.spec ++++++
--- /var/tmp/diff_new_pack.zg5w4u/_old  2020-06-11 14:44:33.373357022 +0200
+++ /var/tmp/diff_new_pack.zg5w4u/_new  2020-06-11 14:44:33.377357034 +0200
@@ -260,6 +260,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