diff --git a/.gitignore b/.gitignore index 1a16e43..44e9ea0 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /go1.6.1.src.tar.gz /go1.6.2.src.tar.gz /go1.7rc2.src.tar.gz +/go1.7rc5.src.tar.gz diff --git a/golang.spec b/golang.spec index dd2efee..f6e34db 100644 --- a/golang.spec +++ b/golang.spec @@ -87,11 +87,11 @@ %endif %global go_api 1.7 -%global go_version 1.7rc2 +%global go_version 1.7rc5 Name: golang Version: 1.7 -Release: 0.1.rc2%{?dist} +Release: 0.2.rc5%{?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 @@ -471,6 +471,10 @@ fi %endif %changelog +* Wed Aug 03 2016 Jakub Čajka - 1.7-0.2.rc5 +- rebase to go1.7rc5 +- Resolves: BZ#1342090 + * Thu Jul 21 2016 Fedora Release Engineering - 1.7-0.1.rc2 - https://fedoraproject.org/wiki/Changes/golang1.7 diff --git a/sources b/sources index 6eb9a3a..cad0e66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5cd29076e50111d299c2411ded5b427 go1.7rc2.src.tar.gz +c3938621323bbab261f9ade7c0ca4599 go1.7rc5.src.tar.gz