Hello community,

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

Package is "go1.4"

Wed Mar 27 16:12:23 2019 rev:9 rq:686159 version:1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.4/go1.4.changes      2018-12-18 
15:00:01.770103266 +0100
+++ /work/SRC/openSUSE:Factory/.go1.4.new.25356/go1.4.changes   2019-03-27 
16:12:28.311651193 +0100
@@ -1,0 +2,5 @@
+Mon Mar 11 12:53:10 UTC 2019 - Martin Liška <[email protected]>
+
+- Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.
+
+-------------------------------------------------------------------

New:
----
  gcc9-rsp-clobber.patch

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

Other differences:
------------------
++++++ go1.4.spec ++++++
--- /var/tmp/diff_new_pack.pLAJQ1/_old  2019-03-27 16:12:29.323650934 +0100
+++ /var/tmp/diff_new_pack.pLAJQ1/_new  2019-03-27 16:12:29.323650934 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go1.4
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -74,6 +74,7 @@
 Patch12:        cmd-go-reject-update-of-VCS-inside-VCS.patch
 # PATCH-FIX-UPSTREAM (compiler-rt): Fix sanitizer build against latest glibc
 Patch100:       fix-sanitizer-build-against-latest-glibc.patch
+Patch101:       gcc9-rsp-clobber.patch
 BuildRequires:  rpm
 # for go1.4.gdbinit, directory ownership
 BuildRequires:  gdb
@@ -142,6 +143,7 @@
 # compiler-rt
 %setup -q -T -b 100 -n compiler-rt-r%{tsan_commit}
 %patch100 -p1
+%patch101 -p1
 %endif
 # go
 %setup -q -n go

++++++ gcc9-rsp-clobber.patch ++++++
--- a/lib/sanitizer_common/sanitizer_linux.cc   2018-01-11 23:53:30.000000000 
+0100
+++ b/lib/sanitizer_common/sanitizer_linux.cc.new       2019-03-10 
21:23:23.824919781 +0100
@@ -830,7 +830,7 @@
                          "d"(parent_tidptr),
                          "r"(r8),
                          "r"(r10)
-                       : "rsp", "memory", "r11", "rcx");
+                       : "memory", "r11", "rcx");
   return res;
 }
 #endif  // defined(__x86_64__) && SANITIZER_LINUX

Reply via email to