Hello community, here is the log from the commit of package exempi for openSUSE:Factory checked in at 2017-02-06 14:33:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exempi (Old) and /work/SRC/openSUSE:Factory/.exempi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exempi" Changes: -------- --- /work/SRC/openSUSE:Factory/exempi/exempi.changes 2015-12-03 13:26:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.exempi.new/exempi.changes 2017-02-06 14:33:10.162979139 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 10:45:36 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exempi.spec ++++++ --- /var/tmp/diff_new_pack.tJ3HuI/_old 2017-02-06 14:33:10.738895913 +0100 +++ /var/tmp/diff_new_pack.tJ3HuI/_new 2017-02-06 14:33:10.742895335 +0100 @@ -1,7 +1,7 @@ # # spec file for package exempi # -# Copyright (c) 2015 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 @@ -28,7 +28,11 @@ Source1: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2.asc Source2: %{name}.keyring Source3: baselibs.conf +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_test-devel +%else BuildRequires: boost-devel >= 1.33.0 +%endif BuildRequires: gcc-c++ BuildRequires: libexpat-devel BuildRequires: pkg-config
