diff --git a/jctools.spec b/jctools.spec index 89a1ecd..fbc2538 100644 --- a/jctools.spec +++ b/jctools.spec @@ -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 - 2.1.2-8 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Fri Jun 26 2020 Roland Grunberg - 2.1.2-7 - Force Java 8 as we cannot build with Java 11 due to upstream bug.