|
|
|
@ -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 <tdawson@redhat.com> - 3.3.0-16
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-15
|
|
|
|
|
- Switch Java compiler source/target to 1.8
|
|
|
|
|
- Resolves: RHEL-52687
|
|
|
|
|