From c820a8d95fb8a04d5427fdcb4e4b9b2af6b2dce1 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 13 Mar 2017 10:08:57 +0000 Subject: [PATCH] Build with openssl 1.1 --- xmlrpc-c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index 3681046..286ed34 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -6,7 +6,7 @@ Name: xmlrpc-c Version: 1.48.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A lightweight RPC library based on XML and HTTP # See doc/COPYING for details. # The Python 1.5.2 license used by a few files is just BSD. @@ -40,7 +40,7 @@ BuildRequires: pkgconfig(libxml-2.0) # upstream has its own fork of expat Provides: bundled(expat) %endif -BuildRequires: pkgconfig(openssl) +BuildRequires: openssl-devel BuildRequires: pkgconfig(libcurl) BuildRequires: readline-devel BuildRequires: ncurses-devel @@ -193,6 +193,9 @@ This package contains some handy XML-RPC demo applications. %{_bindir}/xmlrpc_pstream %changelog +* Mon Mar 13 2017 Peter Robinson 1.48.0-4 +- Build with openssl 1.1 + * Sat Feb 11 2017 Fedora Release Engineering - 1.48.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild