Hello community, here is the log from the commit of package go1.12 for openSUSE:Factory checked in at 2019-06-27 15:23:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.12 (Old) and /work/SRC/openSUSE:Factory/.go1.12.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.12" Thu Jun 27 15:23:30 2019 rev:8 rq:711942 version:1.12.6 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.12/go1.12.changes 2019-06-22 11:06:28.892044971 +0200 +++ /work/SRC/openSUSE:Factory/.go1.12.new.4615/go1.12.changes 2019-06-27 15:23:31.553202431 +0200 @@ -1,0 +2,6 @@ +Tue Jun 25 08:01:10 UTC 2019 - Pavol Cupka <[email protected]> + +- adding Web Assembly stuff from misc/wasm to fix boo#1139210 +- fixing some minor rpmlint warnings + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.12.spec ++++++ --- /var/tmp/diff_new_pack.QBt11z/_old 2019-06-27 15:23:32.317203443 +0200 +++ /var/tmp/diff_new_pack.QBt11z/_new 2019-06-27 15:23:32.317203443 +0200 @@ -40,8 +40,8 @@ # By default use go and not gccgo %bcond_with gccgo -# The fallback boostrap method via %{go_bootstrap_version} would work for Leap -# but we don't have %{go_bootstrap_version} in there. Same for SLE15+ +# The fallback boostrap method via %%{go_bootstrap_version} would work for Leap +# but we don't have %%{go_bootstrap_version} in there. Same for SLE15+ #if ( 0%{?suse_version} < 1550 && 0%{?is_opensuse} ) || ( 0%{?suse_version} >= 1500 && ! 0%{?is_opensuse} ) #bcond_without gccgo #endif @@ -308,7 +308,10 @@ mv pkg $GOROOT mv bin/* $GOROOT/bin mkdir -p $GOROOT/misc/trace -mv misc/trace/*.html $GOROOT/misc/trace +mv misc/trace/* $GOROOT/misc/trace +# add wasm (Web Assembly) boo#1139210 +mkdir -p $GOROOT/misc/wasm +mv misc/wasm/* $GOROOT/misc/wasm rm -f %{buildroot}%{_bindir}/{hgpatch,quietgcc} # gdbinit
