]> git.pld-linux.org Git - packages/libwps.git/commitdiff
- updated to 0.4.1 auto/th/libwps-0.4.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Sep 2015 18:31:30 +0000 (20:31 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Sep 2015 18:31:30 +0000 (20:31 +0200)
- added include patch (missing C++ include)

libwps-include.patch [new file with mode: 0644]
libwps.spec

diff --git a/libwps-include.patch b/libwps-include.patch
new file mode 100644 (file)
index 0000000..349046b
--- /dev/null
@@ -0,0 +1,11 @@
+--- libwps-0.4.1/src/lib/WPS8.cpp.orig 2015-09-13 19:38:16.406884701 +0200
++++ libwps-0.4.1/src/lib/WPS8.cpp      2015-09-13 19:38:20.300217872 +0200
+@@ -23,6 +23,8 @@
+ #include <stdio.h>
+ #include <string.h>
++#include <algorithm>
++
+ #include <librevenge-stream/librevenge-stream.h>
+ #include "libwps_internal.h"
index 22fba3bbbfb9c2ff003b63ff083c3b24cfac8103..1d70d7087a54759a900aa92542b22d1a40ff986c 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       A library for importing MS Works documents
 Summary(pl.UTF-8):     Biblioteka importu dokumentów MS Works
 Name:          libwps
-Version:       0.4.0
+Version:       0.4.1
 Release:       1
 License:       MPL v2.0 or LGPL v2.1+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/libwps/%{name}-%{version}.tar.xz
-# Source0-md5: 7daace0a791104af382a277ff81e828a
+# Source0-md5: daf202d25eb443cfa7318f5688f22e30
+Patch0:                %{name}-include.patch
 URL:           http://libwps.sourceforge.net/
 BuildRequires: autoconf >= 0.65
 BuildRequires: automake >= 1:1.11
@@ -89,6 +90,7 @@ formatów. Obecnie obsługiwane: html, raw, tekst.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.105627 seconds and 4 git commands to generate.