diff --git a/hsqldb-apidocs.patch b/hsqldb-apidocs.patch index 17957ff..5fec88b 100644 --- a/hsqldb-apidocs.patch +++ b/hsqldb-apidocs.patch @@ -10,12 +10,11 @@ index 9c46389..c523220 100644 -@@ -974,7 +975,7 @@ examples: +@@ -974,7 +975,6 @@ examples: src/org/hsqldb/auth/LdapAuthBean.java, src/org/hsqldb/auth/LdapAuthBeanTester.java" destdir="doc/apidocs" - stylesheetfile="doc/apidocs/javadoc.css" -+ additionalparam="-Xdoclint:none" docencoding="UTF-8" charset="UTF-8" author="true" diff --git a/hsqldb.changes b/hsqldb.changes index 0b60187..f005ee0 100644 --- a/hsqldb.changes +++ b/hsqldb.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Sep 29 06:52:51 UTC 2017 - fstrba@suse.com + +- Mofified patch: + * hsqldb-apidocs.patch + + Don't force -Xdoclint:none, since we switched the default + doclint run off in all our java-devel providers and this + option does not work with java < 1.8 + ------------------------------------------------------------------- Fri Sep 8 06:50:36 UTC 2017 - fstrba@suse.com