- Version bump to 0.1.3:

* Fix build on old compilers
- Add patch from upstream git to build with new libxml2:
  * 0001-fix-test.patch

- Version bump to 0.1.2:
  - Fix several build problems with different compilers.
  - Import more metadata properties.
  - Fix theme color import (tdf#92270).
  - Fix a bunch of crashes and hangs when reading broken documents, found
    with the help of american-fuzzy-lop.
  - Fix several memory leaks.
  - Ignore errors when parsing metadata. This makes some documents readable
    again.
  - Fix handling of character background (tdf#92271).

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libvisio?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal
2015-08-28 07:49:42 +00:00
committed by Git OBS Bridge
parent a6c669bf36
commit 1a80748dda
5 changed files with 63 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package libvisio
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
%define libname libvisio-0_1-1
Name: libvisio
Version: 0.1.1
Version: 0.1.3
Release: 0
Summary: Library for parsing the MS Visio file format structure
License: MPL-2.0
Group: Productivity/Publishing/Word
Url: http://www.freedesktop.org/wiki/Software/libvisio
Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
Patch0: 0001-fix-test.patch
BuildRequires: boost-devel
BuildRequires: cppunit-devel
BuildRequires: doxygen
@@ -81,6 +82,7 @@ This package contains tools to work with documents in MS Visio file-format.
%prep
%setup -q
%patch0 -p1
%build
export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"