Update to shenandoah-jdk-11.0.4+11 (GA)
Switch to GA mode for final release.
This commit is contained in:
parent
bbcbcf727a
commit
008e1c3ca3
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/shenandoah-jdk11-shenandoah-jdk-11.0.4+8.tar.xz
|
||||
/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
|
||||
|
@ -230,8 +230,8 @@
|
||||
%global origin_nice OpenJDK
|
||||
%global top_level_dir_name %{origin}
|
||||
%global minorver 0
|
||||
%global buildver 10
|
||||
%global rpmrelease 2
|
||||
%global buildver 11
|
||||
%global rpmrelease 0
|
||||
#%%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
|
||||
@ -248,7 +248,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 0
|
||||
%global is_ga 1
|
||||
%if %{is_ga}
|
||||
%global ea_designator ""
|
||||
%global ea_designator_zip ""
|
||||
@ -1855,6 +1855,10 @@ require "copy_jdk_configs.lua"
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 09 2019 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.4.11-0
|
||||
- Update to shenandoah-jdk-11.0.4+11 (GA)
|
||||
- Switch to GA mode for final release.
|
||||
|
||||
* Mon Jul 08 2019 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.4.10-0.2.ea
|
||||
- Obsolete javadoc-slowdebug and javadoc-slowdebug-zip packages via javadoc and javadoc-zip respectively.
|
||||
|
||||
|
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+10.tar.xz) = f461c4ff2f8a09bb9359006d67e1e9ef82e98d6c1c4d7344e213d46b55ca8bfc1cb164087ffc1191c08c0bafb720f68d76151d257bfb6b423af0f349f6ea81c0
|
||||
SHA512 (shenandoah-jdk11-shenandoah-jdk-11.0.4+11.tar.xz) = 05089d7c0d50d90fca764518b2497d434cee70355fa90a12c57790c3ed282e03f7cd4847c8f3bd3320e5cca77724803eedd557c08c6e11b076f6f0483c6a4c06
|
||||
|
Loading…
Reference in New Issue
Block a user