From bf7f3814442690d3b78c8d7a46798c1b8560d57e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 00:24:11 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/neon.git#fb985937fd1203fa04c6ce0318af4895a034d744 --- neon.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/neon.spec b/neon.spec index de3acc7..4c7ecb1 100644 --- a/neon.spec +++ b/neon.spec @@ -3,12 +3,13 @@ Summary: An HTTP and WebDAV client library Name: neon Version: 0.31.2 -Release: 4.1%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: https://notroj.github.io/neon/ Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz Patch0: neon-0.27.0-multilib.patch Patch1: neon-0.31.2-lesstests.patch +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel, libproxy-devel BuildRequires: pkgconfig, pakchois-devel @@ -83,8 +84,8 @@ make %{?_smp_mflags} check %{_libdir}/*.so %changelog -* Wed Dec 16 2020 Jeff Law - 0.31.2-4.1 -- Rebuild for RHEL 9 +* Tue Jan 26 2021 Fedora Release Engineering - 0.31.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Aug 26 2020 Joe Orton - 0.31.2-4 - fix tests with current OpenSSL (#1863681)