update to released version

This commit is contained in:
Jakub Čajka 2016-08-26 12:22:53 +02:00
parent 6896a58aa3
commit 1fe9869398
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -87,11 +87,11 @@
%endif
%global go_api 1.7
%global go_version 1.7rc5
%global go_version 1.7
Name: golang
Version: 1.7
Release: 0.3.rc5%{?dist}
Release: 1%{?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
@ -474,6 +474,10 @@ fi
%endif
%changelog
* Tue Aug 23 2016 Jakub Čajka <jcajka@redhat.com> - 1.7-1
- update to released version
- related: BZ#1342090, BZ#1357394
* Mon Aug 08 2016 Jakub Čajka <jcajka@redhat.com> - 1.7-0.3.rc5
- Obsolete golang-vet and golang-cover from golang-googlecode-tools package
vet/cover binaries are provided by golang-bin rpm (thanks to jchaloup)

View File

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