Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2016-11-12 13:02:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go (Old)
 and      /work/SRC/openSUSE:Factory/.go.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go"

Changes:
--------
--- /work/SRC/openSUSE:Factory/go/go.changes    2016-11-04 21:02:27.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes       2016-11-12 
13:02:58.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Nov 11 04:22:29 UTC 2016 - [email protected]
+
+- Disable stripping to fix __.PKGDEF issues. bsc#964546
+  There is an upstream issue about it as well, with a patch which will
+  hopefully make Go more resilient to this issue.
+                   https://github.com/golang/go/issues/17890
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go.spec ++++++
--- /var/tmp/diff_new_pack.Nubj05/_old  2016-11-12 13:02:59.000000000 +0100
+++ /var/tmp/diff_new_pack.Nubj05/_new  2016-11-12 13:02:59.000000000 +0100
@@ -14,8 +14,15 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+# nodebuginfo
 
 
+# strip will cause Go's .a archives to become invalid because strip appears to
+# reassemble the archive incorrectly. This is a known issue upstream
+# (https://github.com/golang/go/issues/17890), but we have to deal with it in
+# the meantime.
+%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
+
 # By default use go and not gccgo
 %define with_gccgo 0
 


Reply via email to