Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package go1.4 for openSUSE:Factory checked 
in at 2021-07-27 14:31:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.4 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.4.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.4"

Tue Jul 27 14:31:52 2021 rev:12 rq:908530 version:1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.4/go1.4.changes      2020-06-11 
14:46:58.129778722 +0200
+++ /work/SRC/openSUSE:Factory/.go1.4.new.1899/go1.4.changes    2021-07-27 
14:32:06.547481282 +0200
@@ -1,0 +2,5 @@
+Mon Jul 12 07:28:37 UTC 2021 - Richard Biener <rguent...@suse.com>
+
+- Add compiler-rt-fix-tsan-build.patch to fix build with gcc-PIE.
+
+-------------------------------------------------------------------

New:
----
  compiler-rt-fix-tsan-build.patch

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

Other differences:
------------------
++++++ go1.4.spec ++++++
--- /var/tmp/diff_new_pack.RgAJr7/_old  2021-07-27 14:32:07.411480427 +0200
+++ /var/tmp/diff_new_pack.RgAJr7/_new  2021-07-27 14:32:07.415480422 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package go1.4
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -75,6 +75,7 @@
 # PATCH-FIX-UPSTREAM (compiler-rt): Fix sanitizer build against latest glibc
 Patch100:       fix-sanitizer-build-against-latest-glibc.patch
 Patch101:       gcc9-rsp-clobber.patch
+Patch102:       compiler-rt-fix-tsan-build.patch
 BuildRequires:  rpm
 # for go1.4.gdbinit, directory ownership
 BuildRequires:  gdb
@@ -144,6 +145,7 @@
 %setup -q -T -b 100 -n compiler-rt-r%{tsan_commit}
 %patch100 -p1
 %patch101 -p1
+%patch102 -p1
 %endif
 # go
 %setup -q -n go

++++++ compiler-rt-fix-tsan-build.patch ++++++
--- compiler-rt-r215000/lib/tsan/go/buildgo.sh.orig     2021-07-12 
09:06:26.349444513 +0200
+++ compiler-rt-r215000/lib/tsan/go/buildgo.sh  2021-07-12 09:06:58.949876578 
+0200
@@ -31,7 +31,7 @@
 if [ "`uname -a | grep Linux`" != "" ]; then
        SUFFIX="linux_amd64"
        OSCFLAGS="-fPIC -ffreestanding -Wno-maybe-uninitialized 
-Wno-unused-const-variable -Werror -Wno-unknown-warning-option"
-       OSLDFLAGS="-lpthread -fPIC -fpie"
+       OSLDFLAGS="-lpthread -fPIC -fpie -no-pie"
        SRCS+="
                ../rtl/tsan_platform_linux.cc
                ../../sanitizer_common/sanitizer_posix.cc

Reply via email to