rebase to 1.7.1

Resolves: BZ#1374103
This commit is contained in:
Jakub Čajka 2016-09-08 17:54:31 +02:00
parent 1fe9869398
commit 8bda509c5f
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/go1.7rc2.src.tar.gz
/go1.7rc5.src.tar.gz
/go1.7.src.tar.gz
/go1.7.1.src.tar.gz

View File

@ -87,10 +87,10 @@
%endif
%global go_api 1.7
%global go_version 1.7
%global go_version 1.7.1
Name: golang
Version: 1.7
Version: 1.7.1
Release: 1%{?dist}
Summary: The Go Programming Language
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
@ -474,6 +474,10 @@ fi
%endif
%changelog
* Thu Sep 08 2016 Jakub Čajka <jcajka@redhat.com> - 1.7.1-1
- rebase to 1.7.1
- Resolves: BZ#1374103
* Tue Aug 23 2016 Jakub Čajka <jcajka@redhat.com> - 1.7-1
- update to released version
- related: BZ#1342090, BZ#1357394

View File

@ -1 +1 @@
a30c3bd1a7fcc6a48acfb74936a19b4c go1.7.src.tar.gz
433e2158e5c28fe24b11622df393cc46 go1.7.1.src.tar.gz