Hello community, here is the log from the commit of package yaml-cpp for openSUSE:Factory checked in at 2017-02-06 15:05:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yaml-cpp (Old) and /work/SRC/openSUSE:Factory/.yaml-cpp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yaml-cpp" Changes: -------- --- /work/SRC/openSUSE:Factory/yaml-cpp/yaml-cpp.changes 2016-07-15 12:51:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yaml-cpp.new/yaml-cpp.changes 2017-02-06 15:05:24.300285211 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 15:48:20 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yaml-cpp.spec ++++++ --- /var/tmp/diff_new_pack.hf4E5o/_old 2017-02-06 15:05:24.788215125 +0100 +++ /var/tmp/diff_new_pack.hf4E5o/_new 2017-02-06 15:05:24.792214551 +0100 @@ -1,7 +1,7 @@ # # spec file for package yaml-cpp # -# Copyright (c) 2016 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 @@ -30,7 +30,11 @@ Patch0: yaml-cpp-fix-pie.patch # PATCH-FIX-SUSE: disable bunlded gmock as the tests can't be run in obs anyway Patch1: yaml-cpp-disable-bundled-gmock.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ @@ -52,7 +56,11 @@ Summary: Development files for %{name} Group: Development/Libraries/C and C++ Requires: %{library_name} = %{version} +%if 0%{?suse_version} > 1325 +Requires: libboost_headers-devel +%else Requires: boost-devel +%endif %description devel Development files for %{name} library.
