From 768af187c7f1323f538b50508e31e3377ac0a7c83ffcbcc83dfa3017ea1936f9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 7 Sep 2022 11:51:23 +0000 Subject: [PATCH] - Add missing boost require OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/msgpack-cxx?expand=0&rev=5 --- msgpack-cxx.changes | 5 +++++ msgpack-cxx.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/msgpack-cxx.changes b/msgpack-cxx.changes index 24487d7..8147817 100644 --- a/msgpack-cxx.changes +++ b/msgpack-cxx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 7 11:51:09 UTC 2022 - Jan Engelhardt + +- Add missing boost require + ------------------------------------------------------------------- Mon Aug 29 11:12:03 UTC 2022 - Jan Engelhardt diff --git a/msgpack-cxx.spec b/msgpack-cxx.spec index 0701275..845b176 100644 --- a/msgpack-cxx.spec +++ b/msgpack-cxx.spec @@ -36,6 +36,7 @@ exchange structured objects between many languages like JSON. %package devel Summary: Development headers for libmsgpack C++ library Group: Development/Libraries/C and C++ +Requires: libboost_headers-devel Requires: msgpack-c-devel >= 4 Provides: libmsgpack-devel = %{version}-%{release} Conflicts: msgpack-devel < 4