Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8 - Related: RHEL-101793 - Related: RHEL-102273
This commit is contained in:
		
							parent
							
								
									2fa416e132
								
							
						
					
					
						commit
						56b8ee8ea2
					
				| @ -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 15 | %global updatever 16 | ||||||
| %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 6 | %global buildver 8 | ||||||
| %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 | ||||||
| @ -752,17 +752,17 @@ BuildRequires: libpng-devel | |||||||
| BuildRequires: zlib-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.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) = 8.2.2 | Provides: bundled(harfbuzz) = 10.4.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.16.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 | ||||||
| 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.43 | Provides: bundled(libpng) = 1.6.47 | ||||||
| # Version in src/java.base/share/native/libzip/zlib/zlib.h | # Version in src/java.base/share/native/libzip/zlib/zlib.h | ||||||
| Provides: bundled(zlib) = 1.3.1 | Provides: bundled(zlib) = 1.3.1 | ||||||
| # We link statically against libstdc++ to increase portability | # We link statically against libstdc++ to increase portability | ||||||
| @ -1832,6 +1832,51 @@ done | |||||||
| %endif | %endif | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * 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) | ||||||
|  | 
 | ||||||
|  | * Wed Jul 09 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.16.0.8-1 | ||||||
|  | - Report timezone data (tz) updates in openjdk_news.sh | ||||||
|  | - Related: OPENJDK-3950 | ||||||
|  | 
 | ||||||
|  | * Wed Jul 09 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.16.0.8-1 | ||||||
|  | - Update get_bundle_versions.sh to match other scripts | ||||||
|  | - * get_bundle_versions.sh: Add license | ||||||
|  | - * get_bundle_versions.sh: Set compile-command in Emacs | ||||||
|  | - * get_bundle_versions.sh: Use different error codes for different failures | ||||||
|  | - * get_bundle_versions.sh: Remove unneeded '.' in JPEG version | ||||||
|  | - * get_bundle_versions.sh: shellcheck: Double-quote variable references (SC2086) | ||||||
|  | - * get_bundle_versions.sh: shellcheck: Drop use of cat and pass file to awk directly (SC2002) | ||||||
|  | - Add OpenJDK 8u support to get_bundle_versions.sh | ||||||
|  | - Print bundle updates and backouts at end of openjdk_news.sh output | ||||||
|  | - Refer user to get_bundle_versions.sh when bundle updates are found by openjdk_news.sh | ||||||
|  | - Related: OPENJDK-3950 | ||||||
|  | 
 | ||||||
|  | * Wed Jul 09 2025 Antonio Vieiro <avieirov@redhat.com> - 1:17.0.16.0.8-1 | ||||||
|  | - Add script to obtain bundled library versions from OpenJDK sources | ||||||
|  | - Related: OPENJDK-3950 | ||||||
|  | 
 | ||||||
|  | * Wed Jul 09 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.16.0.8-1 | ||||||
|  | - Update to jdk-17.0.16+8 | ||||||
|  | - Add to .gitignore openjdk-17.0.16+8.tar.xz | ||||||
|  | - Set buildver to 8 | ||||||
|  | - Set is_ga to 1 | ||||||
|  | - Update sources to openjdk-17.0.16+8.tar.xz | ||||||
|  | - ** This tarball is embargoed until 2025-07-15 @ 1pm PT. ** | ||||||
|  | 
 | ||||||
|  | * Tue Jun 24 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.16.0.7-0.1.ea | ||||||
|  | - Update to jdk-17.0.16+7 (EA) | ||||||
|  | - Add to .gitignore openjdk-17.0.16+7-ea.tar.xz | ||||||
|  | - Set updatever to 16 | ||||||
|  | - Set buildver to 7 | ||||||
|  | - Set is_ga to 0 | ||||||
|  | - Update sources to openjdk-17.0.16+7-ea.tar.xz | ||||||
|  | - Set bundled lcms2 version to 2.17.0 | ||||||
|  | - Set bundled freetype version to 2.13.3 | ||||||
|  | - Set bundled harfbuzz version to 10.4.0 | ||||||
|  | - Set bundled libpng version to 1.6.47 | ||||||
|  | - Update NEWS for jdk-17.0.16+7 (EA) | ||||||
|  | 
 | ||||||
| * Thu Apr 10 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.15.0.6-1 | * Thu Apr 10 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.15.0.6-1 | ||||||
| - Update NEWS for jdk-17.0.15+6 (GA) | - Update NEWS for jdk-17.0.15+6 (GA) | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -2512,6 +2512,7 @@ cjc.mainProgram(args) | |||||||
| - Set bundled harfbuzz provide version to 10.4.0 | - Set bundled harfbuzz provide version to 10.4.0 | ||||||
| - Set bundled lcms2 provide version to 2.17.0 | - Set bundled lcms2 provide version to 2.17.0 | ||||||
| - Set bundled libpng provide version to 1.6.47 | - Set bundled libpng provide version to 1.6.47 | ||||||
|  | - Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8 | ||||||
| - ** This tarball is embargoed until 2025-07-15 @ 1pm PT. ** | - ** This tarball is embargoed until 2025-07-15 @ 1pm PT. ** | ||||||
| 
 | 
 | ||||||
| * Thu Apr 10 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.15.0.6-2 | * Thu Apr 10 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.15.0.6-2 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user