Accepting request 967780 from devel:gcc

- Switch gcc to default 12.
- Remove 2 Ada binaries.

OBS-URL: https://build.opensuse.org/request/show/967780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2022-05-10 13:09:42 +00:00 committed by Git OBS Bridge
commit 1ee0c6d261
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 6 07:37:13 UTC 2022 - Martin Liška <mliska@suse.cz>
- Switch gcc to default 12.
- Remove 2 Ada binaries.
-------------------------------------------------------------------
Mon Apr 4 07:44:16 UTC 2022 - Richard Biener <rguenther@suse.com>

View File

@ -43,9 +43,9 @@ Name: gcc
%endif
%define libgccjit_sover 0
URL: http://gcc.gnu.org/
%define gcc_version 11
%define gcc_suffix 11
Version: 11
%define gcc_version 12
%define gcc_suffix 12
Version: 12
Release: 0
Summary: The system GNU C Compiler
License: GPL-3.0-or-later
@ -133,6 +133,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
@ -416,8 +417,8 @@ for program in \
gfortran \
gccgo \
%if %{build_ada}
gnat gnatbind gnatchop gnatclean gnatfind gnatkr \
gnatlink gnatls gnatmake gnatname gnatprep gnatxref \
gnat gnatbind gnatchop gnatclean gnatkr \
gnatlink gnatls gnatmake gnatname gnatprep \
%endif
%if %{build_d}
gdc \
@ -556,14 +557,12 @@ fi
%{_prefix}/bin/gnatbind
%{_prefix}/bin/gnatchop
%{_prefix}/bin/gnatclean
%{_prefix}/bin/gnatfind
%{_prefix}/bin/gnatkr
%{_prefix}/bin/gnatlink
%{_prefix}/bin/gnatls
%{_prefix}/bin/gnatmake
%{_prefix}/bin/gnatname
%{_prefix}/bin/gnatprep
%{_prefix}/bin/gnatxref
%endif
%files -n libstdc++-devel