Accepting request 1144759 from devel:languages:go
- go1.20.14 (released 2024-02-06) includes fixes to the crypto/x509 package. Refs boo#1206346 go1.20 release tracking * go#64760 staticlockranking builders failing on release branches on LUCI * go#65322 crypto: rollback BoringCrypto fips-20220613 update * go#65379 crypto/x509: TestIssue51759 consistently failing on gotip-darwin-amd64_10.15 LUCI builder (forwarded request 1144758 from jfkw) OBS-URL: https://build.opensuse.org/request/show/1144759 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.20?expand=0&rev=16
This commit is contained in:
commit
d8ce2ea0b0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fe745c530f2f1d67193af3c5ea25246be077989ec5178df266e975f3532449e
|
||||
size 26287815
|
BIN
go1.20.14.src.tar.gz
(Stored with Git LFS)
Normal file
BIN
go1.20.14.src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 18:22:28 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- go1.20.14 (released 2024-02-06) includes fixes to the crypto/x509
|
||||
package.
|
||||
Refs boo#1206346 go1.20 release tracking
|
||||
* go#64760 staticlockranking builders failing on release branches on LUCI
|
||||
* go#65322 crypto: rollback BoringCrypto fips-20220613 update
|
||||
* go#65379 crypto/x509: TestIssue51759 consistently failing on gotip-darwin-amd64_10.15 LUCI builder
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 18:40:15 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
|
@ -126,7 +126,7 @@
|
||||
%endif
|
||||
|
||||
Name: go1.20
|
||||
Version: 1.20.13
|
||||
Version: 1.20.14
|
||||
Release: 0
|
||||
Summary: A compiled, garbage-collected, concurrent programming language
|
||||
License: BSD-3-Clause
|
||||
@ -166,7 +166,7 @@ BuildRequires: gcc-c++
|
||||
#BNC#818502 debug edit tool of rpm fails on i586 builds
|
||||
BuildRequires: rpm >= 4.11.1
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires: gcc
|
||||
Provides: go = %{version}
|
||||
Provides: go-devel = go%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user