Hello community, here is the log from the commit of package go for openSUSE:Factory checked in at 2011-12-09 09:31:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go (Old) and /work/SRC/openSUSE:Factory/.go.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/go/go.changes 2011-10-19 14:08:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.go.new/go.changes 2011-12-09 09:31:45.000000000 +0100 @@ -1,0 +2,30 @@ +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) + +------------------------------------------------------------------- +Mon Dec 5 16:00:15 UTC 2011 - [email protected] + +- Forgot to update VERSION file + +------------------------------------------------------------------- +Mon Dec 5 15:54:30 UTC 2011 - [email protected] + +- Update to 05/12/2011 mercurial version: + * No big changes + +------------------------------------------------------------------- +Fri Dec 2 13:20:34 UTC 2011 - [email protected] + +- Update to r60.3 + weekly.2011-12-02: + * crypto/tls: cleanup certificate load on windows + * exp/ssh: add Std{in,out,err}Pipe methods to Session + * dashboard: don't choke on weird builder names. + * exp/ssh: export type signal, now Signal + * os: add ModeType constant to mask file type bits + * text/template: replace Add with AddParseTree. + * go/doc: detect headings and format them in html +- For more see http://golang.org/doc/devel/weekly.html + +------------------------------------------------------------------- Old: ---- go-0.0.r60.3+hg20111018.tar.bz2 New: ---- go-0.0.r60.3+hg20111205.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go.spec ++++++ --- /var/tmp/diff_new_pack.8jw91A/_old 2011-12-09 09:31:47.000000000 +0100 +++ /var/tmp/diff_new_pack.8jw91A/_new 2011-12-09 09:31:47.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 +Version: 0.0.r60.3+hg20111205 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" @@ -137,7 +148,6 @@ # replace $GOROOT in several scripts sed -i 's|GOROOT=.*$|GOROOT=%{_libdir}/go|g' %{buildroot}%{_bindir}/gomake -sed -i 's|GOROOT=.*$|GOROOT=%{_libdir}/go|g' %{buildroot}%{_bindir}/gotry install -Dm644 lib/{lib9.a,libbio.a,libmach.a} %{buildroot}%{_libdir} cp -r lib/godoc $GOROOT/lib @@ -151,7 +161,7 @@ rm -rf misc/cgo/test/{_*,*.o,*.out,*.6,*.8} rm -f misc/dashboard/builder/{gobuilder,*6,*.8} rm -f misc/goplay/{goplay,*.6,*.8} -rm misc/swig/{callback/run,stdio/hello} +rm -rf misc/windows rm -rf misc/cgo/test/{_*,*.o,*.out,*.6,*.8} # fix bnc#686557, contains image licensed under non-commercial license rm doc/talks/go_talk-20091030.pdf ++++++ VERSION ++++++ --- /var/tmp/diff_new_pack.8jw91A/_old 2011-12-09 09:31:47.000000000 +0100 +++ /var/tmp/diff_new_pack.8jw91A/_new 2011-12-09 09:31:47.000000000 +0100 @@ -1 +1 @@ -release.r60.3 10091 +weekly.2011-12-02 10684 ++++++ go-0.0.r60.3+hg20111018.tar.bz2 -> go-0.0.r60.3+hg20111205.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/go/go-0.0.r60.3+hg20111018.tar.bz2 /work/SRC/openSUSE:Factory/.go.new/go-0.0.r60.3+hg20111205.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
