rebase to go1.7rc5

Resolves: BZ#1342090
This commit is contained in:
Jakub Čajka 2016-08-03 13:47:09 +02:00
parent 00c920284f
commit cf2fb88587
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@
/go1.6.1.src.tar.gz
/go1.6.2.src.tar.gz
/go1.7rc2.src.tar.gz
/go1.7rc5.src.tar.gz

View File

@ -87,11 +87,11 @@
%endif
%global go_api 1.7
%global go_version 1.7rc2
%global go_version 1.7rc5
Name: golang
Version: 1.7
Release: 0.1.rc2%{?dist}
Release: 0.2.rc5%{?dist}
Summary: The Go Programming Language
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
License: BSD and Public Domain
@ -471,6 +471,10 @@ fi
%endif
%changelog
* Wed Aug 03 2016 Jakub Čajka <jcajka@redhat.com> - 1.7-0.2.rc5
- rebase to go1.7rc5
- Resolves: BZ#1342090
* Thu Jul 21 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-0.1.rc2
- https://fedoraproject.org/wiki/Changes/golang1.7

View File

@ -1 +1 @@
c5cd29076e50111d299c2411ded5b427 go1.7rc2.src.tar.gz
c3938621323bbab261f9ade7c0ca4599 go1.7rc5.src.tar.gz