diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index 267159b..d14b398 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -1,6 +1,6 @@ Name: apache-commons-cli Version: 1.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Command Line Interface Library for Java License: ASL 2.0 URL: http://commons.apache.org/cli/ @@ -46,6 +46,9 @@ command line arguments and options. %doc README.md RELEASE-NOTES.txt %changelog +* Fri Jul 10 2020 Jiri Vanek - 1.4-10 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Wed Jun 24 2020 Alexander Kurtakov 1.4-9 - Fix build with Java 11