- Update to 08/05/2011 mercurial version

* ld: fix and simplify ELF symbol generation
  * cgo: support non intel gcc machine flags
  * gc: enable building under clang/2.9
  * countless bugfixes, documentation and speed improvements
- Don't build twice (thru all.bash and make.bash)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=67
This commit is contained in:
Sascha Peilicke 2011-06-08 09:52:15 +00:00 committed by Git OBS Bridge
parent e1a1d1ca7e
commit 6aceb105ac
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63dbf3d2d2f01f68045122f8778895810e6c18572e2450b025f296934f9a031c
size 8619225

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8614ceedfdfc0ed48a069ec0ca345b0988561deb2966c35529fb308fc90211f4
size 8604251

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jun 8 07:59:53 UTC 2011 - saschpe@suse.de
- Update to 08/05/2011 mercurial version
* ld: fix and simplify ELF symbol generation
* cgo: support non intel gcc machine flags
* gc: enable building under clang/2.9
* countless bugfixes, documentation and speed improvements
- Don't build twice (thru all.bash and make.bash)
-------------------------------------------------------------------
Mon May 23 10:31:23 UTC 2011 - saschpe@suse.de

View File

@ -11,7 +11,7 @@
# published by the Open Source Initiative.
Name: go
Version: 0.0.r57.1+hg20110521
Version: 0.0.r57.1+hg20110608
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
Group: Development/Languages/Other
@ -87,7 +87,6 @@ cd src
# compile and run full test suite (disable net tests)
DISABLE_NET_TESTS=1 CFLAGS=$RPM_OPT_FLAGS LC_ALL=C PATH="$PATH:$GOBIN" ./all.bash
CFLAGS=$RPM_OPT_FLAGS LC_ALL=C PATH="$PATH:$GOBIN" ./make.bash
%install
export GOROOT="%{buildroot}%{_libdir}/%{name}"
@ -128,6 +127,7 @@ rm misc/swig/{callback/run,stdio/hello}
rm doc/codelab/wiki/{htmlify.bin,srcextract.bin}
rm misc/dashboard/builder/gobuilder
rm misc/goplay/goplay
rm -rf misc/cgo/test/{_*,*.o,*.out}
# fix bnc#686557, contains image licensed under non-commercial license
rm doc/talks/go_talk-20091030.pdf