From 222cc4ee4493d1a921eec93247726cea2186a660 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:41:05 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- libevent.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libevent.spec b/libevent.spec index 2f13967..4bc85b3 100644 --- a/libevent.spec +++ b/libevent.spec @@ -2,7 +2,7 @@ Name: libevent Version: 2.1.12 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Abstract asynchronous event notification library # arc4random.c, which is used in build, is ISC. The rest is BSD-3-Clause. @@ -149,6 +149,10 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample %doc %{develdocdir}/ %changelog +* Tue Oct 29 2024 Troy Dawson - 2.1.12-16 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Tue Aug 13 2024 Pavol Žáčik - 2.1.12-15 - Patch duplicate file descriptor manipulation - Resolves: RHEL-35256