Accepting request 527023 from Java:packages

Fix build with jdk <= 7

OBS-URL: https://build.opensuse.org/request/show/527023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jython?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2017-09-21 10:33:22 +00:00 committed by Git OBS Bridge
commit 8e737e9773
3 changed files with 7 additions and 12 deletions

View File

@ -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="&lt;a href='http://www.jython.org' target='_top'>Jython homepage&lt;/a>"
+ additionalparam="-Xdoclint:none"
>
<classpath refid="main.classpath" />
</javadoc>

View File

@ -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

View File

@ -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)