Accepting request 142266 from LibreOffice:Factory

- Disable werror explicitely. Usefull for devel but not for pkg.

- Bump version to 0.0.21

OBS-URL: https://build.opensuse.org/request/show/142266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvisio?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2012-11-22 15:38:26 +00:00 committed by Git OBS Bridge
parent ee81dac656
commit 85db2418e0
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48a956f5df0f03d86fd29d96e388c961951ae45b2c896259d479c08a1370bf46
size 373708

3
libvisio-0.0.21.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:940a94f90cda67c7e982f3480060a32fdbdc527a79ded19848e1ef7a44bfdd65
size 376880

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 21 12:52:09 UTC 2012 - tchvatal@suse.com
- Disable werror explicitely. Usefull for devel but not for pkg.
-------------------------------------------------------------------
Wed Nov 21 10:03:03 UTC 2012 - tchvatal@suse.com
- Bump version to 0.0.21
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 5 13:44:53 CET 2012 - fridrich.strba@suse.com Mon Nov 5 13:44:53 CET 2012 - fridrich.strba@suse.com

View File

@ -19,7 +19,7 @@
%define libname libvisio-0_0-0 %define libname libvisio-0_0-0
Name: libvisio Name: libvisio
Version: 0.0.20 Version: 0.0.21
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
@ -89,7 +89,10 @@ This package contains tools to work with documents in MS Visio file-format.
%setup -q %setup -q
%build %build
%configure --disable-static --docdir=%{_docdir}/%{name}-devel/html %configure \
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}-devel/html
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install