Accepting request 1059897 from devel:gcc

- Switch gcc to default 13.

OBS-URL: https://build.opensuse.org/request/show/1059897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=75
This commit is contained in:
Dominique Leuenberger 2023-03-19 15:16:38 +00:00 committed by Git OBS Bridge
commit 1caf4610b2
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 19 11:30:13 UTC 2023 - Richard Biener <rguenther@suse.com>
- Switch gcc to default 13.
-------------------------------------------------------------------
Fri May 20 09:41:16 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

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