From 15fb9b0f8747e1527ee7d6a2ecbe998c9242be36a0701cc9c2da492b1ceb455b Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Thu, 6 Jul 2017 15:32:59 +0000 Subject: [PATCH] Accepting request 508599 from home:plater Fix gcc5 dependency hell OBS-URL: https://build.opensuse.org/request/show/508599 OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=98 --- xine-lib.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/xine-lib.spec b/xine-lib.spec index 10d68ae..cd155cf 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -30,13 +30,10 @@ Name: xine-lib %if 0%{?suse_version} > 1320 BuildRequires: gcc %else -%if 0%{?sle_version} == 120100 -# Leap 42.1 +# Leap 42.1 / Leap 42.2+ / SLE12SP2Backports BuildRequires: gcc5 -%else -# Leap 42.2+ / SLE12SP2Backports -BuildRequires: gcc6 -%endif +BuildRequires: libcilkrts5-gcc5 +BuildRequires: liblsan0-gcc5 %endif %bcond_without ffmpeg %bcond_with sdl