update to released version
This commit is contained in:
parent
6896a58aa3
commit
1fe9869398
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user