- using gcc 12 now also on Leap 15.4; after changing build project

to openSUSE:Leap:15.4:Update gcc 12 packages are found now ...

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1184
This commit is contained in:
Stefan Dirsch 2023-01-27 09:52:33 +00:00 committed by Git OBS Bridge
parent aadbf26bd7
commit e564a82795
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 27 09:48:22 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- using gcc 12 now also on Leap 15.4; after changing build project
to openSUSE:Leap:15.4:Update gcc 12 packages are found now ...
-------------------------------------------------------------------
Tue Jan 24 11:06:48 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -154,7 +154,7 @@ BuildRequires: bison
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: flex
%if 0%{?sle_version} >= 150500
%if 0%{?sle_version} >= 150400
BuildRequires: gcc12-c++
%else
BuildRequires: gcc-c++
@ -811,7 +811,7 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \
%ifarch ppc64 ppc64le
%limit_build -m 1024
%endif
%if 0%{?sle_version} >= 150500
%if 0%{?sle_version} >= 150400
export CC=gcc-12
export CXX=g++-12
%endif