Hello community, here is the log from the commit of package OpenImageDenoise for openSUSE:Leap:15.2 checked in at 2020-01-17 12:06:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/OpenImageDenoise (Old) and /work/SRC/openSUSE:Leap:15.2/.OpenImageDenoise.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenImageDenoise" Fri Jan 17 12:06:14 2020 rev:3 rq:765141 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/OpenImageDenoise/OpenImageDenoise.changes 2020-01-15 14:45:50.101226165 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.OpenImageDenoise.new.26092/OpenImageDenoise.changes 2020-01-17 12:06:15.192631193 +0100 @@ -1,0 +2,5 @@ +Thu Jan 16 10:08:51 UTC 2020 - Guillaume GARDET <[email protected]> + +- Build only for x86_64 as it is the only supported platform + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenImageDenoise.spec ++++++ --- /var/tmp/diff_new_pack.8KwoeN/_old 2020-01-17 12:06:15.740631434 +0100 +++ /var/tmp/diff_new_pack.8KwoeN/_new 2020-01-17 12:06:15.740631434 +0100 @@ -1,7 +1,7 @@ # # spec file for package OpenImageDenoise # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2019 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,6 @@ %define sover 0 %define libname lib%{name}%{sover} %define pkgname oidn - Name: OpenImageDenoise Version: 1.1.0 Release: 0 @@ -32,6 +31,7 @@ BuildRequires: cmake >= 2.8.6 BuildRequires: gcc-c++ BuildRequires: tbb-devel +ExclusiveArch: x86_64 %description Intel Open Image Denoise is an open source library of high-performance, @@ -64,7 +64,7 @@ %install %cmake_install -rm -r %{buildroot}/usr/share/doc +rm -r %{buildroot}%{_datadir}/doc %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig
