Hello community, here is the log from the commit of package go for openSUSE:12.1:Update:Test checked in at 2011-12-12 21:12:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.1:Update:Test/go (Old) and /work/SRC/openSUSE:12.1:Update:Test/.go.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:12.1:Update:Test/go/go.changes 2011-12-12 21:13:05.000000000 +0100 +++ /work/SRC/openSUSE:12.1:Update:Test/.go.new/go.changes 2011-12-12 21:13:07.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Dec 7 00:01:59 UTC 2011 - [email protected] + +- Set GOBIN correctly in Make.inc to point to _bindir instead + of GOROOT/bin (bnc#735288) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go.spec ++++++ --- /var/tmp/diff_new_pack.fUX1t6/_old 2011-12-12 21:13:11.000000000 +0100 +++ /var/tmp/diff_new_pack.fUX1t6/_new 2011-12-12 21:13:11.000000000 +0100 @@ -1,4 +1,7 @@ # +# spec file for package go +# +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011, Sascha Peilicke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -10,13 +13,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + + Name: go Version: 0.0.r60.3+hg20111018 Release: 0 Summary: A compiled, garbage-collected, concurrent programming language Group: Development/Languages/Other License: BSD-3-Clause -URL: http://golang.org +Url: http://golang.org Source0: go-%{version}.tar.bz2 Source1: rpmlintrc Source2: go.sh @@ -105,6 +113,9 @@ %define gdb_printer %{_libdir}/go/pkg/linux_%{go_arch}/runtime/runtime-gdb.py %build +# Fix GOBIN so that the compiler is not searched in GOROOT/bin +sed -i 's,^GOBIN=.*$,GOBIN=%{_bindir},g' src/Make.inc + export GOROOT="`pwd`" export GOBIN="$GOROOT/bin" mkdir -p "$GOBIN" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
