From 1a7934c8635865243e219cb6ea7f49f18a2be30d Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 3 May 2016 15:47:06 +0200 Subject: [PATCH] updated to aarch64-shenandoah-jdk8u71-b15-beta02 (from aarch64-port/jdk8u-shenandoah) of hotspot used aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u71-b15-beta02.tar.xz as new sources for hotspot --- .gitignore | 1 + java-1.8.0-openjdk.spec | 8 ++++++-- sources | 2 +- update_package.sh | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 87e370e..2daa8de 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /aarch64-port-jdk8u-aarch64-jdk8u77-b03.tar.xz /aarch64-port-jdk8u-aarch64-jdk8u91-b14.tar.xz /aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u80-b00-beta01.tar.xz +/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u71-b15-beta02.tar.xz diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index bf24c65..fc0398d 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -779,7 +779,7 @@ Obsoletes: java-1.7.0-openjdk-accessibility%1 Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever} -Release: 4.%{buildver}%{?dist} +Release: 5.%{buildver}%{?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 @@ -835,7 +835,7 @@ Source20: repackReproduciblePolycies.sh Source100: config.guess Source101: config.sub # shenandoah hotpost -Source999: aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u80-b00-beta01.tar.xz +Source999: aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u71-b15-beta02.tar.xz # RPM/distribution specific patches @@ -1843,6 +1843,10 @@ require "copy_jdk_configs.lua" %endif %changelog +* Tue May 03 2016 jvanek - 1:1.8.0.91-5.b14 +- updated to aarch64-shenandoah-jdk8u71-b15-beta02 (from aarch64-port/jdk8u-shenandoah) of hotspot +- used aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u71-b15-beta02.tar.xz as new sources for hotspot + * Mon Apr 25 2016 Jiri Vanek - 1:1.8.0.91-4.b14 - Restricted to depend on exactly same version of nss as use dfor build - Resolves: rhbz#1332456 diff --git a/sources b/sources index 8b33ddc..15e655f 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz 39880a5af218dfb9ef167bf1800b1b45 aarch64-port-jdk8u-aarch64-jdk8u91-b14.tar.xz -c116a8f376e4bb9d2a23b77c54015792 aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u80-b00-beta01.tar.xz +83a45a35718a39381006ed7d6bd0b566 aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u71-b15-beta02.tar.xz diff --git a/update_package.sh b/update_package.sh index 633124a..3e41345 100755 --- a/update_package.sh +++ b/update_package.sh @@ -102,7 +102,7 @@ if [ "x$VERSION" = "xtip" ] ; then VERSION="tip" else #hardcoding version for anything else except tip - VERSION="aarch64-shenandoah-jdk8u80-b00-beta01" + VERSION="aarch64-shenandoah-jdk8u71-b15-beta02" fi MAIN_REPO_NAME=$REPO_NAME REPO_NAME=jdk8u-shenandoah