summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2018-12-31 09:38:15 (GMT)
committerJakub Bogusz2018-12-31 09:38:15 (GMT)
commita679633a0c4b2ec90028a6f69abaae1981c51a1b (patch)
tree03f930fba93bb68a74068063abe6dac9701caa3e
parent84010a9702dd3592f012df46c80325f5b73b7e08 (diff)
downloadlibwpd-a679633a0c4b2ec90028a6f69abaae1981c51a1b.zip
libwpd-a679633a0c4b2ec90028a6f69abaae1981c51a1b.tar.gz
- updated to 0.10.3auto/th/libwpd-0.10.3-1
- add missing include for size_t
-rw-r--r--libwpd-include.patch10
-rw-r--r--libwpd.spec6
2 files changed, 14 insertions, 2 deletions
diff --git a/libwpd-include.patch b/libwpd-include.patch
new file mode 100644
index 0000000..d86a55d
--- /dev/null
+++ b/libwpd-include.patch
@@ -0,0 +1,10 @@
+--- libwpd-0.10.3/src/lib/WPXTable.h.orig 2018-12-25 17:19:19.000000000 +0100
++++ libwpd-0.10.3/src/lib/WPXTable.h 2018-12-31 09:40:51.971811021 +0100
+@@ -36,6 +36,7 @@
+ #ifndef _WPXTABLE_H
+ #define _WPXTABLE_H
+
++#include <cstddef>
+ #include <vector>
+
+ struct WPXTableCell
diff --git a/libwpd.spec b/libwpd.spec
index c9364dc..9c9e233 100644
--- a/libwpd.spec
+++ b/libwpd.spec
@@ -5,12 +5,13 @@
Summary: Library for reading and converting WordPerfect(TM) documents
Summary(pl.UTF-8): Biblioteka do odczytu i konwersji dokumentów WordPerfecta(TM)
Name: libwpd
-Version: 0.10.2
+Version: 0.10.3
Release: 1
License: MPL v2.0 or LGPL v2.1+
Group: Libraries
Source0: http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.xz
-# Source0-md5: 50d575509d68c940e566c4a0581cd61a
+# Source0-md5: d5e44712c4674d499afb8e89d830fcad
+Patch0: %{name}-include.patch
URL: http://libwpd.sourceforge.net/
BuildRequires: autoconf >= 2.65
BuildRequires: automake >= 1:1.11
@@ -88,6 +89,7 @@ formaty. Aktualnie obsługiwane są: html, raw, text.
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}