Hello community, here is the log from the commit of package liborcus for openSUSE:Factory checked in at 2014-10-31 09:39:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liborcus (Old) and /work/SRC/openSUSE:Factory/.liborcus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liborcus" Changes: -------- --- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes 2014-07-27 18:46:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes 2014-10-31 12:26:45.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Oct 27 13:11:40 UTC 2014 - dmitr...@opensuse.org + +- Fix build with boost-1.56 + * liborcus-boost-1.56.patch + +------------------------------------------------------------------- New: ---- liborcus-boost-1.56.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liborcus.spec ++++++ --- /var/tmp/diff_new_pack.CC4biD/_old 2014-10-31 12:26:45.000000000 +0100 +++ /var/tmp/diff_new_pack.CC4biD/_new 2014-10-31 12:26:45.000000000 +0100 @@ -25,6 +25,8 @@ Group: Productivity/Publishing/Word Url: http://gitorious.org/orcus Source: http://kohei.us/files/orcus/src/%{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM liborcus-boost-1.56.patch -- fix build with boost 1.56 +Patch1: liborcus-boost-1.56.patch BuildRequires: boost-devel BuildRequires: coreutils BuildRequires: gcc-c++ @@ -68,6 +70,7 @@ %prep %setup -q +%patch1 -p1 %build %configure \ ++++++ liborcus-boost-1.56.patch ++++++ Index: liborcus-0.7.0/src/parser/string_pool_test.cpp =================================================================== --- liborcus-0.7.0.orig/src/parser/string_pool_test.cpp +++ liborcus-0.7.0/src/parser/string_pool_test.cpp @@ -5,6 +5,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <iostream> + #include "orcus/string_pool.hpp" #include "orcus/pstring.hpp" -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org