From 6c7efe3f2b2474b545019b6cafc6bb4884728c362a8c4ed4db0c0e896a906c67 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Wed, 31 Jan 2018 19:32:30 +0000 Subject: [PATCH] Accepting request 571473 from home:michalsrb:branches:science - Remove dependency on clang-devel-static. (bnc#1065464) * It was removed, clang-devel now again provides everything necessary as shared libraries. OBS-URL: https://build.opensuse.org/request/show/571473 OBS-URL: https://build.opensuse.org/package/show/science/pocl?expand=0&rev=31 --- pocl.changes | 7 +++++++ pocl.spec | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pocl.changes b/pocl.changes index dc4a033..fb38a7d 100644 --- a/pocl.changes +++ b/pocl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 31 14:51:17 UTC 2018 - msrb@suse.com + +- Remove dependency on clang-devel-static. (bnc#1065464) + * It was removed, clang-devel now again provides everything + necessary as shared libraries. + ------------------------------------------------------------------- Tue Dec 19 18:44:43 UTC 2017 - mardnh@gmx.de diff --git a/pocl.spec b/pocl.spec index 09a6050..5e43522 100644 --- a/pocl.spec +++ b/pocl.spec @@ -1,7 +1,7 @@ # # spec file for package pocl # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Guillaume GARDET # # All modifications and additions to the file contributed by third parties @@ -32,7 +32,6 @@ Source0: http://portablecl.org/downloads/%{name}-%{version}.tar.gz Source99: pocl-rpmlintrc BuildRequires: clang BuildRequires: clang-devel -BuildRequires: clang-devel-static BuildRequires: cmake BuildRequires: libboost_headers-devel BuildRequires: libtool