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