From c45b25138652f742542f8aecf248e0016888aa90 Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 10 Jul 2020 22:03:59 +0200 Subject: [PATCH] Rebuilt for JDK-11 --- jansi-native.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jansi-native.spec b/jansi-native.spec index 1544dee..3913ce3 100644 --- a/jansi-native.spec +++ b/jansi-native.spec @@ -7,7 +7,7 @@ Name: jansi-native Version: 1.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Jansi Native implements the JNI Libraries used by the Jansi project License: ASL 2.0 URL: http://jansi.fusesource.org/ @@ -67,6 +67,9 @@ This package contains the API documentation for %{name}. %license license.txt %changelog +* Fri Jul 10 2020 Jiri Vanek - 1.8-4 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Fri Jun 26 2020 Mat Booth - 1.8-3 - Allow building against Java 11