Rebuild for RHEL 9

This commit is contained in:
Jeff Law 2020-12-16 13:18:51 -07:00
parent 1be7c1707f
commit 36398e3ff8

View File

@ -3,7 +3,7 @@
Summary: An HTTP and WebDAV client library
Name: neon
Version: 0.31.2
Release: 4%{?dist}
Release: 4.1%{?dist}
License: LGPLv2+
URL: https://notroj.github.io/neon/
Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz
@ -83,6 +83,9 @@ 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
* Wed Aug 26 2020 Joe Orton <jorton@redhat.com> - 0.31.2-4
- fix tests with current OpenSSL (#1863681)