diff --git a/openjdk-latest.spec b/openjdk-latest.spec index 37765fc0a17a9af96fea24f8af38cea051b3a6e2..6f4b2819e04ef2e24a98aa74c53d890b431e3c67 100644 --- a/openjdk-latest.spec +++ b/openjdk-latest.spec @@ -159,7 +159,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 18 +%global buildjdkver 19 # We don't add any LTS designator for STS packages (Fedora and EPEL). # We need to explicitly exclude EPEL as it would have the %%{rhel} macro defined. %if 0%{?rhel} && !0%{?epel} @@ -176,7 +176,7 @@ %global top_level_dir_name %{origin} %global minorver 0 %global buildver 36 -%global rpmrelease 0 +%global rpmrelease 1 # priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit %if %is_system_jdk %global priority %( printf '%02d%02d%02d%02d' %{majorver} %{minorver} %{securityver} %{buildver} ) @@ -1752,6 +1752,9 @@ cjc.mainProgram(arg) %changelog +* Wed Nov 2 2022 DXwangg - 1:19.0.0.36-1.rolling +- set build jdk to 19 + * Thu Oct 27 2022 DXwangg -1:19.0.0.36-0.0.ea.rolling - Update to jdk-19.0.0.0+36 - Remove references to sample directory removed by JDK-8284999