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