From 4335bb9e0d9717c9dd94a08158a21f97fe649f3e6ebcacf0a1134ae6809d7e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Apr 2013 10:30:28 +0000 Subject: [PATCH] Accepting request 172813 from home:fstrba - Bump version to 0.0.26 * Fix missing WMFs in some Visio files * Use ICU for text encoding conversions * Honour the "HideText" property * Don't truncate end of the text * vsd2raw/vss2raw: - add possibility to detect groups that are not properly finished - indent raw output for easier detection of problems - Add dependency on libicu-devel OBS-URL: https://build.opensuse.org/request/show/172813 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libvisio?expand=0&rev=9 --- libvisio-0.0.25.tar.xz | 3 --- libvisio-0.0.26.tar.xz | 3 +++ libvisio.changes | 13 +++++++++++++ libvisio.spec | 3 ++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 libvisio-0.0.25.tar.xz create mode 100644 libvisio-0.0.26.tar.xz diff --git a/libvisio-0.0.25.tar.xz b/libvisio-0.0.25.tar.xz deleted file mode 100644 index de67c46..0000000 --- a/libvisio-0.0.25.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db222bf1527ff4219bcc17c64a956f2847e5fd5b05d0c35081c54105f4696f9c -size 378680 diff --git a/libvisio-0.0.26.tar.xz b/libvisio-0.0.26.tar.xz new file mode 100644 index 0000000..e2f6bb7 --- /dev/null +++ b/libvisio-0.0.26.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473d7a4b92be7609c51648e1f220bad0c1ba30283e6b2a2bcd794faa385aab0c +size 380520 diff --git a/libvisio.changes b/libvisio.changes index 8e956c8..50f83db 100644 --- a/libvisio.changes +++ b/libvisio.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 22 09:42:12 UTC 2013 - fridrich.strba@suse.com + +- Bump version to 0.0.26 + * Fix missing WMFs in some Visio files + * Use ICU for text encoding conversions + * Honour the "HideText" property + * Don't truncate end of the text + * vsd2raw/vss2raw: + - add possibility to detect groups that are not properly finished + - indent raw output for easier detection of problems +- Add dependency on libicu-devel + ------------------------------------------------------------------- Tue Feb 26 13:33:06 CET 2013 - fridrich.strba@suse.com diff --git a/libvisio.spec b/libvisio.spec index cc74a49..7692245 100644 --- a/libvisio.spec +++ b/libvisio.spec @@ -19,7 +19,7 @@ %define libname libvisio-0_0-0 Name: libvisio -Version: 0.0.25 +Version: 0.0.26 Release: 0 License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Summary: Library for parsing the MS Visio file format structure @@ -35,6 +35,7 @@ BuildRequires: doxygen %endif BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: libicu-devel BuildRequires: libwpd-devel >= 0.9.0 BuildRequires: libwpg-devel >= 0.2.0 BuildRequires: libxml2-devel