diff --git a/java-1_8_0-openjdk.changes b/java-1_8_0-openjdk.changes index 6b2a84e..a2f6211 100644 --- a/java-1_8_0-openjdk.changes +++ b/java-1_8_0-openjdk.changes @@ -3,6 +3,8 @@ Thu Apr 16 15:47:54 UTC 2015 - fstrba@suse.com - Update the aarch64 tarball to the recent tip * The revision has merged changes up to jdk8u45-b14 +- Apply cplusplus-interpreter.patch to the default hotspot tarball + only (aarch64 tarball has the patch integrated) ------------------------------------------------------------------- Wed Apr 15 08:27:37 UTC 2015 - fstrba@suse.com diff --git a/java-1_8_0-openjdk.spec b/java-1_8_0-openjdk.spec index 7e26984..7b96258 100644 --- a/java-1_8_0-openjdk.spec +++ b/java-1_8_0-openjdk.spec @@ -514,6 +514,10 @@ rm -rvf jdk/src/share/native/sun/java2d/cmm/lcms/lcms2* %patch14 -p1 %endif +%ifnarch %aarch64 +%patch15 -p1 +%endif + %patch99 -p1 # s390 build fixes