diff --git a/exempi.changes b/exempi.changes index 44c3124..f37fe29 100644 --- a/exempi.changes +++ b/exempi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 10:45:36 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Sun Nov 22 20:09:11 UTC 2015 - mpluskal@suse.com diff --git a/exempi.spec b/exempi.spec index 9d5da2b..6d9e03e 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,7 +1,7 @@ # # spec file for package exempi # -# 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 @@ -28,7 +28,11 @@ Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.ta Source1: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2.asc Source2: %{name}.keyring Source3: baselibs.conf +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_test-devel +%else BuildRequires: boost-devel >= 1.33.0 +%endif BuildRequires: gcc-c++ BuildRequires: libexpat-devel BuildRequires: pkg-config