Hello community, here is the log from the commit of package websocketpp for openSUSE:Factory checked in at 2017-02-06 15:05:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/websocketpp (Old) and /work/SRC/openSUSE:Factory/.websocketpp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "websocketpp" Changes: -------- --- /work/SRC/openSUSE:Factory/websocketpp/websocketpp.changes 2015-11-26 17:04:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.websocketpp.new/websocketpp.changes 2017-02-06 15:05:32.507106415 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 15:38:18 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ websocketpp.spec ++++++ --- /var/tmp/diff_new_pack.3MQaBT/_old 2017-02-06 15:05:32.911048396 +0100 +++ /var/tmp/diff_new_pack.3MQaBT/_new 2017-02-06 15:05:32.915047821 +0100 @@ -1,7 +1,7 @@ # # spec file for package websocketpp # -# Copyright (c) 2015 SUSE LINUX Products 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 @@ -25,7 +25,11 @@ Url: http://www.zaphoyd.com/websocketpp Source0: https://github.com/zaphoyd/websocketpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: websocketpp.pc +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake >= 2.6 BuildRequires: gcc-c++ BuildRequires: pkg-config
