From 3330199e22a9e4bb8ec642d373ba878b5ba4ca18937a20ac5fa5c5518f511749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 1 Feb 2017 12:17:17 +0000 Subject: [PATCH] Accepting request 453777 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/453777 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/exempi?expand=0&rev=24 --- exempi.changes | 5 +++++ exempi.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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