SHA256
1
0
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:
Stephan Kulow 2013-04-22 12:31:10 +00:00 committed by Git OBS Bridge
commit 6d91c6d437
4 changed files with 18 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:473d7a4b92be7609c51648e1f220bad0c1ba30283e6b2a2bcd794faa385aab0c
size 380520

View File

@ -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

View File

@ -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