|
|
@ -339,7 +339,7 @@
|
|
|
|
# New Version-String scheme-style defines
|
|
|
|
# New Version-String scheme-style defines
|
|
|
|
%global featurever 11
|
|
|
|
%global featurever 11
|
|
|
|
%global interimver 0
|
|
|
|
%global interimver 0
|
|
|
|
%global updatever 23
|
|
|
|
%global updatever 24
|
|
|
|
%global patchver 0
|
|
|
|
%global patchver 0
|
|
|
|
# buildjdkver is usually same as %%{featurever},
|
|
|
|
# buildjdkver is usually same as %%{featurever},
|
|
|
|
# but in time of bootstrap of next jdk, it is featurever-1,
|
|
|
|
# but in time of bootstrap of next jdk, it is featurever-1,
|
|
|
@ -392,7 +392,7 @@
|
|
|
|
%global origin_nice OpenJDK
|
|
|
|
%global origin_nice OpenJDK
|
|
|
|
%global top_level_dir_name %{vcstag}
|
|
|
|
%global top_level_dir_name %{vcstag}
|
|
|
|
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
|
|
|
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
|
|
|
%global buildver 9
|
|
|
|
%global buildver 8
|
|
|
|
%global rpmrelease 2
|
|
|
|
%global rpmrelease 2
|
|
|
|
#%%global tagsuffix %%{nil}
|
|
|
|
#%%global tagsuffix %%{nil}
|
|
|
|
# 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
|
|
|
|
# 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
|
|
|
@ -746,6 +746,7 @@ BuildRequires: harfbuzz-devel
|
|
|
|
BuildRequires: lcms2-devel
|
|
|
|
BuildRequires: lcms2-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
# Version in src/java.desktop/share/native/libfreetype/include/freetype/freetype.h
|
|
|
|
# Version in src/java.desktop/share/native/libfreetype/include/freetype/freetype.h
|
|
|
|
Provides: bundled(freetype) = 2.13.2
|
|
|
|
Provides: bundled(freetype) = 2.13.2
|
|
|
@ -754,11 +755,13 @@ Provides: bundled(giflib) = 5.2.1
|
|
|
|
# Version in src/java.desktop/share/native/libharfbuzz/hb-version.h
|
|
|
|
# Version in src/java.desktop/share/native/libharfbuzz/hb-version.h
|
|
|
|
Provides: bundled(harfbuzz) = 8.2.2
|
|
|
|
Provides: bundled(harfbuzz) = 8.2.2
|
|
|
|
# Version in src/java.desktop/share/native/liblcms/lcms2.h
|
|
|
|
# Version in src/java.desktop/share/native/liblcms/lcms2.h
|
|
|
|
Provides: bundled(lcms2) = 2.15.0
|
|
|
|
Provides: bundled(lcms2) = 2.16.0
|
|
|
|
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
|
|
|
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
|
|
|
Provides: bundled(libjpeg) = 6b
|
|
|
|
Provides: bundled(libjpeg) = 6b
|
|
|
|
# Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h
|
|
|
|
# Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h
|
|
|
|
Provides: bundled(libpng) = 1.6.40
|
|
|
|
Provides: bundled(libpng) = 1.6.40
|
|
|
|
|
|
|
|
# Version in src/java.base/share/native/libzip/zlib/zlib.h
|
|
|
|
|
|
|
|
Provides: bundled(zlib) = 1.3.1
|
|
|
|
# We link statically against libstdc++ to increase portability
|
|
|
|
# We link statically against libstdc++ to increase portability
|
|
|
|
BuildRequires: libstdc++-static
|
|
|
|
BuildRequires: libstdc++-static
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -948,18 +951,18 @@ sh %{SOURCE12} %{top_level_dir_name}
|
|
|
|
|
|
|
|
|
|
|
|
# Patch the JDK
|
|
|
|
# Patch the JDK
|
|
|
|
pushd %{top_level_dir_name}
|
|
|
|
pushd %{top_level_dir_name}
|
|
|
|
%patch1 -p1
|
|
|
|
%patch -P1 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch -P3 -p1
|
|
|
|
# Add crypto policy and FIPS support
|
|
|
|
# Add crypto policy and FIPS support
|
|
|
|
%patch1001 -p1
|
|
|
|
%patch -P1001 -p1
|
|
|
|
# nss.cfg PKCS11 support; must come last as it also alters java.security
|
|
|
|
# nss.cfg PKCS11 support; must come last as it also alters java.security
|
|
|
|
%patch1000 -p1
|
|
|
|
%patch -P1000 -p1
|
|
|
|
# PKCS11 SHA3 backport
|
|
|
|
# PKCS11 SHA3 backport
|
|
|
|
%patch2002 -p1
|
|
|
|
%patch -P2002 -p1
|
|
|
|
# alt-java
|
|
|
|
# alt-java
|
|
|
|
%patch600 -p1
|
|
|
|
%patch -P600 -p1
|
|
|
|
# RSA default
|
|
|
|
# RSA default
|
|
|
|
%patch1003 -p1
|
|
|
|
%patch -P1003 -p1
|
|
|
|
popd # openjdk
|
|
|
|
popd # openjdk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1646,8 +1649,32 @@ done
|
|
|
|
%{_jvmdir}/%{miscportablearchive}.sha256sum
|
|
|
|
%{_jvmdir}/%{miscportablearchive}.sha256sum
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Apr 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:11.0.23.0.9-2
|
|
|
|
* Thu Jul 18 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:11.0.24.0.8-2
|
|
|
|
- Rebuilt for MSVSphere
|
|
|
|
- Rebuilt for MSVSphere %{msvsphere}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.24.0.8-2
|
|
|
|
|
|
|
|
- Adjusted DTLS & RPATH NEWS entries to match OpenJDK 17 & 21 release notes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2024 Anton Bobrov <abobrov@redhat.com> - 1:11.0.24.0.8-1
|
|
|
|
|
|
|
|
- Update to jdk-11.0.24+8 (GA)
|
|
|
|
|
|
|
|
- Update release notes to 11.0.24+8
|
|
|
|
|
|
|
|
- Switch to GA mode for release
|
|
|
|
|
|
|
|
- ** This tarball is embargoed until 2024-07-16 @ 1pm PT. **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Anton Bobrov <abobrov@redhat.com> - 1:11.0.24.0.6-0.2.ea
|
|
|
|
|
|
|
|
- Add zlib build required or bundled version (1.3.1), depending on system_libs setting
|
|
|
|
|
|
|
|
- Related: OPENJDK-3066
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 06 2024 Anton Bobrov <abobrov@redhat.com> - 1:11.0.24.0.6-0.1.ea
|
|
|
|
|
|
|
|
- Update to jdk-11.0.24+6 (EA)
|
|
|
|
|
|
|
|
- Update release notes to 11.0.24+6
|
|
|
|
|
|
|
|
- Switch to EA mode
|
|
|
|
|
|
|
|
- Update LCMS to 2.16 (JDK-8321489)
|
|
|
|
|
|
|
|
- Improve VCS exclusion in generate_source_tarball.sh script
|
|
|
|
|
|
|
|
- Bring outdated patch macros in the spec file up to date
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 18 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.23.0.9-3
|
|
|
|
|
|
|
|
- Sync release notes with upstream version: https://bit.ly/openjdk11023
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.23.0.9-2
|
|
|
|
* Thu Apr 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.23.0.9-2
|
|
|
|
- Fix 11.0.22 release date in NEWS
|
|
|
|
- Fix 11.0.22 release date in NEWS
|
|
|
|