Accepting request 684346 from devel:languages:haskell

fix (forwarded request 684345 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/684346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc?expand=0&rev=72
This commit is contained in:
Dominique Leuenberger 2019-03-13 08:14:13 +00:00 committed by Git OBS Bridge
commit 8e0a69b54a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 12 09:20:14 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- bump llvm req to llvm6
-------------------------------------------------------------------
Wed Mar 6 08:49:44 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -64,8 +64,8 @@ BuildRequires: xz
BuildRequires: binutils-gold
%endif
%ifarch aarch64 %{arm} %{ix86} x86_64
%if 0%{?suse_version} >= 1500
BuildRequires: llvm5-devel
%if 0%{?suse_version} >= 1550
BuildRequires: llvm6-devel
%else
BuildRequires: llvm-devel
%endif