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 1.7.0.19-2.3.9.5.fc18 +- patch402 gstackbounds.patch applied only to jit arches + * Tue May 07 2013 Jiri Vanek - 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)