Sync the copy of the portable specfile with the latest update

Related: RHEL-235603
This commit is contained in:
Andrew Hughes 2026-08-11 23:07:59 +01:00
parent c6a07d6a0a
commit 72c0a1cbd8
2 changed files with 14 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Define version of OpenJDK 8 used
%global project openjdk
%global repo shenandoah-jdk8u
%global openjdk_revision 8u502-b07
%global openjdk_revision 8u504-b01
%global shenandoah_revision shenandoah%{openjdk_revision}
# e.g. aarch64-shenandoah-jdk8u212-b04-shenandoah-merge-2019-04-30 -> aarch64-shenandoah-jdk8u212-b04
%global version_tag %(VERSION=%{shenandoah_revision}; echo ${VERSION%%-shenandoah-merge*})
@ -679,7 +679,7 @@ BuildRequires: libpng-devel
BuildRequires: zlib-devel
%else
# Version in jdk/src/share/native/sun/awt/libfreetype/include/freetype/freetype.h
Provides: bundled(freetype) = 2.14.2
Provides: bundled(freetype) = 2.14.3
# Version in jdk/src/share/native/sun/awt/giflib/gif_lib.h
Provides: bundled(giflib) = 6.1.2
# Version in jdk/src/share/native/sun/java2d/cmm/lcms/lcms2.h
@ -1538,6 +1538,17 @@ done
%endif
%changelog
* Mon Aug 10 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.504.b01-1.0
- Update to 8u504-b01 (GA).
- Update release notes for 8u504-b01.
- Bump FreeType version to 2.14.3 following JDK-8385390
- ** This tarball is embargoed until 2026-08-18 @ 1pm PT. **
- Resolves: OPENJDK-5034
* Mon Jul 27 2026 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.502.b07-2.0
- Add CVEs to NEWS file
- Related: OPENJDK-4869
* Fri Jul 17 2026 Andrea Bolognani <abologna@redhat.com> - 1:1.8.0.502.b07-1.0
- Strip %%{dist} more thoroughly
- Resolves: OPENJDK-4907

View File

@ -2965,6 +2965,7 @@ cjc.mainProgram(args)
- Update to 8u504-b01 (GA).
- Update release notes for 8u504-b01.
- Bump FreeType version to 2.14.3 following JDK-8385390
- Sync the copy of the portable specfile with the latest update
- ** This tarball is embargoed until 2026-08-18 @ 1pm PT. **
- Resolves: RHEL-235603