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