Hello community,
here is the log from the commit of package OpenImageDenoise for
openSUSE:Factory checked in at 2020-01-16 18:23:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenImageDenoise (Old)
and /work/SRC/openSUSE:Factory/.OpenImageDenoise.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenImageDenoise"
Thu Jan 16 18:23:07 2020 rev:3 rq:764957 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenImageDenoise/OpenImageDenoise.changes
2019-12-10 22:44:51.861754778 +0100
+++
/work/SRC/openSUSE:Factory/.OpenImageDenoise.new.26092/OpenImageDenoise.changes
2020-01-16 18:23:14.917042411 +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.9WfX0K/_old 2020-01-16 18:23:16.461043235 +0100
+++ /var/tmp/diff_new_pack.9WfX0K/_new 2020-01-16 18:23:16.465043238 +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