From 9903db4164aeaa784f7ead9c804470785cb0d709 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 5 Nov 2024 03:48:24 +0300 Subject: [PATCH] import cglib-3.3.0-16.el10 --- SPECS/cglib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/cglib.spec b/SPECS/cglib.spec index 9ddbded..a2b03de 100644 --- a/SPECS/cglib.spec +++ b/SPECS/cglib.spec @@ -4,7 +4,7 @@ Name: cglib Version: 3.3.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Code Generation Library for Java # ASM MethodVisitor is based on ASM code and therefore # BSD-licensed. Everything else is ASL 2.0. @@ -82,6 +82,10 @@ Documentation for the cglib code generation library. %license LICENSE NOTICE %changelog +* Tue Oct 29 2024 Troy Dawson - 3.3.0-16 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Aug 05 2024 Mikolaj Izdebski - 3.3.0-15 - Switch Java compiler source/target to 1.8 - Resolves: RHEL-52687