Hello community,
here is the log from the commit of package java-1_8_0-openjdk for
openSUSE:Factory checked in at 2015-01-08 23:02:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-1_8_0-openjdk"
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2014-12-16 14:49:18.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes
2015-01-08 23:02:27.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 4 22:00:21 UTC 2015 - [email protected]
+
+- zero-javadoc-verbose.patch: Avoid triggering inactivity timeout while
+ generating javadoc in zero VM
+
+-------------------------------------------------------------------
New:
----
zero-javadoc-verbose.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-1_8_0-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.ZUgcfL/_old 2015-01-08 23:02:30.000000000 +0100
+++ /var/tmp/diff_new_pack.ZUgcfL/_new 2015-01-08 23:02:30.000000000 +0100
@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -221,6 +221,8 @@
Patch12: adlc-parser.patch
# Fix: implicit-pointer-decl
Patch13: implicit-pointer-decl.patch
+# Avoid triggering inactivity timeout while generating javadoc in zero VM
+Patch14: zero-javadoc-verbose.patch
#
# OpenJDK specific patches
#
@@ -509,6 +511,10 @@
%patch12 -p1
%patch13 -p1
+%if %{with zero}
+%patch14 -p1
+%endif
+
%patch99 -p1
# s390 build fixes
++++++ zero-javadoc-verbose.patch ++++++
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 \
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]