From 4296d8a4de90f4ea23a86f4f940c4c6c9ca96e4d Mon Sep 17 00:00:00 2001 From: noah Date: Wed, 14 Oct 2020 14:31:18 +0800 Subject: [PATCH] Change 14 to 15 in README.md --- README.md | 4 ++-- java-latest-openjdk.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abfce5f..7715954 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 14. 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 15. LTSs will go also as separate packages. -JDK14 is current release of Java platform. It is bringing many cool improvements - https://openjdk.java.net/projects/jdk/14/. 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. +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. diff --git a/java-latest-openjdk.spec b/java-latest-openjdk.spec index eb0e924..2bff885 100644 --- a/java-latest-openjdk.spec +++ b/java-latest-openjdk.spec @@ -168,7 +168,7 @@ %global top_level_dir_name %{origin} %global minorver 0 %global buildver 36 -%global rpmrelease 1 +%global rpmrelease 2 # 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} ) @@ -1717,6 +1717,9 @@ require "copy_jdk_configs.lua" %changelog +* Wed Oct 14 2020 noah - 1:15.0.0.36-2.rolling +- Change 14 to 15 in README.md + * Tue Oct 13 2020 noah - 1:15.0.0.36-1.rolling - delete redudant patches -- Gitee