* Add support for conversion of Zoner Draw documents using libzmf. The
new tools are called zmf2odg and zmf2epub.
* Handle StarOffice Writer documents (.sdw).
* Allow conversion of StarOffice documents to EPUB and Abiword too. The
new tools are called sd2epub and sd2abw.
* Fix configure check for libeot.
* Add universal conversion tools that handle any supported input
format.
The new tools are called wpft2abw, wpft2ebub and wpfg2odf.
* Fix some CppCheck warnings.
* Let mwaw2* properly handle files with a resource fork.
* Handle Lotus files with an associated format file.
* Switch to C++11.
* Add support for conversion of QuarkXPress documents using libqxp. The
new tools are called qxp2odg and qxp2epub.
* Default to libepubgen 0.1 (0.0 is used as a fallback).
* Add options for setting EPUB version, splitting method and layout
type (only for EPUB 3.0) to all EPUB-converting tools.
- Add patch 0001-fix-build-with-libgsf.patch
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/writerperfect?expand=0&rev=25
- Make numbers2ods actually work.
- Convert Pict images to SVG in mwaw2abw.
- Pass needed flags enabling C++11 mode to gcc automatically if
configured with --with-sharedptr=c++11 .
- Fix build in C++11 mode.
- Add support for conversion of StarOffice documents using
libstaroffice. The new tool is called sd2odf.
- Improve --help for all tools and make it compatible with help2man.
- Do not use boost but c++11
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/writerperfect?expand=0&rev=21