From 3ab7a86baf8ea22ac4b33917901311f768e4ddc108773b4b28cf30735f2afb77 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 2 Feb 2017 10:29:56 +0000 Subject: [PATCH] Accepting request 454116 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/454116 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=65 --- nghttp2.changes | 5 +++++ nghttp2.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/nghttp2.changes b/nghttp2.changes index aa063b1..1e9cf89 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 2 10:21:27 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Tue Jan 3 10:39:12 UTC 2017 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 2ec2f87..f54132b 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -33,7 +33,12 @@ Source1: baselibs.conf Patch0: %{name}-remove-python-build.patch BuildRequires: autoconf BuildRequires: automake +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_system-devel +BuildRequires: libboost_thread-devel +%else BuildRequires: boost-devel +%endif BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig