Rebuilt for JDK-11

This commit is contained in:
Jiri 2020-07-10 23:41:59 +02:00
parent c3a25822e9
commit 4c956a8e50

View File

@ -3,7 +3,7 @@
Name: jctools
Version: 2.1.2
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Java Concurrency Tools for the JVM
License: ASL 2.0
URL: http://jctools.github.io/JCTools/
@ -132,6 +132,9 @@ export JAVA_HOME=%{_jvmdir}/java-1.8.0
%license LICENSE
%changelog
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 2.1.2-8
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
* Fri Jun 26 2020 Roland Grunberg <rgrunber@redhat.com> - 2.1.2-7
- Force Java 8 as we cannot build with Java 11 due to upstream bug.