0.0.3
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=14
This commit is contained in:
parent
02cb44024f
commit
b24ff3dcd1
@ -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
3
librevenge-0.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ce7784ac732cb702cb42704779f4a36dfcd2f7187ba6ea12b500c9e0f2e16e4
|
||||||
|
size 420288
|
@ -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
|
Wed Nov 11 11:15:58 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global apiversion 0.0
|
%global apiversion 0.0
|
||||||
%global pkgextension 0_0-0
|
%global pkgextension 0_0-0
|
||||||
Name: librevenge
|
Name: librevenge
|
||||||
Version: 0.0.2
|
Version: 0.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A base library for writing document import filters
|
Summary: A base library for writing document import filters
|
||||||
License: LGPL-2.1+ or MPL-2.0+
|
License: LGPL-2.1+ or MPL-2.0+
|
||||||
@ -103,8 +103,6 @@ The %{name}-doc package contains documentation files for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Fix build with boost 1.59
|
|
||||||
export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY"
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
|
Loading…
Reference in New Issue
Block a user