Hello community, here is the log from the commit of package clFFT for openSUSE:Factory checked in at 2017-10-11 23:04:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clFFT (Old) and /work/SRC/openSUSE:Factory/.clFFT.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clFFT" Wed Oct 11 23:04:13 2017 rev:2 rq:533434 version:2.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/clFFT/clFFT.changes 2017-08-24 18:41:58.097550596 +0200 +++ /work/SRC/openSUSE:Factory/.clFFT.new/clFFT.changes 2017-10-11 23:04:14.789297004 +0200 @@ -1,0 +2,5 @@ +Wed Oct 11 14:53:51 UTC 2017 - [email protected] + +- Do not pull boost-devel on Factory (bsc#1062774) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clFFT.spec ++++++ --- /var/tmp/diff_new_pack.1x6wZY/_old 2017-10-11 23:04:16.281231638 +0200 +++ /var/tmp/diff_new_pack.1x6wZY/_new 2017-10-11 23:04:16.289231287 +0200 @@ -31,7 +31,6 @@ Source: https://github.com/clMathLibraries/clFFT/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: clFFT-client.1 Patch0: fix-client-no-symlink.patch -BuildRequires: boost-devel BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: opencl-headers @@ -39,6 +38,11 @@ BuildRequires: pkgconfig(OpenCL) BuildRequires: pkgconfig(fftw3) ExcludeArch: %{ix86} %{arm} +%if 0%{?suse_version} > 1315 +BuildRequires: libboost_program_options-devel +%else +BuildRequires: boost-devel +%endif %description The clFFT library is an OpenCL implementation of discrete
