From 5a5ea1b3095bf63ddb8404c48fabd0c030c46733 Mon Sep 17 00:00:00 2001 From: noah Date: Tue, 13 Oct 2020 11:17:35 +0800 Subject: [PATCH] Update for JDK 15 GA --- java-latest-openjdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/java-latest-openjdk.spec b/java-latest-openjdk.spec index 6226e4a..2cd0163 100644 --- a/java-latest-openjdk.spec +++ b/java-latest-openjdk.spec @@ -156,7 +156,7 @@ # 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 -%global buildjdkver 14 +%global buildjdkver 15 # We don't add any LTS designator for STS packages (this package). # Neither for Fedora nor EPEL which would have %%{rhel} macro defined. %global lts_designator "" @@ -184,7 +184,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 "" @@ -1717,6 +1717,9 @@ require "copy_jdk_configs.lua" %changelog +* Tue Oct 13 2020 noah - 1:15.0.0.36-1.rolling +- Update for JDK 15 GA + * Thu Sep 17 2020 noah - 1:15.0.0.36-0-1.ea.rolling - Update to jdk 15.0.0.36 tag - Update vendor version string to 20.9 -- Gitee