From 8086a6d317c3097ce317f9d1a897efcfd5dca838 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 15 Feb 2013 15:05:20 +0100 Subject: [PATCH] missing boost include --- boost-include.patch | 11 +++++++++++ liborcus.spec | 8 +++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 boost-include.patch diff --git a/boost-include.patch b/boost-include.patch new file mode 100644 index 0000000..f3ee3c7 --- /dev/null +++ b/boost-include.patch @@ -0,0 +1,11 @@ +--- liborcus_0.3.0/src/liborcus/dom_tree.cpp~ 2012-11-28 13:21:10.000000000 +0100 ++++ liborcus_0.3.0/src/liborcus/dom_tree.cpp 2013-02-15 14:54:30.246271997 +0100 +@@ -34,6 +34,8 @@ + #include + #include + ++#include ++ + using namespace std; + + namespace orcus { diff --git a/liborcus.spec b/liborcus.spec index dc4f503..502db68 100644 --- a/liborcus.spec +++ b/liborcus.spec @@ -1,6 +1,6 @@ Name: liborcus Version: 0.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Standalone file import filter library for spreadsheet documents Group: System Environment/Libraries @@ -13,6 +13,8 @@ BuildRequires: boost-devel BuildRequires: mdds-devel BuildRequires: zlib-devel +Patch1: boost-include.patch + %description %{name} is a standalone file import filter library for spreadsheet documents. Currently under development are ODS, XLSX and CSV import @@ -38,6 +40,7 @@ Tools for working with Orcus. %prep %setup -q -n %{name}_%{version} +%patch1 -p1 -b .boost-include.patch %build @@ -78,6 +81,9 @@ rm -f %{buildroot}/%{_libdir}/*.la %changelog +* Fri Feb 15 2013 Stephan Bergmannn - 0.3.0-5 +- missing boost include + * Sun Feb 10 2013 Denis Arnaud - 0.3.0-4 - Rebuild for Boost-1.53.0