Hello community,

here is the log from the commit of package go1.9 for openSUSE:Factory checked 
in at 2018-03-07 10:31:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.9 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.9.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.9"

Wed Mar  7 10:31:48 2018 rev:3 rq:582601 version:1.9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.9/go1.9.changes      2018-03-01 
12:02:40.489151008 +0100
+++ /work/SRC/openSUSE:Factory/.go1.9.new/go1.9.changes 2018-03-07 
10:31:52.116557985 +0100
@@ -1,0 +2,9 @@
+Fri Mar  2 23:30:03 UTC 2018 - fcaste...@suse.com
+
+- Ensure go binaries are not stripped (eg: go tools trace), this cause
+  some of them to misbehave
+- Ensure go trace html template is shipped as part of the installation,
+  otherwise the web UI won't work
+- Fix license of go race
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ go1.9.spec ++++++
--- /var/tmp/diff_new_pack.37YgbL/_old  2018-03-07 10:31:53.216518308 +0100
+++ /var/tmp/diff_new_pack.37YgbL/_new  2018-03-07 10:31:53.220518164 +0100
@@ -21,6 +21,7 @@
 # reassemble the archive incorrectly. This is a known issue upstream
 # (https://github.com/golang/go/issues/17890), but we have to deal with it in
 # the meantime.
+%undefine _build_create_debug
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 # By default use go and not gccgo
@@ -159,7 +160,6 @@
 
 %package doc
 Summary:        Go documentation
-License:        BSD-3-Clause
 Group:          Documentation/Other
 Requires:       %{name} = %{version}
 Provides:       go-doc = %{version}
@@ -171,7 +171,6 @@
 # boo#1052528
 %package race
 Summary:        Go runtime race detector
-License:        NCSA OR MIT
 Group:          Development/Languages/Other
 Url:            https://compiler-rt.llvm.org/
 Requires:       %{name} = %{version}
@@ -309,6 +308,8 @@
 rm -rf pkg/bootstrap
 mv pkg $GOROOT
 mv bin/* $GOROOT/bin
+mkdir -p $GOROOT/misc/trace
+mv misc/trace/*.html $GOROOT/misc/trace
 rm -f %{buildroot}%{_bindir}/{hgpatch,quietgcc}
 
 # gdbinit


Reply via email to