From a52d3b0586ed1626b275003cef598fe28539f44d Mon Sep 17 00:00:00 2001 From: Jiri Date: Tue, 14 Jul 2020 04:15:20 +0200 Subject: [PATCH] Rebuilt for JDK-11 --- velocity.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/velocity.spec b/velocity.spec index 2909ebe..2727476 100644 --- a/velocity.spec +++ b/velocity.spec @@ -2,7 +2,7 @@ Name: velocity Version: 1.7 -Release: 29%{?dist} +Release: 30%{?dist} Epoch: 0 Summary: Java-based template engine License: ASL 2.0 @@ -192,6 +192,9 @@ cp -pr examples test %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Tue Jul 14 2020 Jiri Vanek - 0:1.7-30 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Mon Jul 13 2020 Mat Booth - 0:1.7-29 - Ignore test case that fails on Java 11