From 3f8e8f28f46977938ff8104e71ef331f0cc167d38b39ea52fe5bafc82429ddbb Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 12 Jan 2016 09:19:31 +0000 Subject: [PATCH] 0.0.4 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/librevenge?expand=0&rev=16 --- librevenge-0.0.3.tar.xz | 3 --- librevenge-0.0.4.tar.xz | 3 +++ librevenge.changes | 15 +++++++++++++++ librevenge.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 librevenge-0.0.3.tar.xz create mode 100644 librevenge-0.0.4.tar.xz diff --git a/librevenge-0.0.3.tar.xz b/librevenge-0.0.3.tar.xz deleted file mode 100644 index ea2b7df..0000000 --- a/librevenge-0.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ce7784ac732cb702cb42704779f4a36dfcd2f7187ba6ea12b500c9e0f2e16e4 -size 420288 diff --git a/librevenge-0.0.4.tar.xz b/librevenge-0.0.4.tar.xz new file mode 100644 index 0000000..75b75a7 --- /dev/null +++ b/librevenge-0.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933f0729f04267cc354b9a02bc3e9afefa5512a3bdd0b45f159ee14a3e3347b2 +size 421604 diff --git a/librevenge.changes b/librevenge.changes index ad27732..75fc44c 100644 --- a/librevenge.changes +++ b/librevenge.changes @@ -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 diff --git a/librevenge.spec b/librevenge.spec index e3ed597..84375f7 100644 --- a/librevenge.spec +++ b/librevenge.spec @@ -1,7 +1,7 @@ # # 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 # 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.3 +Version: 0.0.4 Release: 0 Summary: A base library for writing document import filters License: LGPL-2.1+ or MPL-2.0+