From 69b28ddec7ddbf6bb4da17ab488d8280cf6d3036 Mon Sep 17 00:00:00 2001 From: Jiri Date: Mon, 13 Jul 2020 22:51:17 +0200 Subject: [PATCH] Rebuilt for JDK-11 --- apache-commons-exec.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index 6967f94..97f01b3 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,7 +3,7 @@ Name: apache-commons-exec Version: 1.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: ASL 2.0 URL: http://commons.apache.org/exec/ @@ -69,6 +69,9 @@ find -name Exec57Test.java -delete %license LICENSE.txt NOTICE.txt %changelog +* Mon Jul 13 2020 Jiri Vanek - 1.3-16 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Sat Jul 11 2020 Mohamed El Morabity - 1.3-15 - Fix build with JDK-11