Fridrich Strba 2015-12-26 13:02:20 +00:00 committed by Git OBS Bridge
parent 02cb44024f
commit b24ff3dcd1
4 changed files with 24 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6f280c4345546aad16aeafd5cf2e4a4ac31a81606171755465bba0d96efcf0f
size 396628

3
librevenge-0.0.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ce7784ac732cb702cb42704779f4a36dfcd2f7187ba6ea12b500c9e0f2e16e4
size 420288

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Dec 26 12:56:57 UTC 2015 - fstrba@suse.com
- Version bump to 0.0.3:
* SVG generator: fix the center of rotation.
* Remove bashism in configure (libwpd#5).
* Fix some syntax errors in documentation.
* Text generator: handle footnotes and endnotes.
* Improve performance of RVNGPropertyListVector::append() and
RVNGBinaryData::append().
* Fix several crashes or hangs when reading broken OLE2 or Zip
files, found with the help of american-fuzzy-lop.
* Fix build with boost 1.59 (libwpd#6).
* Handle table:number-columns-repeated and
table:number-rows-repeated in all spreadsheet generators.
* CSV generator: handle rows with uneven number of columns
correctly.
* CSV generator: ignore empty rows at the end.
* Several minor improvements and fixes.
-------------------------------------------------------------------
Wed Nov 11 11:15:58 UTC 2015 - idonmez@suse.com

View File

@ -19,7 +19,7 @@
%global apiversion 0.0
%global pkgextension 0_0-0
Name: librevenge
Version: 0.0.2
Version: 0.0.3
Release: 0
Summary: A base library for writing document import filters
License: LGPL-2.1+ or MPL-2.0+
@ -103,8 +103,6 @@ The %{name}-doc package contains documentation files for %{name}.
%setup -q
%build
# Fix build with boost 1.59
export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY"
%configure \
--disable-static \
--disable-werror \