diff --git a/cglib.spec b/cglib.spec index 9ddbded..a2b03de 100644 --- a/cglib.spec +++ b/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