Bump to 1.7.4

Resolves: BZ#1400732
This commit is contained in:
Jakub Čajka 2016-12-02 12:06:39 +01:00
parent 85dfe17917
commit 66c8bd8593
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <jcajka@redhat.com> - 1.7.4-1
- Bump to 1.7.4
- Resolves: BZ#1400732
* Thu Nov 17 2016 Tom Callaway <spot@fedoraproject.org> - 1.7.3-2
- re-enable the NIST P-224 curve

View File

@ -1 +1 @@
83d1b7bd4281479ab7d153e5152c9fc9 go1.7.3.src.tar.gz
49c1076428a5d3b5ad7ac65233fcca2f go1.7.4.src.tar.gz