Accepting request 967205 from devel:gcc:next
- Switch gcc to default 12. - Remove 2 Ada binaries. OBS-URL: https://build.opensuse.org/request/show/967205 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=116
This commit is contained in:
parent
8aa3ab88ff
commit
205660e76d
@ -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>
|
||||
|
||||
|
13
gcc.spec
13
gcc.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user