new upstream release 0.4.2

f41
David Tardon 9 years ago
parent 03f610e4d7
commit 4eee56417c

1
.gitignore vendored

@ -9,3 +9,4 @@
/libwps-0.3.1.tar.xz /libwps-0.3.1.tar.xz
/libwps-0.4.0.tar.xz /libwps-0.4.0.tar.xz
/libwps-0.4.1.tar.xz /libwps-0.4.1.tar.xz
/libwps-0.4.2.tar.xz

@ -1,24 +0,0 @@
From bc6f0f3a006123a89d1321038edeb75f2fd67c6f Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Sun, 30 Aug 2015 11:21:29 +0200
Subject: [PATCH] add missing include
---
src/lib/WPS8.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lib/WPS8.cpp b/src/lib/WPS8.cpp
index 04c1e57..8d39fa8 100644
--- a/src/lib/WPS8.cpp
+++ b/src/lib/WPS8.cpp
@@ -19,6 +19,7 @@
* applicable instead of those above.
*/
+#include <algorithm>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
--
2.4.3

@ -1,8 +1,8 @@
%global apiversion 0.4 %global apiversion 0.4
Name: libwps Name: libwps
Version: 0.4.1 Version: 0.4.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: A library for import of Microsoft Works documents Summary: A library for import of Microsoft Works documents
License: LGPLv2+ or MPLv2.0 License: LGPLv2+ or MPLv2.0
@ -13,8 +13,6 @@ BuildRequires: doxygen
BuildRequires: help2man BuildRequires: help2man
BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(librevenge-0.0)
Patch0: 0001-add-missing-include.patch
%description %description
%{name} is a library for import of Microsoft Works text documents, %{name} is a library for import of Microsoft Works text documents,
spreadsheets and (in a limited way) databases. spreadsheets and (in a limited way) databases.
@ -46,7 +44,6 @@ The %{name}-doc package contains documentation files for %{name}
%autosetup -p1 %autosetup -p1
%build %build
export CXXFLAGS=-std=c++11
%configure --disable-silent-rules --disable-static --disable-werror --with-sharedptr=c++11 %configure --disable-silent-rules --disable-static --disable-werror --with-sharedptr=c++11
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@ -101,6 +98,9 @@ install -m 0644 wks2*.1 wps2*.1 %{buildroot}/%{_mandir}/man1
%doc docs/doxygen/html %doc docs/doxygen/html
%changelog %changelog
* Tue Oct 06 2015 David Tardon <dtardon@redhat.com> - 0.4.2-1
- new upstream release
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.4.1-2 * Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.4.1-2
- Rebuilt for Boost 1.59 - Rebuilt for Boost 1.59

@ -1 +1 @@
daf202d25eb443cfa7318f5688f22e30 libwps-0.4.1.tar.xz fdfc3b9c40d5912927a866d88196f394 libwps-0.4.2.tar.xz

Loading…
Cancel
Save