forked from pool/libvisio
Accepting request 172820 from LibreOffice:Factory
- 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 (forwarded request 172813 from fstrba) OBS-URL: https://build.opensuse.org/request/show/172820 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvisio?expand=0&rev=8
This commit is contained in:
commit
6d91c6d437
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db222bf1527ff4219bcc17c64a956f2847e5fd5b05d0c35081c54105f4696f9c
|
|
||||||
size 378680
|
|
3
libvisio-0.0.26.tar.xz
Normal file
3
libvisio-0.0.26.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:473d7a4b92be7609c51648e1f220bad0c1ba30283e6b2a2bcd794faa385aab0c
|
||||||
|
size 380520
|
@ -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
|
Tue Feb 26 13:33:06 CET 2013 - fridrich.strba@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define libname libvisio-0_0-0
|
%define libname libvisio-0_0-0
|
||||||
|
|
||||||
Name: libvisio
|
Name: libvisio
|
||||||
Version: 0.0.25
|
Version: 0.0.26
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
|
License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
|
||||||
Summary: Library for parsing the MS Visio file format structure
|
Summary: Library for parsing the MS Visio file format structure
|
||||||
@ -35,6 +35,7 @@ BuildRequires: doxygen
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libwpd-devel >= 0.9.0
|
BuildRequires: libwpd-devel >= 0.9.0
|
||||||
BuildRequires: libwpg-devel >= 0.2.0
|
BuildRequires: libwpg-devel >= 0.2.0
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user