Hello community, here is the log from the commit of package boost for openSUSE:Factory checked in at 2016-08-25 09:52:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boost (Old) and /work/SRC/openSUSE:Factory/.boost.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "boost" Changes: -------- --- /work/SRC/openSUSE:Factory/boost/boost.changes 2016-08-18 10:21:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.boost.new/boost.changes 2016-08-25 09:52:09.000000000 +0200 @@ -1,0 +2,9 @@ +Thu Aug 18 14:40:43 UTC 2016 - [email protected] + +- Fix boo#994378, boo#994381, boo#994382 boo#994383: + Fix build issues when optional_fwd.hpp is used before + including boost/config.hpp +- Add boost-fix_include_config.patch from + gh#boostorg/optional#19 + +------------------------------------------------------------------- New: ---- boost-fix_include_config.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boost.spec ++++++ --- /var/tmp/diff_new_pack.Pyaim9/_old 2016-08-25 09:52:12.000000000 +0200 +++ /var/tmp/diff_new_pack.Pyaim9/_new 2016-08-25 09:52:12.000000000 +0200 @@ -88,6 +88,7 @@ Patch14: boost-1.57.0-python-libpython_dep.patch Patch15: boost-1.57.0-python-abi_letters.patch Patch16: boost-1.55.0-python-test-PyImport_AppendInittab.patch +Patch17: boost-fix_include_config.patch BuildRequires: chrpath BuildRequires: dos2unix BuildRequires: fdupes @@ -447,6 +448,7 @@ %patch14 -p1 %patch15 -p1 %patch16 -p1 +%patch17 -p2 #stupid build machinery copies .orig files find . -name \*.orig -exec rm {} + ++++++ boost-fix_include_config.patch ++++++ --- /boost_1_61_0/boost/optional/optional_fwd.hpp +++ /boost_1_61_0.new/boost/optional/optional_fwd.hpp @@ -16,7 +16,7 @@ #ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP #define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP -#include <boost/config/suffix.hpp> +#include <boost/config.hpp> namespace boost {
