From f2f633a043f09fa3d4bfd7d2dc555a0eeae937d2794f318b5f2db930f080a7e6 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 21 May 2019 08:23:09 +0000 Subject: [PATCH] Accepting request 704252 from home:cgiboudeaux:branches:devel:libraries:c_c++ - Add the missing zlib requirement. OBS-URL: https://build.opensuse.org/request/show/704252 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=41 --- cpprest.changes | 5 +++++ cpprest.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/cpprest.changes b/cpprest.changes index 419162b..99b2589 100644 --- a/cpprest.changes +++ b/cpprest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 20 12:52:29 UTC 2019 - Christophe Giboudeaux + +- Add the missing zlib requirement. + ------------------------------------------------------------------- Sat Apr 27 18:43:50 UTC 2019 - Andreas Stieger diff --git a/cpprest.spec b/cpprest.spec index d515072..32f11d9 100644 --- a/cpprest.spec +++ b/cpprest.spec @@ -36,6 +36,7 @@ BuildRequires: cmake >= 3.0 BuildRequires: gcc-c++ BuildRequires: openssl-devel >= 1.0 BuildRequires: pkgconfig(websocketpp) >= 0.8 +BuildRequires: pkgconfig(zlib) %if 0%{?suse_version} > 1325 BuildRequires: libboost_atomic-devel BuildRequires: libboost_filesystem-devel