Update to shenandoah-jdk-11.0.5+1 (EA)
Switch to EA mode for 11.0.5 pre-release builds.
This commit is contained in:
parent
f14ba90d3c
commit
86c9d0b54b
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/shenandoah-jdk11-shenandoah-jdk-11.0.4+9.tar.xz
|
||||
/shenandoah-jdk11-shenandoah-jdk-11.0.4+10.tar.xz
|
||||
/shenandoah-jdk11-shenandoah-jdk-11.0.4+11.tar.xz
|
||||
/shenandoah-jdk11-shenandoah-jdk-11.0.5+1.tar.xz
|
||||
|
@ -200,7 +200,7 @@
|
||||
|
||||
# New Version-String scheme-style defines
|
||||
%global majorver 11
|
||||
%global securityver 4
|
||||
%global securityver 5
|
||||
# buildjdkver is usually same as %%{majorver},
|
||||
# but in time of bootstrap of next jdk, it is majorver-1,
|
||||
# and this it is better to change it here, on single place
|
||||
@ -222,8 +222,8 @@
|
||||
%global origin_nice OpenJDK
|
||||
%global top_level_dir_name %{origin}
|
||||
%global minorver 0
|
||||
%global buildver 11
|
||||
%global rpmrelease 4
|
||||
%global buildver 1
|
||||
%global rpmrelease 1
|
||||
#%%global tagsuffix ""
|
||||
# priority must be 8 digits in total; untill openjdk 1.8 we were using 18..... so when moving to 11 we had to add another digit
|
||||
%if %is_system_jdk
|
||||
@ -240,7 +240,7 @@
|
||||
# Release will be (where N is usually a number starting at 1):
|
||||
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
||||
# - N%%{?extraver}{?dist} for GA releases
|
||||
%global is_ga 1
|
||||
%global is_ga 0
|
||||
%if %{is_ga}
|
||||
%global ea_designator ""
|
||||
%global ea_designator_zip ""
|
||||
@ -1833,6 +1833,10 @@ require "copy_jdk_configs.lua"
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 12 2019 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.5.1-0.1.ea
|
||||
- Update to shenandoah-jdk-11.0.5+1 (EA)
|
||||
- Switch to EA mode for 11.0.5 pre-release builds.
|
||||
|
||||
* Thu Aug 08 2019 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.4.11-4
|
||||
- Switch to in-tree SunEC code, dropping NSS runtime dependencies and patches to link against it.
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (systemtap_3.2_tapsets_hg-icedtea8-9d464368e06d.tar.xz) = cf578221b77d8c7e019f69909bc86c419c5fb5e10bceba9592ff6e7f96887b0a7f07c9cefe90800975247a078785ca190fdec5c2d0f841bb447cee784b570f7d
|
||||
SHA512 (shenandoah-jdk11-shenandoah-jdk-11.0.4+11.tar.xz) = 05089d7c0d50d90fca764518b2497d434cee70355fa90a12c57790c3ed282e03f7cd4847c8f3bd3320e5cca77724803eedd557c08c6e11b076f6f0483c6a4c06
|
||||
SHA512 (shenandoah-jdk11-shenandoah-jdk-11.0.5+1.tar.xz) = b43f494d17b2986e2ed11980f8d929d674bcc1e0cc5b306fe6da1c7f5158858e0844e1b1bbf787c9a784d08b9984a526c97a5dea5abb0830f2c2ec9abd2202d4
|
||||
|
Loading…
Reference in New Issue
Block a user