diff --git a/cpprest.changes b/cpprest.changes index 5c87969..6e4e612 100644 --- a/cpprest.changes +++ b/cpprest.changes @@ -5,6 +5,11 @@ Thu Feb 2 09:08:31 UTC 2017 - astieger@suse.com * All embedded licenses changed to MIT * Update license header to reflect third party embedded code +------------------------------------------------------------------- +Wed Feb 1 10:31:33 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Sun Oct 30 15:15:58 UTC 2016 - astieger@suse.com diff --git a/cpprest.spec b/cpprest.spec index f1a52fa..c20158b 100644 --- a/cpprest.spec +++ b/cpprest.spec @@ -33,7 +33,15 @@ Group: Development/Libraries/C and C++ Url: https://github.com/Microsoft/cpprestsdk Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz Patch1: cpprest-pthread.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_random-devel +BuildRequires: libboost_regex-devel +BuildRequires: libboost_system-devel +BuildRequires: libboost_thread-devel +%else BuildRequires: boost-devel >= 1.55 +%endif BuildRequires: cmake >= 2.6 BuildRequires: gcc-c++ BuildRequires: openssl-devel >= 1.0