Hello community, here is the log from the commit of package pocl for openSUSE:Factory checked in at 2017-10-21 20:22:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pocl (Old) and /work/SRC/openSUSE:Factory/.pocl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pocl" Sat Oct 21 20:22:05 2017 rev:10 rq:535645 version:0.14 Changes: -------- --- /work/SRC/openSUSE:Factory/pocl/pocl.changes 2017-07-17 09:09:03.301710842 +0200 +++ /work/SRC/openSUSE:Factory/.pocl.new/pocl.changes 2017-10-21 20:22:28.997012655 +0200 @@ -1,0 +2,8 @@ +Sat Oct 21 06:28:35 UTC 2017 - [email protected] + +- We need clang4-devel-static to build with current clang packaging +- Small spec-file cleanup + * drop conditionals for older releases then Factory as building + was not possible anyways + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pocl.spec ++++++ --- /var/tmp/diff_new_pack.7TUUTu/_old 2017-10-21 20:22:29.596984560 +0200 +++ /var/tmp/diff_new_pack.7TUUTu/_new 2017-10-21 20:22:29.600984372 +0200 @@ -31,12 +31,8 @@ Source0: http://portablecl.org/downloads/%{name}-%{version}.tar.gz Source99: pocl-rpmlintrc Patch0: pocl-disable-tests.diff -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_headers-devel -%else -BuildRequires: boost-devel -%endif BuildRequires: clang4-devel +BuildRequires: clang4-devel-static BuildRequires: cmake >= 2.8.12 BuildRequires: libtool BuildRequires: libtool-ltdl-devel @@ -52,14 +48,12 @@ Requires: clang4 Requires: libstdc++-devel Requires: libut2 -%if 0%{?suse_version} > 1325 -Requires: gcc -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build # Only armv7l is supported # PPC support is currently broken, due to path problems # s390(x) and aarch64 also not supported, so use ExclusiveArch ExclusiveArch: %{ix86} x86_64 armv7l armv7hl +BuildRequires: libboost_headers-devel +Requires: gcc %description Portable Computing Language (pocl) is an implementation of the OpenCL standard @@ -112,7 +106,7 @@ # FIXME - should be handled upstream mv %{buildroot}%{_prefix}%{_libdir} %{buildroot}%{_libdir} mv %{buildroot}%{_prefix}%{_sysconfdir} %{buildroot}%{_sysconfdir} -sed -i 's|/usr/usr/|/usr/|g' %{buildroot}%{_sysconfdir}/OpenCL/vendors/pocl.icd +sed -i 's|%{_prefix}%{_prefix}/|%{_prefix}/|g' %{buildroot}%{_sysconfdir}/OpenCL/vendors/pocl.icd # Unbundle vecmath #rm -vf %{buildroot}/%{_libdir}/pocl/vecmath/ @@ -127,7 +121,6 @@ %postun -p /sbin/ldconfig %files -%defattr(-,root,root) %doc CHANGES README doc/sphinx/source/*.rst %dir %{_sysconfdir}/OpenCL/ %dir %{_sysconfdir}/OpenCL/vendors @@ -141,7 +134,6 @@ %{_datadir}/pocl/ %files devel -%defattr(-,root,root) %{_libdir}/libpoclu.so %{_libdir}/libpocl.so %{_libdir}/pkgconfig/pocl.pc
