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
This commit is contained in:
DistroBaker 2021-02-03 00:24:11 +00:00
parent 36398e3ff8
commit bf7f381444

View File

@ -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 <law@redhat.com> - 0.31.2-4.1
- Rebuild for RHEL 9
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Aug 26 2020 Joe Orton <jorton@redhat.com> - 0.31.2-4
- fix tests with current OpenSSL (#1863681)