commit a679633a0c4b2ec90028a6f69abaae1981c51a1b
Author: Jakub Bogusz <[email protected]>
Date:   Mon Dec 31 10:38:15 2018 +0100

    - updated to 0.10.3
    - add missing include for size_t

 libwpd-include.patch | 10 ++++++++++
 libwpd.spec          |  6 ++++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
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}
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libwpd.git/commitdiff/a679633a0c4b2ec90028a6f69abaae1981c51a1b

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to