Accepting request 999136 from home:jfkw:branches:devel:languages:go

- Update to current stable go1.19
  Refs boo#1200441 go1.19 release tracking
- Add define tsan_arch s390x ppc64le new in go1.19

OBS-URL: https://build.opensuse.org/request/show/999136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=337
This commit is contained in:
Jeff Kowalczyk 2022-08-25 15:47:43 +00:00 committed by Git OBS Bridge
parent 4f0cad4e3b
commit f7b56f8210
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 23 05:22:33 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
- 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 <jkowalczyk@suse.com>

View File

@ -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