Hello community,

here is the log from the commit of package go1.14 for openSUSE:Factory checked 
in at 2020-09-14 12:18:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.14 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.14.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.14"

Mon Sep 14 12:18:22 2020 rev:10 rq:833837 version:1.14.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.14/go1.14.changes    2020-09-05 
23:57:34.907109001 +0200
+++ /work/SRC/openSUSE:Factory/.go1.14.new.4249/go1.14.changes  2020-09-14 
12:26:43.741037458 +0200
@@ -1,0 +2,31 @@
+Thu Sep 09 22:51:08 UTC 2020 - Jeff Kowalczyk <jkowalc...@suse.com>
+
+- go1.14.9 (released 2020-09-09) includes fixes to the compiler,
+  linker, runtime, documentation, and the net/http and testing
+  packages.
+  Refs boo#1164903 go1.14 release tracking
+  * go#41192 net/http/fcgi: race detected during execution of 
TestResponseWriterSniffsContentType test
+  * go#41016 net/http: Transport.CancelRequest no longer cancels in-flight 
request
+  * go#40973 net/http: RoundTrip unexpectedly changes Request
+  * go#40968 runtime: checkptr incorrectly -race flagging when using &^ 
arithmetic
+  * go#40938 cmd/compile: R12 can be clobbered for write barrier call on PPC64
+  * go#40848 testing: "=== PAUSE" lines do not change the test name for the 
next log line
+  * go#40797 cmd/compile: inline marker targets not reachable after assembly 
on arm
+  * go#40766 cmd/compile: inline marker targets not reachable after assembly 
on ppc64x
+  * go#40501 cmd/compile: for range loop reading past slice end
+  * go#40411 runtime: Windows service lifecycle events behave incorrectly when 
called within a golang environment
+  * go#40398 runtime: fatal error: checkdead: runnable g
+  * go#40192 runtime: pageAlloc.searchAddr may point to unmapped memory in 
discontiguous heaps, violating its invariant
+  * go#39955 cmd/link: incorrect GC bitmap when global's type is in another 
shared object
+  * go#39690 cmd/compile: s390x floating point <-> integer conversions 
clobbering the condition code
+  * go#39279 net/http: Re-connect with upgraded HTTP2 connection fails to send 
Request.body
+  * go#38904 doc: include fix for #34437 in Go 1.14 release notes
+- Use go_api instead of version for update-alternatives priority
+- Add missing '?' before 'suse_version' test by Xia Lei <emri...@gmail.com>
+
+-------------------------------------------------------------------
+Fri Sep  4 14:51:12 UTC 2020 - Marcus Meissner <meiss...@suse.com>
+
+- 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.14.8.src.tar.gz

New:
----
  go1.14.9.src.tar.gz

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

Other differences:
------------------
++++++ go1.14.spec ++++++
--- /var/tmp/diff_new_pack.E2DzgO/_old  2020-09-14 12:26:47.153039634 +0200
+++ /var/tmp/diff_new_pack.E2DzgO/_new  2020-09-14 12:26:47.157039636 +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.14
-Version:        1.14.8
+Version:        1.14.9
 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}
@@ -371,7 +375,7 @@
 %post
 
 update-alternatives \
-  --install %{_bindir}/go go %{_libdir}/go/%{go_api}/bin/go $((20+$(echo 
%{version} | cut -d. -f2))) \
+  --install %{_bindir}/go go %{_libdir}/go/%{go_api}/bin/go $((20+$(echo 
%{go_api} | cut -d. -f2))) \
   --slave %{_bindir}/gofmt gofmt %{_libdir}/go/%{go_api}/bin/gofmt \
   --slave %{_sysconfdir}/gdbinit.d/go.gdb go.gdb 
%{_libdir}/go/%{go_api}/bin/gdbinit.d/go.gdb
 

++++++ go1.14.8.src.tar.gz -> go1.14.9.src.tar.gz ++++++
/work/SRC/openSUSE:Factory/go1.14/go1.14.8.src.tar.gz 
/work/SRC/openSUSE:Factory/.go1.14.new.4249/go1.14.9.src.tar.gz differ: char 
15, line 1


Reply via email to