update to go1.5.1

This commit is contained in:
Vincent Batts 2015-09-09 10:33:51 -04:00
parent a68f1b0499
commit c127d6af98
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <vbatts@fedoraproject.org> - 1.5.1-0
- update to go1.5.1
* Fri Sep 04 2015 Vincent Batts <vbatts@fedoraproject.org> - 1.5-8
- bz1258166 remove srpm macros, for go-srpm-macros

View File

@ -1 +1 @@
3f072baece07fa42d18376419afad323 go1.5.src.tar.gz
4adfbdfca523cc1c229be8a321f3602f go1.5.1.src.tar.gz