From 1d12f19e983f1e770bb5fcd277389fa942413ce7 Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 10 Jul 2020 17:21:59 +0200 Subject: [PATCH] Rebuilt for JDK-11 --- cglib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.