Hello community,

here is the log from the commit of package go1.4 for openSUSE:Factory checked 
in at 2018-03-26 16:03:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.4 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.4"

Mon Mar 26 16:03:28 2018 rev:7 rq:590977 version:1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.4/go1.4.changes      2018-02-27 
17:00:51.665748117 +0100
+++ /work/SRC/openSUSE:Factory/.go1.4.new/go1.4.changes 2018-03-26 
16:03:35.913248796 +0200
@@ -1,0 +2,6 @@
+Sun Mar 25 10:31:29 UTC 2018 - [email protected]
+
+- Fix patch for armv6l build
+  * armv6l.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ armv6l.patch ++++++
--- /var/tmp/diff_new_pack.GXGJc7/_old  2018-03-26 16:03:37.961175393 +0200
+++ /var/tmp/diff_new_pack.GXGJc7/_new  2018-03-26 16:03:37.961175393 +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/os_linux.h   2015-09-23 06:37:38.000000000 +0200
++++ b/src/runtime/os_linux.h   2018-03-25 12:07:58.098617526 +0200
+@@ -16,7 +16,7 @@ void runtime·setitimer(int32, Itimerval
  
- 
--#define       NSIG    65
-+#define       NSIG    64
- #define       SI_USER 0
- 
- // It's hard to tease out exactly how big a Sigset is, but
+ enum {
+       SS_DISABLE = 2,
+-      NSIG = 65,
++      NSIG = 64,
+       SI_USER = 0,
+       SIG_SETMASK = 2,
+       RLIMIT_AS = 9,


Reply via email to