(URL)/declaration-handler |
+ * A declaration handler may be provided. Declaration of general
+@@ -186,7 +187,7 @@
+
+ /**
+ * SAX1, SAX2: Set the entity resolver for this parser.
+- * @param handler The object to receive entity events.
++ * @param resolver The object to receive entity events.
+ */
+ public void setEntityResolver (EntityResolver resolver)
+ {
diff --git a/aelfred.changes b/aelfred.changes
index a298023..62ac315 100644
--- a/aelfred.changes
+++ b/aelfred.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Sat Mar 19 13:00:20 UTC 2022 - Fridrich Strba
+
+- Added patch:
+ * aelfred-javadoc.patch
+ + fix build with javadoc 17
+
-------------------------------------------------------------------
Tue May 15 05:00:18 UTC 2018 - fstrba@suse.com
diff --git a/aelfred.spec b/aelfred.spec
index b5faa8b..2b6aedf 100644
--- a/aelfred.spec
+++ b/aelfred.spec
@@ -1,7 +1,7 @@
#
# spec file for package aelfred
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -25,6 +25,7 @@ Group: Development/Libraries/Java
URL: http://saxon.sourceforge.net/aelfred.html
Source0: http://downloads.sourceforge.net/project/saxon/aelfred/7.0/aelfred7_0.zip
Patch0: aelfred-icedtea-build.patch
+Patch1: aelfred-javadoc.patch
BuildRequires: ant
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-tools
@@ -55,6 +56,7 @@ Demonstrations and samples for aelfred.
%setup -q -c
unzip %{name}-source.zip
%patch0
+%patch1 -p1
%build
export JAVA_HOME=%{java_home}
|