Hello community, here is the log from the commit of package go1.15 for openSUSE:Factory checked in at 2020-09-14 12:19:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.15 (Old) and /work/SRC/openSUSE:Factory/.go1.15.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.15" Mon Sep 14 12:19:22 2020 rev:3 rq:833838 version:1.15.2 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.15/go1.15.changes 2020-09-03 01:16:42.084526755 +0200 +++ /work/SRC/openSUSE:Factory/.go1.15.new.4249/go1.15.changes 2020-09-14 12:27:00.781048324 +0200 @@ -1,0 +2,31 @@ +Thu Sep 09 22:51:08 UTC 2020 - Jeff Kowalczyk <[email protected]> + +- go1.15.2 (released 2020-09-09) includes fixes to the compiler, + runtime, documentation, the go command, and the net/mail, os, + sync, and testing packages. + Refs boo#1175132 go1.15 release tracking + * go#41193 net/http/fcgi: race detected during execution of TestResponseWriterSniffsContentType test + * go#41178 doc: include fix for #34437 in Go 1.14 release notes + * go#41034 testing: Cleanup races with Logf and Errorf + * go#41011 sync: sync.Map keys will never be garbage collected + * go#40934 runtime: checkptr incorrectly -race flagging when using &^ arithmetic + * go#40900 internal/poll: CopyFileRange returns EPERM on CircleCI Docker Host running 4.10.0-40-generic + * go#40868 cmd/compile: R12 can be clobbered for write barrier call on PPC64 + * go#40849 testing: "=== PAUSE" lines do not change the test name for the next log line + * go#40845 runtime: Panic if newstack at runtime.acquireLockRank + * go#40805 cmd/test2json: tests that panic are marked as passing + * go#40804 net/mail: change in behavior of ParseAddressList("") in 1.15 + * go#40802 cmd/go: in 1.15: change in "go test" argument parsing + * go#40798 cmd/compile: inline marker targets not reachable after assembly on arm + * go#40772 cmd/compile: compiler crashes in ssa: isNonNegative bad type + * go#40767 cmd/compile: inline marker targets not reachable after assembly on ppc64x + * go#40739 internal/poll: CopyFileRange returns ENOTSUP on Linux 3.10.0 kernel on NFS mount + * go#40412 runtime: Windows service lifecycle events behave incorrectly when called within a golang environment +- Add missing '?' before 'suse_version' test by Xia Lei <[email protected]> + +------------------------------------------------------------------- +Fri Sep 4 14:51:12 UTC 2020 - Marcus Meissner <[email protected]> + +- replace binutils-gold requires by recommends for aarch64 on SLE. (bsc#1170826) + +------------------------------------------------------------------- @@ -5 +36 @@ - net/http/cgi, net/http/fcgi packages. + net/http/cgi and net/http/fcgi packages. Old: ---- go1.15.1.src.tar.gz New: ---- go1.15.2.src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.15.spec ++++++ --- /var/tmp/diff_new_pack.Cynz3V/_old 2020-09-14 12:27:02.377049342 +0200 +++ /var/tmp/diff_new_pack.Cynz3V/_new 2020-09-14 12:27:02.377049342 +0200 @@ -72,7 +72,7 @@ # Build go-race only on platforms where it's supported (both amd64 and aarch64 # requires SLE15-or-later because of C++14, and ppc64le doesn't build at all # on openSUSE yet). -%if 0%{suse_version} >= 1500 || 0%{?sle_version} >= 150000 +%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 150000 %define tsan_arch x86_64 aarch64 %else # Cannot use {nil} here (ifarch doesn't like it) so just make up a fake @@ -135,7 +135,7 @@ %endif Name: go1.15 -Version: 1.15.1 +Version: 1.15.2 Release: 0 Summary: A compiled, garbage-collected, concurrent programming language License: BSD-3-Clause @@ -183,7 +183,11 @@ # Needed on arm aarch64 to avoid # collect2: fatal error: cannot find 'ld'- %ifarch %arm aarch64 +%if 0%{?is_opensuse} Requires: binutils-gold +%else +Recommends: binutils-gold +%endif %endif Requires: gcc Provides: go = %{version} ++++++ go1.15.1.src.tar.gz -> go1.15.2.src.tar.gz ++++++ /work/SRC/openSUSE:Factory/go1.15/go1.15.1.src.tar.gz /work/SRC/openSUSE:Factory/.go1.15.new.4249/go1.15.2.src.tar.gz differ: char 144, line 1
