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

- Use gcc13 compiler for Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/1079520
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.17?expand=0&rev=39
This commit is contained in:
Jeff Kowalczyk 2023-04-14 22:01:18 +00:00 committed by Git OBS Bridge
parent 3178688dcf
commit 1c1d5f4354
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 13 04:58:20 UTC 2023 - Martin Liška <mliska@suse.cz>
- Use gcc13 compiler for Tumbleweed.
-------------------------------------------------------------------
Tue Aug 23 19:49:42 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package go1.17
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -30,7 +30,7 @@
# Used to bootstrap go toolchain using specific version of gcc-go
%if 0%{?suse_version} > 1500
# openSUSE Tumbleweed
%define gcc_go_version 12
%define gcc_go_version 13
%else
%define gcc_go_version 11
%endif