Rebuilt for JDK-11

This commit is contained in:
Jiri 2020-07-10 17:21:59 +02:00
parent 75b30992cf
commit 1d12f19e98

View File

@ -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 <jvanek@redhat.com> - 3.2.9-6
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
* Fri Jun 26 2020 Roland Grunberg <rgrunber@redhat.com> - 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.