Merge remote-tracking branch 'up/main' into main-riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
commit
64d325c16a
1
.gitignore
vendored
1
.gitignore
vendored
@ -119,3 +119,4 @@
|
|||||||
/go1.19beta1.src.tar.gz
|
/go1.19beta1.src.tar.gz
|
||||||
/go1.19rc1.src.tar.gz
|
/go1.19rc1.src.tar.gz
|
||||||
/go1.19rc2.src.tar.gz
|
/go1.19rc2.src.tar.gz
|
||||||
|
/go1.19.src.tar.gz
|
||||||
|
13
golang.spec
13
golang.spec
@ -110,14 +110,14 @@
|
|||||||
|
|
||||||
# Comment out go_prerelease and go_patch as needed
|
# Comment out go_prerelease and go_patch as needed
|
||||||
%global go_api 1.19
|
%global go_api 1.19
|
||||||
%global go_prerelease rc2
|
#global go_prerelease rc2
|
||||||
#global go_patch 1
|
#global go_patch 0
|
||||||
|
|
||||||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
||||||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
||||||
|
|
||||||
# For rpmdev-bumpspec and releng automation
|
# For rpmdev-bumpspec and releng automation
|
||||||
%global baserelease 2
|
%global baserelease 1
|
||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: %{go_version}
|
Version: %{go_version}
|
||||||
@ -494,7 +494,6 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE PATENTS
|
%license LICENSE PATENTS
|
||||||
%doc AUTHORS CONTRIBUTORS
|
|
||||||
# VERSION has to be present in the GOROOT, for `go install std` to work
|
# VERSION has to be present in the GOROOT, for `go install std` to work
|
||||||
%doc %{goroot}/VERSION
|
%doc %{goroot}/VERSION
|
||||||
%dir %{goroot}/doc
|
%dir %{goroot}/doc
|
||||||
@ -541,9 +540,13 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 22 2022 David Abdurachmanov <davidlt@rivosinc.org> - 1.19~rc2-2.0.riscv64
|
* Tue Aug 16 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.19-1.0.riscv64
|
||||||
- Enable riscv64
|
- Enable riscv64
|
||||||
|
|
||||||
|
* Tue Aug 02 2022 Alejandro Sáez <asm@redhat.com> - 1.19-1
|
||||||
|
- Update to go1.19.0
|
||||||
|
- Remove reference to AUTHORS and CONTRIBUTORS due to https://github.com/golang/go/issues/53961
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19~rc2-2
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.19~rc2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (go1.19rc2.src.tar.gz) = b4407bb4cb1abdff7d619876282beeab7a94ae7d0b050de78168083029933cac04a49107e2f7cd43adf2c25946959fa5545ea29c6238fbed39c980117fdcb2dc
|
SHA512 (go1.19.src.tar.gz) = c4460d54957a0bcf3407ea72cd1c6b3c645ef4ef6cc0fa142a80cb43c06ca4af31d52b0ccd723c81d17a62004bc96559cad23da874a4b668b4d8b168f1da2186
|
||||||
|
Loading…
Reference in New Issue
Block a user