Hello community,

here is the log from the commit of package go1.11 for openSUSE:Leap:15.2 
checked in at 2020-05-01 15:06:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/go1.11 (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.go1.11.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.11"

Fri May  1 15:06:42 2020 rev:6 rq:797261 version:1.11.13

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/go1.11/go1.11.changes  2020-04-14 
14:20:18.713244519 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.go1.11.new.2738/go1.11.changes        
2020-05-01 15:06:44.186491300 +0200
@@ -1,0 +2,5 @@
+Wed Apr 15 09:24:41 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- armv7 build hangs with gcc7-go on Leap 15.2, so use go1.4 (bsc#1167874)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ go1.11.spec ++++++
--- /var/tmp/diff_new_pack.OS8GVZ/_old  2020-05-01 15:06:44.922492899 +0200
+++ /var/tmp/diff_new_pack.OS8GVZ/_new  2020-05-01 15:06:44.926492908 +0200
@@ -30,8 +30,11 @@
 # The fallback boostrap method via go1.4 would work for Leap
 # but we don't have go1.4 in there. Same for SLE15+
 %if ( 0%{?suse_version} < 1550 && 0%{?is_opensuse} ) || ( 0%{?suse_version} >= 
1500 && ! 0%{?is_opensuse} )
+%ifnarch %arm
+# armv7 build hangs with gcc7-go on Leap 15.2, so use go1.4 - boo#1167874
 %define with_gccgo 1
 %endif
+%endif
 
 # The fallback bootstrap method via go1.4 doesn't work
 # for aarch64 nor ppc64le because go 1.4 did not support that architecture.


Reply via email to