Accepting request 140784 from devel:libraries:c_c++
Upgrade to version 0.0.20 OBS-URL: https://build.opensuse.org/request/show/140784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvisio?expand=0&rev=2
This commit is contained in:
parent
c6c5cda8cb
commit
ee81dac656
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1493bdaa3ee0a2cdf668a05d02d38220652f17caa7bc6da3206c40a90f813c7
|
||||
size 323536
|
3
libvisio-0.0.20.tar.xz
Normal file
3
libvisio-0.0.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48a956f5df0f03d86fd29d96e388c961951ae45b2c896259d479c08a1370bf46
|
||||
size 373708
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 5 13:44:53 CET 2012 - fridrich.strba@suse.com
|
||||
|
||||
- Upgrade to upstream version 0.0.20
|
||||
* Support of Visio XML Drawing file-format (*.vdx)
|
||||
* Initial support of (not-yet-relesed) Visio 2013 file-formats
|
||||
(*.vsdx and *.vsdm)
|
||||
* Initial support of extracting of master shapes from Visio
|
||||
documents.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 21:05:31 UTC 2012 - asterios.dramis@gmail.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define libname libvisio-0_0-0
|
||||
|
||||
Name: libvisio
|
||||
Version: 0.0.19
|
||||
Version: 0.0.20
|
||||
Release: 0
|
||||
License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+
|
||||
Summary: Library for parsing the MS Visio file format structure
|
||||
@ -37,6 +37,9 @@ BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libwpd-devel >= 0.9.0
|
||||
BuildRequires: libwpg-devel >= 0.2.0
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: gperf
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user