Accepting request 280144 from Java:Factory
1 OBS-URL: https://build.opensuse.org/request/show/280144 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-1_8_0-openjdk?expand=0&rev=16
This commit is contained in:
commit
07b3284f2c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 4 22:00:21 UTC 2015 - schwab@suse.de
|
||||||
|
|
||||||
|
- zero-javadoc-verbose.patch: Avoid triggering inactivity timeout while
|
||||||
|
generating javadoc in zero VM
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 8 13:32:25 UTC 2014 - fstrba@suse.com
|
Mon Dec 8 13:32:25 UTC 2014 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package java-1_8_0-openjdk
|
# spec file for package java-1_8_0-openjdk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -221,6 +221,8 @@ Patch11: hotspot-build-j-directive.patch
|
|||||||
Patch12: adlc-parser.patch
|
Patch12: adlc-parser.patch
|
||||||
# Fix: implicit-pointer-decl
|
# Fix: implicit-pointer-decl
|
||||||
Patch13: implicit-pointer-decl.patch
|
Patch13: implicit-pointer-decl.patch
|
||||||
|
# Avoid triggering inactivity timeout while generating javadoc in zero VM
|
||||||
|
Patch14: zero-javadoc-verbose.patch
|
||||||
#
|
#
|
||||||
# OpenJDK specific patches
|
# OpenJDK specific patches
|
||||||
#
|
#
|
||||||
@ -509,6 +511,10 @@ rm -rvf jdk/src/share/native/sun/java2d/cmm/lcms/lcms2*
|
|||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
%patch13 -p1
|
%patch13 -p1
|
||||||
|
|
||||||
|
%if %{with zero}
|
||||||
|
%patch14 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%patch99 -p1
|
%patch99 -p1
|
||||||
|
|
||||||
# s390 build fixes
|
# s390 build fixes
|
||||||
|
12
zero-javadoc-verbose.patch
Normal file
12
zero-javadoc-verbose.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Index: jdk8u-3e6d3c8810ee/make/Javadoc.gmk
|
||||||
|
===================================================================
|
||||||
|
--- jdk8u-3e6d3c8810ee.orig/make/Javadoc.gmk
|
||||||
|
+++ jdk8u-3e6d3c8810ee/make/Javadoc.gmk
|
||||||
|
@@ -260,7 +260,6 @@ $(call CopyrightLine,$(COPYRIGHT_URL),$(
|
||||||
|
# Common javadoc options used by all
|
||||||
|
COMMON_JAVADOCFLAGS = \
|
||||||
|
-XDignore.symbol.file=true \
|
||||||
|
- -quiet \
|
||||||
|
-use \
|
||||||
|
-keywords \
|
||||||
|
-Xdoclint:none \
|
Loading…
Reference in New Issue
Block a user