From 0d13e2d9047cb7de2d64f95f0bc5c013f4cc3257 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 20 Aug 2015 22:05:16 +0000 Subject: [PATCH] update to go1.5 --- .gitignore | 1 + golang.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b2ab81..7995a4a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /go1.5beta2.src.tar.gz /go1.5beta3.src.tar.gz /go1.5rc1.src.tar.gz +/go1.5.src.tar.gz diff --git a/golang.spec b/golang.spec index 8ea0170..54dbf83 100644 --- a/golang.spec +++ b/golang.spec @@ -37,11 +37,11 @@ %endif %global go_api 1.5 -%global go_version 1.5rc1 +%global go_version 1.5 Name: golang Version: 1.5 -Release: 0.11.rc1%{?dist} +Release: 1%{?dist} Summary: The Go Programming Language License: BSD @@ -410,6 +410,9 @@ fi %changelog +* Thu Aug 20 2015 Vincent Batts - 1.5-1 +- updating to go1.5 + * Thu Aug 06 2015 Vincent Batts - 1.5-0.11.rc1 - fixing the sources reference diff --git a/sources b/sources index b72cabf..426a154 100644 --- a/sources +++ b/sources @@ -3,3 +3,4 @@ aa82b90515edd1fa814e5ecb4ee771a4 go1.5beta1.src.tar.gz a1389a16aeecd934fc175e4a57f59417 go1.5beta2.src.tar.gz 0020be59b7711307ebd37ac116a6ee34 go1.5beta3.src.tar.gz 778f51addfb8ddaf61ed0165a534d4e3 go1.5rc1.src.tar.gz +3f072baece07fa42d18376419afad323 go1.5.src.tar.gz