Update to jdk-17.0.17+10 (GA)
- Update to jdk-17.0.17+10 (GA) - Add to .gitignore openjdk-17.0.17+10.tar.xz - Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8 - Set updatever to 17 - Set buildver to 10 - Set rpmrelease to 1, remove 'must start at 2' comment - Set bundled harfbuzz version to 11.2.0 - Update sources to openjdk-17.0.17+10.tar.xz - Resolves: RHEL-119458 - ** This tarball is embargoed until 2025-10-21 @ 1pm PT. **
This commit is contained in:
parent
44f231c6e4
commit
bdab89a1ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@
|
|||||||
/openjdk-17.0.14+7.tar.xz
|
/openjdk-17.0.14+7.tar.xz
|
||||||
/openjdk-17.0.15+6.tar.xz
|
/openjdk-17.0.15+6.tar.xz
|
||||||
/openjdk-17.0.16+8.tar.xz
|
/openjdk-17.0.16+8.tar.xz
|
||||||
|
/openjdk-17.0.17+10.tar.xz
|
||||||
|
|||||||
@ -315,7 +315,7 @@
|
|||||||
# New Version-String scheme-style defines
|
# New Version-String scheme-style defines
|
||||||
%global featurever 17
|
%global featurever 17
|
||||||
%global interimver 0
|
%global interimver 0
|
||||||
%global updatever 16
|
%global updatever 17
|
||||||
%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,
|
||||||
@ -379,7 +379,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 8
|
%global buildver 10
|
||||||
%global rpmrelease 1
|
%global rpmrelease 1
|
||||||
#%%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
|
||||||
@ -756,7 +756,7 @@ Provides: bundled(freetype) = 2.13.3
|
|||||||
# Version in src/java.desktop/share/native/libsplashscreen/giflib/gif_lib.h
|
# Version in src/java.desktop/share/native/libsplashscreen/giflib/gif_lib.h
|
||||||
Provides: bundled(giflib) = 5.2.2
|
Provides: bundled(giflib) = 5.2.2
|
||||||
# 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) = 10.4.0
|
Provides: bundled(harfbuzz) = 11.2.0
|
||||||
# Version in src/java.desktop/share/native/liblcms/lcms2.h
|
# Version in src/java.desktop/share/native/liblcms/lcms2.h
|
||||||
Provides: bundled(lcms2) = 2.17.0
|
Provides: bundled(lcms2) = 2.17.0
|
||||||
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
||||||
@ -1832,6 +1832,32 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 16 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.17.0.10-1
|
||||||
|
- Update NEWS for jdk-17.0.17+10 (GA)
|
||||||
|
- Move prior JDK-8309841 release note to appropriate section
|
||||||
|
|
||||||
|
* Tue Oct 14 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.17.0.10-1
|
||||||
|
- Update to jdk-17.0.17+10 (GA)
|
||||||
|
- Add to .gitignore openjdk-17.0.17+10.tar.xz
|
||||||
|
- Set buildver to 10
|
||||||
|
- Set is_ga to 1
|
||||||
|
- Update sources to openjdk-17.0.17+10.tar.xz
|
||||||
|
- ** This tarball is embargoed until 2025-10-21 @ 1pm PT. **
|
||||||
|
|
||||||
|
* Thu Sep 18 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.17.0.7-0.1.ea
|
||||||
|
- Update to jdk-17.0.17+7 (EA)
|
||||||
|
- Add to .gitignore openjdk-17.0.17+7-ea.tar.xz
|
||||||
|
- Set updatever to 17
|
||||||
|
- Set buildver to 7
|
||||||
|
- Set is_ga to 0
|
||||||
|
- Update sources to openjdk-17.0.17+7-ea.tar.xz
|
||||||
|
- Set bundled harfbuzz version to 11.2.0
|
||||||
|
- Update NEWS for jdk-17.0.17+7 (EA)
|
||||||
|
|
||||||
|
* Mon Jul 21 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.16.0.8-1
|
||||||
|
- Synchronize openjdk_news.sh from java-21-openjdk vanilla branch
|
||||||
|
- Resolves: OPENJDK-3950
|
||||||
|
|
||||||
* Wed Jul 09 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.16.0.8-1
|
* Wed Jul 09 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.16.0.8-1
|
||||||
- Update NEWS for jdk-17.0.16+8 (GA)
|
- Update NEWS for jdk-17.0.16+8 (GA)
|
||||||
|
|
||||||
|
|||||||
@ -328,7 +328,7 @@
|
|||||||
# New Version-String scheme-style defines
|
# New Version-String scheme-style defines
|
||||||
%global featurever 17
|
%global featurever 17
|
||||||
%global interimver 0
|
%global interimver 0
|
||||||
%global updatever 16
|
%global updatever 17
|
||||||
%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,
|
||||||
@ -383,9 +383,8 @@
|
|||||||
%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 8
|
%global buildver 10
|
||||||
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM
|
%global rpmrelease 1
|
||||||
%global rpmrelease 2
|
|
||||||
# Settings used by the portable build
|
# Settings used by the portable build
|
||||||
%global portablerelease 1
|
%global portablerelease 1
|
||||||
# Portable suffix differs between RHEL and CentOS
|
# Portable suffix differs between RHEL and CentOS
|
||||||
@ -1493,7 +1492,7 @@ Provides: bundled(freetype) = 2.13.3
|
|||||||
# Version in src/java.desktop/share/native/libsplashscreen/giflib/gif_lib.h
|
# Version in src/java.desktop/share/native/libsplashscreen/giflib/gif_lib.h
|
||||||
Provides: bundled(giflib) = 5.2.2
|
Provides: bundled(giflib) = 5.2.2
|
||||||
# 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) = 10.4.0
|
Provides: bundled(harfbuzz) = 11.2.0
|
||||||
# Version in src/java.desktop/share/native/liblcms/lcms2.h
|
# Version in src/java.desktop/share/native/liblcms/lcms2.h
|
||||||
Provides: bundled(lcms2) = 2.17.0
|
Provides: bundled(lcms2) = 2.17.0
|
||||||
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
||||||
@ -2511,6 +2510,18 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 16 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.17.0.10-1
|
||||||
|
- Update to jdk-17.0.17+10 (GA)
|
||||||
|
- Add to .gitignore openjdk-17.0.17+10.tar.xz
|
||||||
|
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
|
||||||
|
- Set updatever to 17
|
||||||
|
- Set buildver to 10
|
||||||
|
- Set rpmrelease to 1, remove 'must start at 2' comment
|
||||||
|
- Set bundled harfbuzz version to 11.2.0
|
||||||
|
- Update sources to openjdk-17.0.17+10.tar.xz
|
||||||
|
- Resolves: RHEL-119458
|
||||||
|
- ** This tarball is embargoed until 2025-10-21 @ 1pm PT. **
|
||||||
|
|
||||||
* Wed Jul 09 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.16.0.8-2
|
* Wed Jul 09 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.16.0.8-2
|
||||||
- Update to jdk-17.0.16+8
|
- Update to jdk-17.0.16+8
|
||||||
- Add to .gitignore openjdk-17.0.16+8.tar.xz
|
- Add to .gitignore openjdk-17.0.16+8.tar.xz
|
||||||
|
|||||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
||||||
SHA512 (openjdk-17.0.16+8.tar.xz) = 95094b16bc36406bf5be83b73ff6b2a4189a0d8424d1422702eea038d9dfbb0c019c4e206cd7a4aa9bbd69239de51516f97945d2bc2160a8e85a83603ce4fdf8
|
SHA512 (openjdk-17.0.17+10.tar.xz) = d8f3323b9f9158a5b93c28597f30ed6240764196a385e927326818af94e4e1280ccad21784af39876bb539a8f3882c6a684c848f8047badc622c36afc3d2105d
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user