From a0ff2c8fcb1695225e59a2d6a0a816e67912cde0 Mon Sep 17 00:00:00 2001 From: Noah Date: Mon, 17 May 2021 19:05:30 +0800 Subject: [PATCH] I3RP94: bumped buildjdkver to build by itself - 16 --- README.md | 4 ++-- java-latest-openjdk.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7715954..329b8d4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ Rolling release of (usually) STSs OpenJDK by openEuler Community. -OpenJDK has release cadence of 6 months, but 3/4 of them are Short Term Supported for 6 months only. This package is designed to harbor them. Currently it is build of OpenJDK 15. LTSs will go also as separate packages. +OpenJDK has release cadence of 6 months, but 3/4 of them are Short Term Supported for 6 months only. This package is designed to harbor them. Currently it is build of OpenJDK 16. LTSs will go also as separate packages. -JDK15 is current release of Java platform. It is bringing many cool improvements - https://openjdk.java.net/projects/jdk/15/. Unluckily, this package is STS (short term support) version. Between individual LTS there will be always several STS. Again, please see announcement: http://mail.openjdk.java.net/pipermail/discuss/2017-September/004281.html. So this is rolling release of all STSs to come. Its fate during the release of fresh LTS is yet to be decided. +JDK16 is current release of Java platform. It is bringing many cool improvements - https://openjdk.java.net/projects/jdk/16/. Unluckily, this package is STS (short term support) version. Between individual LTS there will be always several STS. Again, please see announcement: http://mail.openjdk.java.net/pipermail/discuss/2017-September/004281.html. So this is rolling release of all STSs to come. Its fate during the release of fresh LTS is yet to be decided. diff --git a/java-latest-openjdk.spec b/java-latest-openjdk.spec index a629767..e61b31d 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 15 +%global buildjdkver 16 # 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 "" @@ -168,7 +168,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} ) @@ -1739,6 +1739,9 @@ require "copy_jdk_configs.lua" %changelog +* Mon May 17 2021 noah - 1:16.0.0.36-1.rolling +- Bumped buildjdkver to build by itself - 16 + * Wed May 12 2021 noah - 1:16.0.0.36-0.0.ea.rolling - Update to jdk-16.0.0.0+36 - Use upstream default for version-pre rather than setting it to "ea" or "" -- Gitee