diff --git a/golang-gdbinit b/golang-gdbinit index 4ef690b..ecddca6 100644 --- a/golang-gdbinit +++ b/golang-gdbinit @@ -1 +1 @@ -add-auto-load-safe-path /usr/lib/golang/src/pkg/runtime/runtime-gdb.py +add-auto-load-safe-path /usr/lib/golang/src/runtime/runtime-gdb.py diff --git a/golang.spec b/golang.spec index b094d19..87d77e9 100644 --- a/golang.spec +++ b/golang.spec @@ -44,7 +44,7 @@ Name: golang Version: 1.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Go Programming Language License: BSD @@ -419,6 +419,9 @@ fi %changelog +* Thu Aug 27 2015 Vincent Batts - 1.5-5 +- bz991759 gdb path fix + * Wed Aug 26 2015 Vincent Batts - 1.5-4 - disable shared object until linux/386 is ironned out - including the test/ directory for tests