diff --git a/go1.17.changes b/go1.17.changes index 646d52d..ab7d531 100644 --- a/go1.17.changes +++ b/go1.17.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 13 04:58:20 UTC 2023 - Martin Liška + +- Use gcc13 compiler for Tumbleweed. + ------------------------------------------------------------------- Tue Aug 23 19:49:42 UTC 2022 - Andreas Schwab diff --git a/go1.17.spec b/go1.17.spec index 60ca8ca..5f6225e 100644 --- a/go1.17.spec +++ b/go1.17.spec @@ -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