Rebase to go1.14 proper
Resolves: BZ#1792475
This commit is contained in:
parent
9f5b8dce35
commit
4487a1b142
1
.gitignore
vendored
1
.gitignore
vendored
@ -81,3 +81,4 @@
|
|||||||
/go1.13.6.src.tar.gz
|
/go1.13.6.src.tar.gz
|
||||||
/go1.14beta1.src.tar.gz
|
/go1.14beta1.src.tar.gz
|
||||||
/go1.14rc1.src.tar.gz
|
/go1.14rc1.src.tar.gz
|
||||||
|
/go1.14.src.tar.gz
|
||||||
|
@ -105,11 +105,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global go_api 1.14
|
%global go_api 1.14
|
||||||
%global go_version 1.14rc1
|
%global go_version 1.14
|
||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: 1.14
|
Version: 1.14
|
||||||
Release: 0.rc1.0%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||||
License: BSD and Public Domain
|
License: BSD and Public Domain
|
||||||
@ -581,6 +581,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 26 2020 Jakub Čajka <jcajka@redhat.com> - 1.14-1
|
||||||
|
- Rebase to go1.14 proper
|
||||||
|
- Resolves: BZ#1792475
|
||||||
|
|
||||||
* Thu Feb 06 2020 Jakub Čajka <jcajka@redhat.com> - 1.14-0.rc1.0
|
* Thu Feb 06 2020 Jakub Čajka <jcajka@redhat.com> - 1.14-0.rc1.0
|
||||||
- Rebase to go1.14.rc1
|
- Rebase to go1.14.rc1
|
||||||
- Related: BZ#1792475
|
- Related: BZ#1792475
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (go1.14rc1.src.tar.gz) = 88324a21139b89264d9b404b9283aef03aa1739e98abdef330ced93acc08bbf2aedf001cf3bae2797e892bce13346b4ed77a51dcdf57905e1f1c546d1f5b585d
|
SHA512 (go1.14.src.tar.gz) = b04f2a90b9693f2c7a0b5c7048f186318937f3dd3831162c4130d88e2b185a5047db15e284041c70f1f42da512f42e5e85c13256018982cf2739244a31874328
|
||||||
|
Loading…
Reference in New Issue
Block a user