diff --git a/librevenge.spec b/librevenge.spec index 1bffd0a..012374e 100644 --- a/librevenge.spec +++ b/librevenge.spec @@ -2,7 +2,7 @@ Name: librevenge Version: 0.0.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A base library for writing document import filters # src/lib/RVNGOLEStream.{h,cpp} are BSD @@ -41,6 +41,8 @@ The %{name}-doc package contains documentation files for %{name}. %autosetup -p1 %build +# rhbz#1258128 fix build with boost 1.59 +export CPPFLAGS=-DBOOST_ERROR_CODE_HEADER_ONLY %configure --disable-silent-rules --disable-static --disable-werror --enable-pretty-printers sed -i \ -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ @@ -86,6 +88,9 @@ make %{?_smp_mflags} check %doc docs/doxygen/html %changelog +* Sun Aug 30 2015 David Tardon - 0.0.2-7 +- Resolves: rhbz#1258128 fix build with boost 1.59 + * Wed Jul 29 2015 Fedora Release Engineering - 0.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159