From 36398e3ff822eaa128de586e019af12f7866f12e Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 16 Dec 2020 13:18:51 -0700 Subject: [PATCH] Rebuild for RHEL 9 --- neon.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/neon.spec b/neon.spec index 905a264..de3acc7 100644 --- a/neon.spec +++ b/neon.spec @@ -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 - 0.31.2-4.1 +- Rebuild for RHEL 9 + * Wed Aug 26 2020 Joe Orton - 0.31.2-4 - fix tests with current OpenSSL (#1863681)