diff --git a/.gitignore b/.gitignore index 44e9ea0..20a4ca3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/golang.spec b/golang.spec index 564932d..06d031b 100644 --- a/golang.spec +++ b/golang.spec @@ -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 - 1.7-1 +- update to released version +- related: BZ#1342090, BZ#1357394 + * Mon Aug 08 2016 Jakub Čajka - 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) diff --git a/sources b/sources index cad0e66..6489aad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3938621323bbab261f9ade7c0ca4599 go1.7rc5.src.tar.gz +a30c3bd1a7fcc6a48acfb74936a19b4c go1.7.src.tar.gz