From ca70d63b760710a8d2173ef2d3d66d060da9bac0323583aeb6f37ea752e80c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 2 Feb 2017 11:36:30 +0000 Subject: [PATCH] Accepting request 453866 from home:adamm:branches:devel:libraries:c_c++ - use individual libboost-*-devel packages instead of boost-devel OBS-URL: https://build.opensuse.org/request/show/453866 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenraw?expand=0&rev=28 --- libopenraw.changes | 5 +++++ libopenraw.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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