Hello community, here is the log from the commit of package adolc for openSUSE:Factory checked in at 2017-02-11 01:31:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adolc (Old) and /work/SRC/openSUSE:Factory/.adolc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adolc" Changes: -------- --- /work/SRC/openSUSE:Factory/adolc/adolc.changes 2016-09-11 00:53:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.adolc.new/adolc.changes 2017-02-11 01:31:49.672223163 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 09:50:03 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adolc.spec ++++++ --- /var/tmp/diff_new_pack.fooOld/_old 2017-02-11 01:31:50.960041409 +0100 +++ /var/tmp/diff_new_pack.fooOld/_new 2017-02-11 01:31:50.964040845 +0100 @@ -1,7 +1,7 @@ # # spec file for package adolc # -# 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 @@ -27,7 +27,12 @@ Source0: http://www.coin-or.org/download/source/ADOL-C/ADOL-C-%{version}.tgz Source1: baselibs.conf BuildRequires: ColPack-devel +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +BuildRequires: libboost_system-devel +%else BuildRequires: boost-devel +%endif BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: pkg-config
