Hello community,
here is the log from the commit of package java-11-openjdk for openSUSE:Factory
checked in at 2019-12-23 22:38:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-11-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-11-openjdk.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-11-openjdk"
Mon Dec 23 22:38:31 2019 rev:34 rq:757586 version:11.0.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes
2019-11-04 17:01:55.935974020 +0100
+++
/work/SRC/openSUSE:Factory/.java-11-openjdk.new.6675/java-11-openjdk.changes
2019-12-23 22:41:20.105921597 +0100
@@ -1,0 +2,5 @@
+Tue Dec 17 08:08:25 UTC 2019 - Guillaume GARDET <[email protected]>
+
+- Switch back armv6 from zero platform to client JVM
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-11-openjdk.spec ++++++
--- /var/tmp/diff_new_pack.ZQFqls/_old 2019-12-23 22:41:23.905923246 +0100
+++ /var/tmp/diff_new_pack.ZQFqls/_new 2019-12-23 22:41:23.905923246 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package java
+# spec file for package java-11-openjdk
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -81,9 +81,6 @@
%ifnarch %{jit_arches}
%global _with_zero 1
%endif
-%ifarch %{arm6}
-%global _with_zero 1
-%endif
%if %{debug}
%global debugbuild slowdebug
%else
@@ -115,12 +112,12 @@
%endif
%global with_pulseaudio 1
%bcond_with zero
+%bcond_with aot
%if ! %{with zero}
%ifarch x86_64 %{aarch64}
%global _with_aot 1
%endif
%endif
-%bcond_with aot
%if ! %{with zero}
%global with_systemtap 1
%else
@@ -1195,7 +1192,11 @@
%dir %{_jvmdir}/%{sdkdir}/lib
%dir %{_jvmdir}/%{sdkdir}/lib/jfr
%dir %{_jvmdir}/%{sdkdir}/lib/jli
+%ifarch %{arm6}
+%dir %{_jvmdir}/%{sdkdir}/lib/client
+%else
%dir %{_jvmdir}/%{sdkdir}/lib/server
+%endif
%dir %{_jvmdir}/%{sdkdir}/lib/desktop
%dir %{_jvmdir}/%{sdkdir}/lib/security