Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2015-09-13 09:45: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    2015-09-02 00:35:57.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes       2015-09-13 
09:45:14.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 11 08:43:53 UTC 2015 - [email protected]
+
+- enable build for aarch64
+- rediff armv6l.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go.spec ++++++
--- /var/tmp/diff_new_pack.aHrdPx/_old  2015-09-13 09:45:15.000000000 +0200
+++ /var/tmp/diff_new_pack.aHrdPx/_new  2015-09-13 09:45:15.000000000 +0200
@@ -84,7 +84,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 %arm ppc64 ppc64le
+ExclusiveArch:  %ix86 x86_64 aarch64 ppc64 ppc64le
 
 %description
 Go is an expressive, concurrent, garbage collected systems programming language

++++++ armv6l.patch ++++++
--- /var/tmp/diff_new_pack.aHrdPx/_old  2015-09-13 09:45:15.000000000 +0200
+++ /var/tmp/diff_new_pack.aHrdPx/_new  2015-09-13 09:45:15.000000000 +0200
@@ -1,11 +1,11 @@
---- a/src/pkg/runtime/os_linux.h       2014-08-13 05:49:43.000000000 +0200
-+++ b/src/pkg/runtime/os_linux.h       2014-10-17 04:02:55.791948419 +0200
-@@ -16,7 +16,7 @@
- void runtime·setitimer(int32, Itimerval*, Itimerval*);
+--- a/src/runtime/os2_linux.go
++++ b/src/runtime/os2_linux.go
+@@ -6,7 +6,7 @@
  
- 
--#define       NSIG    65
-+#define       NSIG    64
- #define       SI_USER 0
- 
- // It's hard to tease out exactly how big a Sigset is, but
+ const (
+       _SS_DISABLE  = 2
+-      _NSIG        = 65
++      _NSIG        = 64
+       _SI_USER     = 0
+       _SIG_BLOCK   = 0
+       _SIG_UNBLOCK = 1



Reply via email to