SHA256
3
0
forked from pool/gcc

- Add gcc-c++ and libstdc++-devel Provides to the -build flavor

of those packages.  Should fix build of boost in ALP.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=126
This commit is contained in:
Richard Biener 2024-03-18 13:48:16 +00:00 committed by Git OBS Bridge
parent 7140e5f40f
commit 0199c2a4e9
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 18 13:47:32 UTC 2024 - Richard Biener <rguenther@suse.com>
- Add gcc-c++ and libstdc++-devel Provides to the -build flavor
of those packages. Should fix build of boost in ALP.
-------------------------------------------------------------------
Wed Feb 14 09:27:54 UTC 2024 - Richard Biener <rguenther@suse.com>

View File

@ -150,12 +150,6 @@ The system GNU Compiler documentation.
# install / update the entries
%post -n gcc%{gccsuffix}-info
@ -178,6 +172,9 @@ Summary: The system GNU C++ Compiler
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
Provides: c++_compiler
%if "%{gccsuffix}" != ""
Provides: gcc-c++ = %{version}
%endif
Requires: gcc%{gcc_version}-c++
Requires: gcc%{gccsuffix} = %{version}
@ -210,6 +207,9 @@ The system GNU C++ Compiler 64 bit support.
Summary: The system GNU C++ development files
License: GPL-3.0-only WITH GCC-exception-3.1
Group: System/Libraries
%if "%{gccsuffix}" != ""
Provides: libstdc++-devel = %{version}
%endif
Requires: libstdc++6-devel-gcc%{gcc_version}
%description -n libstdc++%{gccsuffix}-devel