Hello community, here is the log from the commit of package go for openSUSE:Factory checked in at 2019-08-27 10:12:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go (Old) and /work/SRC/openSUSE:Factory/.go.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go" Tue Aug 27 10:12:29 2019 rev:96 rq:725167 version:1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/go/go.changes 2019-01-26 22:19:51.522979909 +0100 +++ /work/SRC/openSUSE:Factory/.go.new.7948/go.changes 2019-08-27 10:12:33.535974843 +0200 @@ -1,0 +2,31 @@ +Wed Aug 21 21:25:13 UTC 2019 - Jeff Kowalczyk <[email protected]> + +- Change suse_version >= 1315 (was 1550) defines short_version 1.12 + go1.12 packages are available for SLE-12. + +------------------------------------------------------------------- +Mon Mar 11 19:09:49 UTC 2019 - Marcus Rueckert <[email protected]> + +- bump the package only to 1.12 for distros where this actually + builds + +------------------------------------------------------------------- +Mon Mar 11 05:26:57 UTC 2019 - Jeff Kowalczyk <[email protected]> + +- go1.12 (released 2019/02/25) includes changes in the implementation of the + toolchain, runtime, and libraries. As always, the release maintains the Go 1 + promise of compatibility. Upstream expects almost all Go programs to continue + to compile and run as before. + * GO111MODULE=on enables module-aware operations outside of a module directory + * GODEBUG=tls13=1 enables opt-in support for TLS 1.3 in the crypto/tls package + per RFC 8446. Will be default in go1.13. + * trace tool now supports plotting mutator utilization curves, including + cross-references to the execution trace. These are useful for analyzing the + impact of the garbage collector on application latency and throughput. + * arm64 assembler platform register renamed from R18 to R18_PLATFORM + * improvements to gc + * race detector is now supported on linux/arm64 + * cgo is now supported on linux/ppc64 + * go1.12 is the last release that will support binary-only packages. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go.spec ++++++ --- /var/tmp/diff_new_pack.A4hCLx/_old 2019-08-27 10:12:33.971974814 +0200 +++ /var/tmp/diff_new_pack.A4hCLx/_new 2019-08-27 10:12:33.975974814 +0200 @@ -19,10 +19,14 @@ # By default we don't include tsan. It's only supported on amd64. %define tsan_arch x86_64 +%if 0%{?suse_version} >= 1315 +%define short_version 1.12 +%else %define short_version 1.11 +%endif Name: go -Version: 1.11.5 +Version: 1.12 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A compiled, garbage-collected, concurrent programming language
