diff --git a/.gitignore b/.gitignore index 20a4ca3..b01c064 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/golang.spec b/golang.spec index 06d031b..b7a5f97 100644 --- a/golang.spec +++ b/golang.spec @@ -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 - 1.7.1-1 +- rebase to 1.7.1 +- Resolves: BZ#1374103 + * Tue Aug 23 2016 Jakub Čajka - 1.7-1 - update to released version - related: BZ#1342090, BZ#1357394 diff --git a/sources b/sources index 6489aad..f3a3cd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a30c3bd1a7fcc6a48acfb74936a19b4c go1.7.src.tar.gz +433e2158e5c28fe24b11622df393cc46 go1.7.1.src.tar.gz