diff --git a/cglib.spec b/cglib.spec index 11d856e..95652cb 100644 --- a/cglib.spec +++ b/cglib.spec @@ -2,7 +2,7 @@ Name: cglib Version: 3.2.9 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Code Generation Library for Java # ASM MethodVisitor is based on ASM code and therefore # BSD-licensed. Everything else is ASL 2.0. @@ -73,6 +73,9 @@ Documentation for the cglib code generation library. %license LICENSE NOTICE %changelog +* Fri Jul 10 2020 Jiri Vanek - 3.2.9-6 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Fri Jun 26 2020 Roland Grunberg - 3.2.9-5 - Set maven-javadoc-plugin source to 1.8 for Java 11 build. - Ignore 5 test failures from upstream when run on Java 9 or above.