* Wed Mar 07 2018 tchvatal@suse.com 
  - Version update to 0.1.4:
  * Fix several problems found by oss-fuzz
  * Fix regression in closing shape groups that caused missing shapes
    on second and subsequent pages. (tdf#116018)
 
  * Mon Jan 01 2018 tchvatal@suse.com 
  - Version update to 0.1.3:
  * Workaround a build error on some 32-bit systems.
  * Parse table row and column sizes. (tdf#89061)
  * Fix various problems when parsing broken files, found with the help of
    american-fuzzy-lop and oss-fuzz.
  * Make the output of pub2foo --help more compatible with help2man.
  * Extract more metadata from documents.
  * Require C++11 for build.
  * Drop outdated MSVC project files.
  * Handle table cells containing multiple paragraphs correctly. (tdf#89393)
  * Parse more text formatting attributes: all underline types, small
    caps, all caps, outline, emboss, engrave, shadow.
  * Parse text language.
  * Various minor changes and improvements.
 
  * Wed Feb 01 2017 adam.majer@suse.de 
  - use individual libboost-*-devel packages instead of boost-devel
 
  * Mon Aug 01 2016 tchvatal@suse.com 
  - Disable sle11 support code
 
  * Tue Dec 30 2014 tchvatal@suse.com 
  - Version bump to 0.1.2:
  - Check arguments of public functions. Passing NULL no longer causes
    a crash.
  - Use symbol visibility on Linux. The library only exports the two public
    functions now.
  - Fix several crashes and hangs when reading broken files, found with the help
    of american-fuzzy-lop.
  - Add support for embedded fonts.
  - Add initial support for tables.
  - Parse document metadata.
- Remove libmspub-0.1.1-pkgconfig.patch
 
  * Fri Jul 25 2014 fstrba@suse.com 
  - Added patch: libmspub-0.1.1-pkgconfig.patch
  * Remove the Requires.private which breaks SLE11 builds
 
  * Tue Jul 08 2014 tchvatal@suse.com 
  - Version bump to 0.1.1:
  * Various small bugfixes
 
  * Mon May 26 2014 fstrba@suse.com 
  - Upgrade to upstream version 0.1.0
  * ABI changes
  * Remove dependency on libwpd-devel and libwpg-devel
  * Add dependency on librevenge-devel
- License change
  * Released under MPL-2.0
 
  * Sat Jan 25 2014 tchvatal@suse.com 
  - Cleanup with spec-cleaner and noarch documenation.
 
  * Sat Jan 18 2014 crrodriguez@opensuse.org 
  - build with -fvisibility-inlines-hidden
 
  * Fri Nov 01 2013 tchvatal@suse.com 
  - Drop conditional for doc and use verbose build.
 
  * Mon May 27 2013 tchvatal@suse.com 
  - Version bump to 0.0.6:
  - various coverity and style fixes
  - deduplication using wpd code
  - few crash fixes
 
  * Thu Feb 21 2013 tchvatal@suse.com 
  - Version bump to 0.0.5 - bugfix release.
 
  * Tue Feb 05 2013 tchvatal@suse.com 
  - Update to 0.0.4
  * now uses icu
 
  * Thu Nov 29 2012 tchvatal@suse.com 
  - Update the whitespacing and order
 
  * Thu Nov 29 2012 tchvatal@suse.com 
  - Version bump to 0.0.3
  * cleanup the license string
  * disable werror explicitely
  * fdupe duped images
 
  * Mon Aug 06 2012 fridrich.strba@suse.com 
  - Upgrade to upstream version 0.0.2
  * support of MS Publisher versions 98 to 2002
  * extended coverage of autoshapes for version 2003
 
  * Mon Jun 04 2012 fridrich.strba@suse.com 
  - Initial package of libmspub