Rebuilt for JDK-11
This commit is contained in:
parent
75b30992cf
commit
1d12f19e98
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: cglib
|
Name: cglib
|
||||||
Version: 3.2.9
|
Version: 3.2.9
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Code Generation Library for Java
|
Summary: Code Generation Library for Java
|
||||||
# ASM MethodVisitor is based on ASM code and therefore
|
# ASM MethodVisitor is based on ASM code and therefore
|
||||||
# BSD-licensed. Everything else is ASL 2.0.
|
# BSD-licensed. Everything else is ASL 2.0.
|
||||||
@ -73,6 +73,9 @@ Documentation for the cglib code generation library.
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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.
|
- 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.
|
- Ignore 5 test failures from upstream when run on Java 9 or above.
|
||||||
|
Loading…
Reference in New Issue
Block a user