Accepting request 267028 from LibreOffice:Factory

- Version bump to 0.0.2:
  - Better handling of invalid input in RVNGDirectoryStream functions.
  - Add documentation for RVNGDirectoryStream.
  - Add text:outline-level to allowed paragraph properties. This is to allow
    import libraries to handle headings properly.
  - Properly handle units in all generators, instead of expecting everything is
    in inches.
  - Implement open/closeGroup for RVNGSVGDrawingGenerator.
  - Improve handling of layers in RVNGSVGPresentationGenerator.
  - Handle master pages in RVNGSVGDrawingGenerator and
    RVNGSVGPresentationGenerator.
  - Simple handling of tables in RVNGSVGDrawingGenerator and
    RVNGSVGPresentationGenerator: just create a text box for each cell.
  - Fix return value of RVNGStringStream::seek when seeking to end.
  - Fix some warnings found by Coverity.
  - Use symbol visibility on Linux. The library only exports public functions
    now.
  - Fix several crashes or hangs when reading broken OLE2 or Zip files, found
    with the help of american-fuzzy-lop.
  - Add fo:language, fo:country and fo:script to allowed span properties.
  - Handle headings in RVNGHTMLTextGenerator

OBS-URL: https://build.opensuse.org/request/show/267028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librevenge?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2015-01-05 03:42:47 +00:00 committed by Git OBS Bridge
commit 92c3137cdd
4 changed files with 30 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Jan 2 13:13:55 UTC 2015 - tchvatal@suse.com
- Version bump to 0.0.2:
- Better handling of invalid input in RVNGDirectoryStream functions.
- Add documentation for RVNGDirectoryStream.
- Add text:outline-level to allowed paragraph properties. This is to allow
import libraries to handle headings properly.
- Properly handle units in all generators, instead of expecting everything is
in inches.
- Implement open/closeGroup for RVNGSVGDrawingGenerator.
- Improve handling of layers in RVNGSVGPresentationGenerator.
- Handle master pages in RVNGSVGDrawingGenerator and
RVNGSVGPresentationGenerator.
- Simple handling of tables in RVNGSVGDrawingGenerator and
RVNGSVGPresentationGenerator: just create a text box for each cell.
- Fix return value of RVNGStringStream::seek when seeking to end.
- Fix some warnings found by Coverity.
- Use symbol visibility on Linux. The library only exports public functions
now.
- Fix several crashes or hangs when reading broken OLE2 or Zip files, found
with the help of american-fuzzy-lop.
- Add fo:language, fo:country and fo:script to allowed span properties.
- Handle headings in RVNGHTMLTextGenerator
-------------------------------------------------------------------
Tue Jul 1 14:16:51 UTC 2014 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package librevenge
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global apiversion 0.0
%global pkgextension 0_0-0
Name: librevenge
Version: 0.0.1
Version: 0.0.2
Release: 0
Summary: A base library for writing document import filters
License: LGPL-2.1+ or MPL-2.0+