Accepting request 88612 from home:andtecheu:go

Update to r60.3 - Fixes bug in the reflect package: disallow Interface method on Value obtained via unexported name

OBS-URL: https://build.opensuse.org/request/show/88612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=92
This commit is contained in:
Graham Anderson 2011-10-18 18:33:27 +00:00 committed by Git OBS Bridge
parent 6b35e93354
commit 26b98243c7
5 changed files with 12 additions and 5 deletions

View File

@ -1 +1 @@
release.r60.2 9950
release.r60.3 10091

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8198e0118a8cf80b315d5a30af12c9dd1934a4076a0177e7a90bdb5eee0a8355
size 8220383

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 18 13:58:40 UTC 2011 - graham@andtech.eu
- Update to r60.3
- Fixes bug in the reflect package
* disallow Interface method on Value obtained via unexported name
-------------------------------------------------------------------
Thu Oct 6 08:14:24 UTC 2011 - graham@andtech.eu

View File

@ -11,7 +11,7 @@
# published by the Open Source Initiative.
Name: go
Version: 0.0.r60.2+hg20110510
Version: 0.0.r60.3+hg20111018
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
Group: Development/Languages/Other