From c127d6af984d39739ec1cf9921504ae4c0adef70 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 9 Sep 2015 10:33:51 -0400 Subject: [PATCH] update to go1.5.1 --- .gitignore | 1 + golang.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7995a4a..5c0b29a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /go1.5beta3.src.tar.gz /go1.5rc1.src.tar.gz /go1.5.src.tar.gz +/go1.5.1.src.tar.gz diff --git a/golang.spec b/golang.spec index 80cdd3b..af418c6 100644 --- a/golang.spec +++ b/golang.spec @@ -38,11 +38,11 @@ %endif %global go_api 1.5 -%global go_version 1.5 +%global go_version 1.5.1 Name: golang -Version: 1.5 -Release: 8%{?dist} +Version: 1.5.1 +Release: 0%{?dist} Summary: The Go Programming Language License: BSD @@ -405,6 +405,9 @@ fi %endif %changelog +* Wed Sep 09 2015 Vincent Batts - 1.5.1-0 +- update to go1.5.1 + * Fri Sep 04 2015 Vincent Batts - 1.5-8 - bz1258166 remove srpm macros, for go-srpm-macros diff --git a/sources b/sources index 259d362..23e64bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f072baece07fa42d18376419afad323 go1.5.src.tar.gz +4adfbdfca523cc1c229be8a321f3602f go1.5.1.src.tar.gz