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:
parent
3178688dcf
commit
1c1d5f4354
@ -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>
|
Tue Aug 23 19:49:42 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package go1.17
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
# Used to bootstrap go toolchain using specific version of gcc-go
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
# openSUSE Tumbleweed
|
# openSUSE Tumbleweed
|
||||||
%define gcc_go_version 12
|
%define gcc_go_version 13
|
||||||
%else
|
%else
|
||||||
%define gcc_go_version 11
|
%define gcc_go_version 11
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user