Hello community,
here is the log from the commit of package java-1_8_0-openjdk for
openSUSE:Factory checked in at 2017-02-11 01:38:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2017-02-03 17:42:58.139963972 +0100
+++
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes
2017-02-11 01:38:41.138155791 +0100
@@ -1,0 +2,7 @@
+Wed Feb 1 12:54:10 UTC 2017 - [email protected]
+
+- Don't run bootstrap build for s390, since it is broken, instead
+ introduce a little cycle on this platform, in order to have
+ working openjdk8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-1_8_0-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.FmSrrN/_old 2017-02-11 01:38:47.349279319 +0100
+++ /var/tmp/diff_new_pack.FmSrrN/_new 2017-02-11 01:38:47.353278754 +0100
@@ -50,6 +50,11 @@
# real file made by update-ca-certificates
%global javacacerts %{_var}/lib/ca-certificates/java-cacerts
# turn zero on non jit arches by default
+%ifarch s390
+%global _with_bootstrap 0
+%else
+%bcond_without bootstrap
+%endif
%ifnarch %{jit_arches}
%global _with_zero 1
%endif
@@ -214,7 +219,6 @@
BuildRequires: gcc-c++
BuildRequires: giflib-devel
BuildRequires: gtk2-devel
-BuildRequires: java-bootstrap-devel >= 1.7.0
BuildRequires: libjpeg-devel
BuildRequires: liblcms2-devel
BuildRequires: libpng-devel
@@ -261,6 +265,11 @@
Provides: jre1.7.x
Provides: jre1.8.x
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+%if %{with bootstrap}
+BuildRequires: java-bootstrap-devel >= 1.7.0
+%else
+BuildRequires: java-1_8_0-openjdk-devel
+%endif
%if %{with_system_kerberos}
BuildRequires: krb5-devel
%endif
@@ -473,7 +482,11 @@
%if %{with_sunec}
--enable-sunec \
%endif
+%if %{with bootstrap}
--enable-bootstrap \
+%else
+ --disable-bootstrap \
+%endif
--disable-downloading \
--with-abs-install-dir=%{_jvmdir}/%{sdkdir} \
%ifnarch %{arm} %{aarch64}