Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8 - Related: RHEL-101788
This commit is contained in:
parent
74598c7f5b
commit
38d676d466
@ -315,7 +315,7 @@
|
||||
# New Version-String scheme-style defines
|
||||
%global featurever 17
|
||||
%global interimver 0
|
||||
%global updatever 15
|
||||
%global updatever 16
|
||||
%global patchver 0
|
||||
# buildjdkver is usually same as %%{featurever},
|
||||
# but in time of bootstrap of next jdk, it is featurever-1,
|
||||
@ -379,7 +379,7 @@
|
||||
%global origin_nice OpenJDK
|
||||
%global top_level_dir_name %{vcstag}
|
||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||
%global buildver 6
|
||||
%global buildver 8
|
||||
%global rpmrelease 1
|
||||
#%%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
|
||||
@ -752,17 +752,17 @@ BuildRequires: libpng-devel
|
||||
BuildRequires: zlib-devel
|
||||
%else
|
||||
# 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
|
||||
Provides: bundled(giflib) = 5.2.2
|
||||
# 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
|
||||
Provides: bundled(lcms2) = 2.16.0
|
||||
Provides: bundled(lcms2) = 2.17.0
|
||||
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
||||
Provides: bundled(libjpeg) = 6b
|
||||
# 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
|
||||
Provides: bundled(zlib) = 1.3.1
|
||||
# We link statically against libstdc++ to increase portability
|
||||
@ -1832,6 +1832,51 @@ done
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Update NEWS for jdk-17.0.15+6 (GA)
|
||||
|
||||
|
@ -2536,6 +2536,7 @@ cjc.mainProgram(args)
|
||||
- Resolves: RHEL-102669
|
||||
- Resolves: RHEL-102670
|
||||
- Resolves: RHEL-102672
|
||||
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
|
||||
- ** This tarball is embargoed until 2025-07-15 @ 1pm PT. **
|
||||
|
||||
* Sat Jun 14 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.15.0.6-3
|
||||
|
Loading…
Reference in New Issue
Block a user