diff --git a/README.md b/README.md index 580d47adf295a707d6a18c31a7b6323a285778dd..55eba45486a54256647ca85bd2d0388b42c96f44 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 17. 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 18. JDK 18 will receive updates under until September 2022 when it will be superseded by JDK 19. -JDK17 is current release of Java platform. It is bringing many cool improvements - https://openjdk.java.net/projects/jdk/17/. 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. +JDK18 is current release of Java platform. It is bringing many cool improvements - https://openjdk.java.net/projects/jdk/18/. 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/jdk-updates-jdk18u-jdk-18.0.1+10.tar.gz b/jdk-updates-jdk18u-jdk-18.0.2+9.tar.gz similarity index 99% rename from jdk-updates-jdk18u-jdk-18.0.1+10.tar.gz rename to jdk-updates-jdk18u-jdk-18.0.2+9.tar.gz index e754e114d32cff1b4a283cc02aa8fdf6b3198cd1..daf835535e933df190b26d8b7e3d8acc5c57392e 100644 Binary files a/jdk-updates-jdk18u-jdk-18.0.1+10.tar.gz and b/jdk-updates-jdk18u-jdk-18.0.2+9.tar.gz differ diff --git a/openjdk-latest.spec b/openjdk-latest.spec index 8668c5e701fba2ed1efa5fb5fa85e1ce227d0885..dd379c75635df17b7e20a45790b27d4beae67a6b 100644 --- a/openjdk-latest.spec +++ b/openjdk-latest.spec @@ -155,7 +155,7 @@ # Used via new version scheme. JDK 18 was # GA'ed in March 2022 => 22.3 %global vendor_version_string 22.3 -%global securityver 1 +%global securityver 2 # 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 @@ -175,7 +175,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{origin} %global minorver 0 -%global buildver 10 +%global buildver 9 %global rpmrelease 0 # 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 @@ -984,6 +984,7 @@ BuildRequires: cups-devel BuildRequires: desktop-file-utils # elfutils only are OK for build without AOT BuildRequires: elfutils-devel +BuildRequires: elfutils-extra BuildRequires: fontconfig-devel BuildRequires: freetype-devel BuildRequires: giflib-devel @@ -1754,6 +1755,9 @@ cjc.mainProgram(arg) %changelog +* Tue Jul 26 2022 noah - 1:18.0.2.9-0-rolling +- Update to jdk-18.0.2+9 + * Sat May 7 2022 noah - 1:18.0.1.10-0-rolling - Update to jdk-18.0.1+10