diff --git a/go.changes b/go.changes index f858231..959b274 100644 --- a/go.changes +++ b/go.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 23 05:22:33 UTC 2022 - Jeff Kowalczyk + +- Update to current stable go1.19 + Refs boo#1200441 go1.19 release tracking +- Add define tsan_arch s390x ppc64le new in go1.19 + ------------------------------------------------------------------- Fri Apr 8 23:13:25 UTC 2022 - Jeff Kowalczyk diff --git a/go.spec b/go.spec index e823040..7225503 100644 --- a/go.spec +++ b/go.spec @@ -19,7 +19,7 @@ # NOTE: This logic must come from the latest go1.x package specfile. # We only build go-race on supported systems. %if 0%{suse_version} >= 1500 || 0%{?sle_version} >= 150000 -%define tsan_arch x86_64 aarch64 +%define tsan_arch x86_64 aarch64 s390x ppc64le %else # Cannot use {nil} here (ifarch doesn't like it) so just make up a fake # architecture that no build will ever match. @@ -27,7 +27,7 @@ %endif Name: go -Version: 1.18 +Version: 1.19 # Version must always be a valid golang(API) version %define api_version %{version} Release: 0