diff --git a/libvisio.changes b/libvisio.changes index 7b4dd45..9c265d2 100644 --- a/libvisio.changes +++ b/libvisio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 15:47:27 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Wed Dec 30 09:15:48 UTC 2015 - fstrba@suse.com diff --git a/libvisio.spec b/libvisio.spec index abd8d18..b324977 100644 --- a/libvisio.spec +++ b/libvisio.spec @@ -1,7 +1,7 @@ # # spec file for package libvisio # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -25,7 +25,11 @@ 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 +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cppunit-devel BuildRequires: doxygen BuildRequires: fdupes