0.0.4
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=16
This commit is contained in:
parent
b24ff3dcd1
commit
3f8e8f28f4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ce7784ac732cb702cb42704779f4a36dfcd2f7187ba6ea12b500c9e0f2e16e4
|
|
||||||
size 420288
|
|
3
librevenge-0.0.4.tar.xz
Normal file
3
librevenge-0.0.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:933f0729f04267cc354b9a02bc3e9afefa5512a3bdd0b45f159ee14a3e3347b2
|
||||||
|
size 421604
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 12 09:14:06 UTC 2016 - fstrba@suse.com
|
||||||
|
|
||||||
|
- Version bump to 0.0.4:
|
||||||
|
* Fix possible crash in raw generators for unbalanced open/close
|
||||||
|
calls.
|
||||||
|
* Fix build in C++11 mode.
|
||||||
|
* Fix gdb pretty printers and make them compatible with Python 3.
|
||||||
|
* Fix RVNGString::Iter::last(), which only worked correctly for
|
||||||
|
strings containing only ASCII characters.
|
||||||
|
* Document the difference between RVNGString::len() and
|
||||||
|
RVNGString::size().
|
||||||
|
* Considerably improve performance of RVNGString iterator (a
|
||||||
|
crude measurement shows at least 45% improvement).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 26 12:56:57 UTC 2015 - fstrba@suse.com
|
Sat Dec 26 12:56:57 UTC 2015 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package librevenge
|
# spec file for package librevenge
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.3
|
Version: 0.0.4
|
||||||
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+
|
||||||
|
Loading…
Reference in New Issue
Block a user