From 4eee56417c63c1807028727fac0b4194267c254b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 6 Oct 2015 18:44:07 +0200 Subject: [PATCH] new upstream release 0.4.2 --- .gitignore | 1 + 0001-add-missing-include.patch | 24 ------------------------ libwps.spec | 10 +++++----- sources | 2 +- 4 files changed, 7 insertions(+), 30 deletions(-) delete mode 100644 0001-add-missing-include.patch diff --git a/.gitignore b/.gitignore index 6361504..2ce17b9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /libwps-0.3.1.tar.xz /libwps-0.4.0.tar.xz /libwps-0.4.1.tar.xz +/libwps-0.4.2.tar.xz diff --git a/0001-add-missing-include.patch b/0001-add-missing-include.patch deleted file mode 100644 index 842bcf5..0000000 --- a/0001-add-missing-include.patch +++ /dev/null @@ -1,24 +0,0 @@ -From bc6f0f3a006123a89d1321038edeb75f2fd67c6f Mon Sep 17 00:00:00 2001 -From: David Tardon -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 - #include - #include - #include --- -2.4.3 - diff --git a/libwps.spec b/libwps.spec index a8cff81..882558e 100644 --- a/libwps.spec +++ b/libwps.spec @@ -1,8 +1,8 @@ %global apiversion 0.4 Name: libwps -Version: 0.4.1 -Release: 2%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: A library for import of Microsoft Works documents License: LGPLv2+ or MPLv2.0 @@ -13,8 +13,6 @@ BuildRequires: doxygen BuildRequires: help2man BuildRequires: pkgconfig(librevenge-0.0) -Patch0: 0001-add-missing-include.patch - %description %{name} is a library for import of Microsoft Works text documents, spreadsheets and (in a limited way) databases. @@ -46,7 +44,6 @@ The %{name}-doc package contains documentation files for %{name} %autosetup -p1 %build -export CXXFLAGS=-std=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|^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 %changelog +* Tue Oct 06 2015 David Tardon - 0.4.2-1 +- new upstream release + * Thu Aug 27 2015 Jonathan Wakely - 0.4.1-2 - Rebuilt for Boost 1.59 diff --git a/sources b/sources index 7081072..011b684 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -daf202d25eb443cfa7318f5688f22e30 libwps-0.4.1.tar.xz +fdfc3b9c40d5912927a866d88196f394 libwps-0.4.2.tar.xz