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
This commit is contained in:
Martin Hauke 2018-01-31 19:32:30 +00:00 committed by Git OBS Bridge
parent 36d900419b
commit 6c7efe3f2b
2 changed files with 8 additions and 2 deletions

View File

@ -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 Tue Dec 19 18:44:43 UTC 2017 - mardnh@gmx.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package pocl # 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 <guillaume@opensuse.org> # Copyright (c) 2014 Guillaume GARDET <guillaume@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # 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 Source99: pocl-rpmlintrc
BuildRequires: clang BuildRequires: clang
BuildRequires: clang-devel BuildRequires: clang-devel
BuildRequires: clang-devel-static
BuildRequires: cmake BuildRequires: cmake
BuildRequires: libboost_headers-devel BuildRequires: libboost_headers-devel
BuildRequires: libtool BuildRequires: libtool