diff --git a/libvisio-0.1.0-pkgconfig.patch b/libvisio-0.1.0-pkgconfig.patch deleted file mode 100644 index e23d378..0000000 --- a/libvisio-0.1.0-pkgconfig.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- libvisio-0.1.0/libvisio.pc.in 2014-04-16 19:13:10.000000000 +0200 -+++ libvisio-0.1.0/libvisio.pc.in 2014-07-25 09:32:17.433533097 +0200 -@@ -9,5 +9,3 @@ - Requires: librevenge-0.0 librevenge-stream-0.0 - Libs: -L${libdir} -lvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@ - Cflags: -I${includedir}/libvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@ -- --Requires.private: icu-i18n libxml-2.0 zlib diff --git a/libvisio-0.1.0.tar.xz b/libvisio-0.1.0.tar.xz deleted file mode 100644 index 99e54f1..0000000 --- a/libvisio-0.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e4f1d49b7cd01173f846995655f2175bbdbde4eac05697bd28667723d176d6f -size 362740 diff --git a/libvisio-0.1.1.tar.xz b/libvisio-0.1.1.tar.xz new file mode 100644 index 0000000..8624411 --- /dev/null +++ b/libvisio-0.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b510168d1465516fdf6e57c01e2f9eae1fc0ae232c74e44e70693bbc49227f1 +size 412752 diff --git a/libvisio.changes b/libvisio.changes index c7ca179..89d5888 100644 --- a/libvisio.changes +++ b/libvisio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 6 13:01:37 UTC 2015 - tchvatal@suse.com + +- Version bump 0.1.1: + * Various bugfixes around +- Enable testsuite + ------------------------------------------------------------------- Fri Jul 25 07:39:37 UTC 2014 - fstrba@suse.com diff --git a/libvisio.spec b/libvisio.spec index 9c07d92..03cf248 100644 --- a/libvisio.spec +++ b/libvisio.spec @@ -1,7 +1,7 @@ # # spec file for package libvisio # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products 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,15 +18,15 @@ %define libname libvisio-0_1-1 Name: libvisio -Version: 0.1.0 +Version: 0.1.1 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: libvisio-0.1.0-pkgconfig.patch BuildRequires: boost-devel +BuildRequires: cppunit-devel BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ @@ -81,7 +81,6 @@ 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" @@ -100,6 +99,9 @@ cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}-devel/ %fdupes -s %{buildroot} +%check +make check %{?_smp_mflags} + %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig