Hello community,
here is the log from the commit of package java-1_7_0-openjdk for
openSUSE:Factory checked in at 2015-04-06 00:23:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java-1_7_0-openjdk (Old)
and /work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-1_7_0-openjdk"
Changes:
--------
---
/work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk-bootstrap.changes
2015-03-23 12:15:01.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk-bootstrap.changes
2015-04-06 00:23:48.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Mar 31 05:55:28 UTC 2015 - [email protected]
+
+- Added patch:
+ * arm32-jit.patch
+ - Backport JIT hotspot for 32-bit arm architectures from
+ icedtea7 repository
+
+-------------------------------------------------------------------
java-1_7_0-openjdk.changes: same change
New:
----
arm32-jit.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ java-1_7_0-openjdk-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.TezT5e/_old 2015-04-06 00:23:50.000000000 +0200
+++ /var/tmp/diff_new_pack.TezT5e/_new 2015-04-06 00:23:50.000000000 +0200
@@ -17,7 +17,7 @@
%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
-%global jit_arches %ix86 x86_64 ppc64 ppc64le
+%global jit_arches %ix86 x86_64 ppc64 ppc64le %arm
%global test_arches %ix86 x86_64 ppc64 ppc64le
%global icedtea_version 2.5.4
%global icedtea_sound_version 1.0.1
@@ -170,6 +170,8 @@
Patch107: java-1.7.0-openjdk-adlc-parser.patch
# Increase default thread stack size
Patch108: java-1.7.0-openjdk-thread-stack-size.patch
+# Add ARM32 JIT
+Patch109: arm32-jit.patch
# allow to create hs_pid.log in tmp (in 700 permissions) if working directory
is unwritable
Patch200: abrt_friendly_hs_log_jdk7.patch
#
@@ -335,6 +337,9 @@
%if %{with zero}
BuildRequires: libffi-devel
%endif
+%ifarch %arm
+BuildRequires: libffi-devel
+%endif
%description
This Java 7 compatible Java Runtime Environment is based on OpenJDK 7
@@ -567,6 +572,8 @@
patch -p0 -i %{PATCH106}
patch -p0 -i %{PATCH108}
+# Remove the thumb2.cpp file completely (the -E option)
+patch -p0 -E -i %{PATCH109}
patch -p0 -i %{PATCH200}
%if ! %{with zero}
@@ -1132,7 +1139,7 @@
%config(noreplace) %{_jvmdir}/%{sdkdir}/jre/lib/%{archinstall}/jvm.cfg
%if ! %{with zero}
-%ifnarch ppc64 ppc64le
+%ifnarch ppc64 ppc64le %arm
%{_jvmdir}/%{sdkdir}/jre/lib/%{archinstall}/server/classes.jsa
%endif
%endif
java-1_7_0-openjdk.spec: same change
++++++ arm32-jit.patch ++++++
++++ 16725 lines (skipped)