diff --git a/libvisio-0.0.20.tar.xz b/libvisio-0.0.20.tar.xz deleted file mode 100644 index a2a3b48..0000000 --- a/libvisio-0.0.20.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48a956f5df0f03d86fd29d96e388c961951ae45b2c896259d479c08a1370bf46 -size 373708 diff --git a/libvisio-0.0.21.tar.xz b/libvisio-0.0.21.tar.xz new file mode 100644 index 0000000..2949752 --- /dev/null +++ b/libvisio-0.0.21.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940a94f90cda67c7e982f3480060a32fdbdc527a79ded19848e1ef7a44bfdd65 +size 376880 diff --git a/libvisio.changes b/libvisio.changes index fe2db6b..89dac92 100644 --- a/libvisio.changes +++ b/libvisio.changes @@ -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 diff --git a/libvisio.spec b/libvisio.spec index 0cd7fab..e459162 100644 --- a/libvisio.spec +++ b/libvisio.spec @@ -19,7 +19,7 @@ %define libname libvisio-0_0-0 Name: libvisio -Version: 0.0.20 +Version: 0.0.21 Release: 0 License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ 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 %build -%configure --disable-static --docdir=%{_docdir}/%{name}-devel/html +%configure \ + --disable-werror \ + --disable-static \ + --docdir=%{_docdir}/%{name}-devel/html make %{?_smp_mflags} %install