Hello community,

here is the log from the commit of package pocl for openSUSE:Factory checked in 
at 2017-01-24 10:36:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pocl (Old)
 and      /work/SRC/openSUSE:Factory/.pocl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pocl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pocl/pocl.changes        2016-10-10 
16:25:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pocl.new/pocl.changes   2017-01-24 
10:36:57.324130854 +0100
@@ -1,0 +2,5 @@
+Fri Jan 20 08:45:21 UTC 2017 - [email protected]
+
+- Use llvm3_8 for building and as runtime dependency
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pocl.spec ++++++
--- /var/tmp/diff_new_pack.0kbflF/_old  2017-01-24 10:36:57.876052458 +0100
+++ /var/tmp/diff_new_pack.0kbflF/_new  2017-01-24 10:36:57.876052458 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pocl
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Guillaume GARDET <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,23 +21,21 @@
 Version:        0.13
 Release:        0
 Summary:        Portable Computing Language - an OpenCL implementation
-License:        MIT
-Group:          Productivity/Other
 # The whole code is under MIT
 # except include/utlist.h which is under BSD (and unbundled) and
 # except lib/kernel/vecmath which is under GPLv3+ or LGPLv3+ (and unbundled in 
future)
+License:        MIT
+Group:          Productivity/Other
 Url:            http://portablecl.org/
 Source0:        http://portablecl.org/downloads/%{name}-%{version}.tar.gz
 Source99:       pocl-rpmlintrc
 Patch0:         0001-Fixes-357-broken-build-with-GCC-6.1.patch
 BuildRequires:  boost-devel
+BuildRequires:  clang3_8-devel
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  libtool
 BuildRequires:  libtool-ltdl-devel
-BuildRequires:  llvm > 3.5
-BuildRequires:  llvm-clang > 3.5
-BuildRequires:  llvm-clang-devel > 3.5
-BuildRequires:  llvm-devel > 3.5
+BuildRequires:  llvm3_8-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  ninja
 BuildRequires:  opencl-headers
@@ -46,8 +44,8 @@
 BuildRequires:  pkgconfig(OpenCL)
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(hwloc)
+Requires:       clang3_8
 Requires:       libstdc++-devel
-Requires:       llvm-clang > 3.5
 Requires:       uthash
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Only armv7l is supported


Reply via email to