Hello community, here is the log from the commit of package libopenraw for openSUSE:Factory checked in at 2017-02-06 14:34:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libopenraw (Old) and /work/SRC/openSUSE:Factory/.libopenraw.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libopenraw" Changes: -------- --- /work/SRC/openSUSE:Factory/libopenraw/libopenraw.changes 2016-09-09 10:20:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libopenraw.new/libopenraw.changes 2017-02-06 14:34:35.022719945 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 13:06:41 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libopenraw.spec ++++++ --- /var/tmp/diff_new_pack.0AiHGv/_old 2017-02-06 14:34:35.666626953 +0100 +++ /var/tmp/diff_new_pack.0AiHGv/_new 2017-02-06 14:34:35.670626376 +0100 @@ -1,7 +1,7 @@ # # spec file for package libopenraw # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,11 @@ Patch3: openraw-noansiflag.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: boost-devel >= 1.33.1 +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_test-devel +%else +BuildRequires: boost-devel >= 1.31.1 +%endif BuildRequires: gcc-c++ BuildRequires: libjpeg-devel BuildRequires: libtool
