Update to go1.19.4
Resolves: rhbz#2151595
This commit is contained in:
parent
c874af597b
commit
67a51aa259
1
.gitignore
vendored
1
.gitignore
vendored
@ -123,3 +123,4 @@
|
||||
/go1.19.1.src.tar.gz
|
||||
/go1.19.2.src.tar.gz
|
||||
/go1.19.3.src.tar.gz
|
||||
/go1.19.4.src.tar.gz
|
||||
|
@ -108,13 +108,13 @@
|
||||
# Comment out go_prerelease and go_patch as needed
|
||||
%global go_api 1.19
|
||||
#global go_prerelease rc2
|
||||
%global go_patch 3
|
||||
%global go_patch 4
|
||||
|
||||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
||||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
||||
|
||||
# For rpmdev-bumpspec and releng automation
|
||||
%global baserelease 2
|
||||
%global baserelease 1
|
||||
|
||||
Name: golang
|
||||
Version: %{go_version}
|
||||
@ -538,6 +538,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 07 2022 Alejandro Sáez <asm@redhat.com> - 1.19.4-1
|
||||
- Update to go1.19.4
|
||||
- Resolves: rhbz#2151595
|
||||
|
||||
* Tue Nov 8 2022 Amit Shah <amitshah@fedoraproject.org> - 1.19.3-2
|
||||
- Fix build without binutils-gold
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (go1.19.3.src.tar.gz) = 9aa8548597d52455afad8bf3b882eeeb9992814721ff2b9d8ed1f0e1ee0fec74aecd9d4e8c9c00eafbfe690bcdc50f3ad0b00bc4818b87e9d584cce7df97ee76
|
||||
SHA512 (go1.19.4.src.tar.gz) = 00866e171d73170583e292439beecdaaee1b8fa907b6ab03013390b0cd7eaebfbe8cb9f9222f1af86933b50602e584677bc3aa25993c02d07a11625a62db263b
|
||||
|
Loading…
Reference in New Issue
Block a user