Hello community, here is the log from the commit of package libcdr for openSUSE:Factory checked in at 2015-11-24 22:20:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcdr (Old) and /work/SRC/openSUSE:Factory/.libcdr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcdr" Changes: -------- --- /work/SRC/openSUSE:Factory/libcdr/libcdr.changes 2014-12-03 22:49:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libcdr.new/libcdr.changes 2015-11-24 22:20:26.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 11 11:08:29 UTC 2015 - [email protected] + +- Fix compilation with boost 1.59 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcdr.spec ++++++ --- /var/tmp/diff_new_pack.k2QflX/_old 2015-11-24 22:20:27.000000000 +0100 +++ /var/tmp/diff_new_pack.k2QflX/_new 2015-11-24 22:20:27.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libcdr # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -88,6 +88,8 @@ %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" +# Fix compilation with boost 1.59 +export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY" %configure --disable-werror --disable-static --docdir=%{_docdir}/%{name} make %{?_smp_mflags} V=1
