From c1787d2c1f55d248b1cb3b8d992e50eeaa76307f89e7349c88d946734346e91a Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 19 Jan 2023 11:31:04 +0000 Subject: [PATCH] - Switch gcc to default 13. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=120 --- gcc.changes | 5 +++++ gcc.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gcc.changes b/gcc.changes index a29930c..a080715 100644 --- a/gcc.changes +++ b/gcc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 19 11:30:13 UTC 2023 - Richard Biener + +- Switch gcc to default 13. + ------------------------------------------------------------------- Fri May 20 09:41:16 UTC 2022 - Martin Liška diff --git a/gcc.spec b/gcc.spec index 9396e6d..f5d4a00 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,7 +1,7 @@ # # spec file for package gcc # -# 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 @@ -43,9 +43,9 @@ Name: gcc %endif %define libgccjit_sover 0 URL: http://gcc.gnu.org/ -%define gcc_version 12 -%define gcc_suffix 12 -Version: 12 +%define gcc_version 13 +%define gcc_suffix 13 +Version: 13 Release: 0 Summary: The system GNU C Compiler License: GPL-3.0-or-later @@ -136,6 +136,7 @@ The system GNU Compiler documentation. # install / update the entries + %post -n gcc-info %install_info --info-dir=%{_infodir} --name=cpp --description='The GNU C preprocessor.' %{_infodir}/cpp.info.gz %install_info --info-dir=%{_infodir} --name=gcc --description='The GNU Compiler Collection.' %{_infodir}/gcc.info.gz