[java-1.7.0-openjdk/f18] hotspot patches restricted to jitarch archs only

jiri vanek jvanek at fedoraproject.org
Tue May 14 15:06:44 UTC 2013


commit 9ed1caa7942b931b4933017aa2f88eea2415be0e
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Tue May 14 17:06:59 2013 +0200

    hotspot patches restricted to jitarch archs only

 java-1.7.0-openjdk.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/java-1.7.0-openjdk.spec b/java-1.7.0-openjdk.spec
index c6722be..0ed59eb 100644
--- a/java-1.7.0-openjdk.spec
+++ b/java-1.7.0-openjdk.spec
@@ -149,7 +149,7 @@
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{buildver}
-Release: %{icedtea_version}.4%{?dist}
+Release: %{icedtea_version}.5%{?dist}
 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
 # and this change was brought into RHEL-4.  java-1.5.0-ibm packages
 # also included the epoch in their virtual provides.  This created a
@@ -735,7 +735,9 @@ patch -l -p0 < %{PATCH105}
 %endif
 
 patch -l -p0 < %{PATCH401}
+%ifarch %{jit_arches}
 patch -l -p0 < %{PATCH402}
+%endif
 
 # Build the re-written rhino jar
 mkdir -p rhino/{old,new}
@@ -1424,6 +1426,10 @@ exit 0
 %doc %{buildoutputdir}/j2sdk-image/jre/LICENSE
 
 %changelog
+%changelog
+* Tue May 14 2013 Jiri Vanek <jvanek at redhat.com> 1.7.0.19-2.3.9.5.fc18
+- patch402 gstackbounds.patch applied only to jit arches
+
 * Tue May 07 2013 Jiri Vanek <jvanek at redhat.com> - 1.7.0.19-2.3.9.4.fc19
 - added patch 401 657854-openjdk7.patch (see 947731)
 - fixed icons (see https://bugzilla.redhat.com/show_bug.cgi?id=820619)


More information about the scm-commits mailing list