From dd9cda9a7a2afef8d9d410fbc0689058370ba624 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:15:04 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- apache-commons-collections.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache-commons-collections.spec b/apache-commons-collections.spec index 1267bd9..c040173 100644 --- a/apache-commons-collections.spec +++ b/apache-commons-collections.spec @@ -2,7 +2,7 @@ Name: apache-commons-collections Version: 3.2.2 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Provides new interfaces, implementations and utilities for Java Collections License: Apache-2.0 URL: http://commons.apache.org/collections/ @@ -89,6 +89,10 @@ sed -i 's/\r//' LICENSE.txt PROPOSAL.html README.txt NOTICE.txt %license LICENSE.txt NOTICE.txt %changelog +* Tue Oct 29 2024 Troy Dawson - 3.2.2-37 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Aug 05 2024 Mikolaj Izdebski - 3.2.2-36 - Port to OpenJDK 21 - Resolves: RHEL-52709