Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2017-01-24 10:43:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12 13:02:58.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes       2017-01-24 
10:43:08.299446976 +0100
@@ -1,0 +2,15 @@
+Fri Dec 30 12:18:47 UTC 2016 - b...@suse.com
+
+- set libdir for s390x in go.sh
+
+-------------------------------------------------------------------
+Fri Dec 30 12:02:55 UTC 2016 - b...@suse.com
+
+- define go_arch to s390x
+
+-------------------------------------------------------------------
+Wed Dec 21 23:00:16 UTC 2016 - mp...@suse.com
+
+- Added s390x to the list of architectures that get built.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go.spec ++++++
--- /var/tmp/diff_new_pack.bZxgJ3/_old  2017-01-24 10:43:09.171323179 +0100
+++ /var/tmp/diff_new_pack.bZxgJ3/_new  2017-01-24 10:43:09.171323179 +0100
@@ -136,7 +136,7 @@
 # go-vim/emacs were separate projects starting from 1.4
 Obsoletes:      go-emacs <= 1.3.3
 Obsoletes:      go-vim <= 1.3.3
-ExclusiveArch:  %ix86 x86_64 aarch64 ppc64 ppc64le
+ExclusiveArch:  %ix86 x86_64 aarch64 ppc64 ppc64le s390x
 
 %description
 Go is an expressive, concurrent, garbage collected systems programming language
@@ -192,6 +192,9 @@
 %ifarch ppc64le
 %define go_arch ppc64le
 %endif
+%ifarch s390x
+%define go_arch s390x
+%endif
 
 %build
 %if %{with_gccgo}

++++++ go.sh ++++++
--- /var/tmp/diff_new_pack.bZxgJ3/_old  2017-01-24 10:43:09.271308982 +0100
+++ /var/tmp/diff_new_pack.bZxgJ3/_new  2017-01-24 10:43:09.275308414 +0100
@@ -25,6 +25,10 @@
        export GOARCH=arm
        libdir=lib
        ;; 
+    s390x)
+       export GOARCH=s390x
+       libdir=lib64
+       ;; 
 esac
 export GOROOT=/usr/$libdir/go
 export GOBIN=/usr/bin


Reply via email to