From 26b98243c781d42003dc04afa0e935b4989d07c23329921911fa2fa8eb4ed011 Mon Sep 17 00:00:00 2001 From: Graham Anderson Date: Tue, 18 Oct 2011 18:33:27 +0000 Subject: [PATCH] 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 --- VERSION | 2 +- go-0.0.r60.2+hg20110510.tar.bz2 | 3 --- go-0.0.r60.3+hg20111018.tar.bz2 | 3 +++ go.changes | 7 +++++++ go.spec | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 go-0.0.r60.2+hg20110510.tar.bz2 create mode 100644 go-0.0.r60.3+hg20111018.tar.bz2 diff --git a/VERSION b/VERSION index 3a49bff..5d811be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -release.r60.2 9950 +release.r60.3 10091 diff --git a/go-0.0.r60.2+hg20110510.tar.bz2 b/go-0.0.r60.2+hg20110510.tar.bz2 deleted file mode 100644 index 0384711..0000000 --- a/go-0.0.r60.2+hg20110510.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8198e0118a8cf80b315d5a30af12c9dd1934a4076a0177e7a90bdb5eee0a8355 -size 8220383 diff --git a/go-0.0.r60.3+hg20111018.tar.bz2 b/go-0.0.r60.3+hg20111018.tar.bz2 new file mode 100644 index 0000000..e110893 --- /dev/null +++ b/go-0.0.r60.3+hg20111018.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db982337d79d9c4d1dff34e02f5958e5a4571f29a0224d597c3a345b1e26ab28 +size 8210108 diff --git a/go.changes b/go.changes index 775751c..330a37a 100644 --- a/go.changes +++ b/go.changes @@ -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 diff --git a/go.spec b/go.spec index 77beb8c..1947682 100644 --- a/go.spec +++ b/go.spec @@ -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