diff --git a/libopenraw.changes b/libopenraw.changes index de9af76..225be60 100644 --- a/libopenraw.changes +++ b/libopenraw.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 13:06:41 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Fri Jul 15 12:40:05 UTC 2016 - alarrosa@suse.com diff --git a/libopenraw.spec b/libopenraw.spec index b39cee8..adf8d3e 100644 --- a/libopenraw.spec +++ b/libopenraw.spec @@ -1,7 +1,7 @@ # # spec file for package libopenraw # -# Copyright (c) 2016 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 @@ -32,7 +32,11 @@ Patch2: libopenraw-orf-thumbnail.patch Patch3: openraw-noansiflag.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: boost-devel >= 1.33.1 +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_test-devel +%else +BuildRequires: boost-devel >= 1.31.1 +%endif BuildRequires: gcc-c++ BuildRequires: libjpeg-devel BuildRequires: libtool