Dominique Leuenberger 2024-03-20 20:09:53 +00:00 committed by Git OBS Bridge
parent 011f532323
commit 787d1706d3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 19 07:41:24 UTC 2024 - Richard Biener <rguenther@suse.com>
- Avoid %if %{pkg_vcmp gcc < 8}, instead replicate the condition
from the BuildRequires section.
-------------------------------------------------------------------
Sat Jan 13 08:48:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -120,7 +120,7 @@ This is its integration plugin for gstreamer.
%autosetup -p1
%build
%if %{pkg_vcmp gcc < 8}
%if 0%{?suse_version} <= 1500
export CC=gcc-9
export CXX=g++-9
%endif