diff --git a/.gitignore b/.gitignore index 43a2a7e..5019b0d 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /go1.7.src.tar.gz /go1.7.1.src.tar.gz /go1.7.3.src.tar.gz +/go1.7.4.src.tar.gz diff --git a/golang.spec b/golang.spec index 8afdcd8..1b595ab 100644 --- a/golang.spec +++ b/golang.spec @@ -87,11 +87,11 @@ %endif %global go_api 1.7 -%global go_version 1.7.3 +%global go_version 1.7.4 Name: golang -Version: 1.7.3 -Release: 2%{?dist} +Version: 1.7.4 +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 @@ -480,6 +480,10 @@ fi %endif %changelog +* Fri Dec 02 2016 Jakub Čajka - 1.7.4-1 +- Bump to 1.7.4 +- Resolves: BZ#1400732 + * Thu Nov 17 2016 Tom Callaway - 1.7.3-2 - re-enable the NIST P-224 curve diff --git a/sources b/sources index 8390332..a66d54c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83d1b7bd4281479ab7d153e5152c9fc9 go1.7.3.src.tar.gz +49c1076428a5d3b5ad7ac65233fcca2f go1.7.4.src.tar.gz