Hello community, here is the log from the commit of package go1.11 for openSUSE:Factory checked in at 2019-02-11 21:16:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.11 (Old) and /work/SRC/openSUSE:Factory/.go1.11.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.11" Mon Feb 11 21:16:37 2019 rev:6 rq:672864 version:1.11.5 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.11/go1.11.changes 2019-02-04 21:24:01.731615993 +0100 +++ /work/SRC/openSUSE:Factory/.go1.11.new.28833/go1.11.changes 2019-02-11 21:16:38.527360952 +0100 @@ -1,0 +2,6 @@ +Fri Feb 8 13:59:13 UTC 2019 - Jan Engelhardt <[email protected]> + +- Fix erroneous trailing backslash in %post script. +- Use better forms of -exec \; in some places. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.11.spec ++++++ --- /var/tmp/diff_new_pack.m4c85z/_old 2019-02-11 21:16:39.335360524 +0100 +++ /var/tmp/diff_new_pack.m4c85z/_new 2019-02-11 21:16:39.335360524 +0100 @@ -230,7 +230,7 @@ %build # Remove the pre-included .sysos, to avoid shipping things we didn't compile # (which is against the openSUSE guidelines for packaging). -find . -type f -name '*.syso' -exec rm -vf {} \; +find . -type f -name '*.syso' -print -delete # First, compile LLVM's TSAN, and replace the built-in with it. We can only do # this for amd64. @@ -325,7 +325,7 @@ # documentation and examples # fix documetation permissions (rpmlint warning) -find doc/ misc/ -type f -exec chmod 0644 '{}' \; +find doc/ misc/ -type f -exec chmod 0644 '{}' + # remove unwanted arch-dependant binaries (rpmlint warning) rm -rf misc/cgo/test/{_*,*.o,*.out,*.6,*.8} # prepare go-doc @@ -340,7 +340,7 @@ update-alternatives \ --install %{_bindir}/go go %{_libdir}/go/%{go_api}/bin/go 30 \ --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 \ + --slave %{_sysconfdir}/gdbinit.d/go.gdb go.gdb %{_libdir}/go/%{go_api}/bin/gdbinit.d/go.gdb %postun if [ $1 -eq 0 ] ; then
