Accepting request 979186 from graphics:darktable

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/979186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=100
This commit is contained in:
Dominique Leuenberger 2022-05-25 18:35:17 +00:00 committed by Git OBS Bridge
commit 29bb1fa382
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 18 12:16:13 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
- Use at least gcc 10
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 11 09:01:03 UTC 2022 - Andreas Schneider <asn@cryptomilk.org> Fri Feb 11 09:01:03 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -99,7 +99,7 @@
%endif %endif
%if 0%{?suse_version} && 0%{?suse_version} < 1550 %if 0%{?suse_version} && 0%{?suse_version} < 1550
%global force_gcc_version 7 %global force_gcc_version 10
%endif %endif
Name: darktable Name: darktable
@ -128,7 +128,7 @@ BuildRequires: llvm-devel
BuildRequires: llvm-static BuildRequires: llvm-static
%endif %endif
%if %{without clang} %if %{without clang}
BuildRequires: gcc%{?force_gcc_version}-c++ >= 5 BuildRequires: gcc%{?force_gcc_version}-c++ >= 10
%if 0%{?force_gcc_version} %if 0%{?force_gcc_version}
#!BuildIgnore: libgcc_s1 #!BuildIgnore: libgcc_s1
%endif %endif