Rebuilt for JDK-11

This commit is contained in:
Jiri 2020-07-10 17:23:58 +02:00
parent 0926fda19d
commit dfe6f481e7

View File

@ -2,7 +2,7 @@
Name: classloader-leak-test-framework Name: classloader-leak-test-framework
Version: 1.1.1 Version: 1.1.1
Release: 11%{?dist} Release: 12%{?dist}
Summary: Detection and verification of Java ClassLoader leaks Summary: Detection and verification of Java ClassLoader leaks
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/mjiderhamn/classloader-leak-prevention/tree/master/%{name} URL: https://github.com/mjiderhamn/classloader-leak-prevention/tree/master/%{name}
@ -56,6 +56,9 @@ cp -r %{name}/* .
%license LICENSE.txt %license LICENSE.txt
%changelog %changelog
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.1.1-12
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
* Fri May 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.1.1-11 * Fri May 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.1.1-11
- fixed javadoc build problem - fixed javadoc build problem