From 1985c27ef65d2022f5df78dffc1f23ae66909a5227f60bc7e90b077276cfa7a7 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 18 Sep 2017 12:51:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jython?expand=0&rev=20 --- jython-javadoc.patch | 10 ---------- jython.changes | 7 +++++++ jython.spec | 2 -- 3 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 jython-javadoc.patch diff --git a/jython-javadoc.patch b/jython-javadoc.patch deleted file mode 100644 index a7e8d1e..0000000 --- a/jython-javadoc.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- jython-svn-Release_2_2_1/build.xml 2007-10-13 20:44:01.000000000 +0200 -+++ jython-svn-Release_2_2_1/build.xml 2017-09-10 21:20:45.286417750 +0200 -@@ -581,6 +581,7 @@ - packagenames="org.python.core, org.python.util, com.ziclix.python.sql" - windowtitle="Jython API documentation" - bottom="<a href='http://www.jython.org' target='_top'>Jython homepage</a>" -+ additionalparam="-Xdoclint:none" - > - - diff --git a/jython.changes b/jython.changes index a613aa9..203e1ee 100644 --- a/jython.changes +++ b/jython.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 18 12:50:14 UTC 2017 - fstrba@suse.com + +- Removed patch: + * jython-javadoc.patch + - Not needed, since doclint is disabled by default + ------------------------------------------------------------------- Sun Sep 10 19:26:18 UTC 2017 - fstrba@suse.com diff --git a/jython.spec b/jython.spec index 5867635..d250104 100644 --- a/jython.spec +++ b/jython.spec @@ -49,7 +49,6 @@ Patch5: %{name}-cached-classes.patch Patch6: %{name}-sourcetarget.patch Patch7: %{name}-module.patch Patch8: %{name}-compareto.patch -Patch9: %{name}-javadoc.patch Requires: jakarta-oro Requires: javapackages-tools Requires: jline @@ -181,7 +180,6 @@ development and in shipping products. %patch6 -p1 %patch7 -p1 %patch8 -p1 -%patch9 -p1 %build export CLASSPATH=$(build-classpath mysql-connector-java oro servlet jline)