From eff6826ddc7e2d80ba1a3e08c621cd3c1b527631 Mon Sep 17 00:00:00 2001 From: Jiri Date: Jul 10 2020 16:55:59 +0000 Subject: Rebuilt for JDK-11 --- diff --git a/felix-gogo-runtime.spec b/felix-gogo-runtime.spec index fab0999..dd9cda2 100644 --- a/felix-gogo-runtime.spec +++ b/felix-gogo-runtime.spec @@ -2,7 +2,7 @@ Name: felix-gogo-runtime Version: 1.1.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Apache Felix Gogo command line shell for OSGi # One file is also MIT licensed: # src/main/java/org/apache/felix/gogo/runtime/Expression.java @@ -52,6 +52,9 @@ sed -i '/(echoout/ d' src/test/java/org/apache/felix/gogo/runtime/TestParser.jav %license LICENSE NOTICE %changelog +* Fri Jul 10 2020 Jiri Vanek - 1.1.0-7 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Fri Jun 26 2020 Roland Grunberg - 1.1.0-6 - Set source/target to 1.8 for Java 11 build. - Disable Java API link detection for javadoc generation as this fails.