-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sophia Guo <[email protected]>
- Loading branch information
1 parent
0703e9f
commit a9d09bb
Showing
10 changed files
with
49 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Eclipse Adoptium Package Maintainers <[email protected]> | ||
pkgname=temurin-8-jdk | ||
pkgver=8.382.05 | ||
pkgver=8.392.08 | ||
# replace 8. with 8u and .01 with b-01 | ||
_pkgver=${pkgver/8./8u} | ||
_pkgver=${_pkgver%.*}b${_pkgver#*.} | ||
|
@@ -67,6 +67,6 @@ package() { | |
} | ||
|
||
sha256sums=" | ||
6cf2d4925c387c4cdc0bf2e71de3690527141b5244695d0b3109ce83a8512235 OpenJDK8U-jdk_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
8dcb1532a1194afa06e4b5ace4e9e279926392442bf46b2d51b49ae1a9a1dfea OpenJDK8U-jdk_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
e9185736dde99a4dc570a645a20407bdb41c1f48dfc34d9c3eb246cf0435a378 HelloWorld.java | ||
" |
4 changes: 4 additions & 0 deletions
4
linux/jdk/debian/src/main/packaging/temurin/8/debian/changelog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%global upstream_version 8u382-b05 | ||
%global upstream_version 8u392-b08 | ||
# Only [A-Za-z0-9.] allowed in version: | ||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version | ||
# also not very intuitive: | ||
# $ rpmdev-vercmp 8.0.312.0.1___8 8.0.312.0.0+7 | ||
# 8.0.312.0.0___7 == 8.0.312.0.0+7 | ||
%global spec_version 8.0.382.0.0.5 | ||
%global spec_version 8.0.392.0.0.8 | ||
%global spec_release 1 | ||
%global priority 1081 | ||
|
||
|
@@ -47,7 +47,7 @@ | |
%global src_num 6 | ||
%global sha_src_num 7 | ||
# jdk8 arm32 has different top directory name https://github.com/adoptium/temurin-build/issues/2795 | ||
%global upstream_version 8u382-b05-aarch32-20230719 | ||
%global upstream_version jdk8u392-b08-aarch32-20231020 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
|
@@ -278,6 +278,8 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
* Thu Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
- Eclipse Temurin 8.0.392-b08 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.382.0.0.5-1 | ||
- Eclipse Temurin 8.0.382-b05 release. | ||
* Thu May 4 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.372.0.0.7-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%global upstream_version 8u382-b05 | ||
%global upstream_version 8u392-b08 | ||
# Only [A-Za-z0-9.] allowed in version: | ||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version | ||
# also not very intuitive: | ||
# $ rpmdev-vercmp 8.0.312.0.1___8 8.0.312.0.0+7 | ||
# 8.0.312.0.0___7 == 8.0.312.0.0+7 | ||
%global spec_version 8.0.382.0.0.5 | ||
%global spec_version 8.0.392.0.0.8 | ||
%global spec_release 1 | ||
%global priority 1081 | ||
|
||
|
@@ -47,7 +47,7 @@ | |
%global src_num 6 | ||
%global sha_src_num 7 | ||
# jdk8 arm32 has different top directory name https://github.com/adoptium/temurin-build/issues/2795 | ||
%global upstream_version 8u382-b05-aarch32-20230719 | ||
%global upstream_version jdk8u392-b08-aarch32-20231020 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
|
@@ -268,6 +268,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
* Thu Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
- Eclipse Temurin 8.0.392-b08 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.382.0.0.5-1 | ||
- Eclipse Temurin 8.0.382-b05 release. | ||
* Thu May 4 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.372.0.0.7-2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Eclipse Adoptium Package Maintainers <[email protected]> | ||
pkgname=temurin-8-jre | ||
pkgver=8.382.05 | ||
pkgver=8.392.08 | ||
# replace 8. with 8u and .01 with b-01 | ||
_pkgver=${pkgver/8./8u} | ||
_pkgver=${_pkgver%.*}b${_pkgver#*.} | ||
|
@@ -60,5 +60,5 @@ ls ${srcdir} | |
} | ||
|
||
sha256sums=" | ||
7040d865493f13204194c5a1add63e22516b1fa4481264baa6a5b2614a275a0e OpenJDK8U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
3c99efbcbc481eadda6f3d42733fd33156d08b702f8198de08d2e34dfd43e22e OpenJDK8U-jre_x64_alpine-linux_hotspot_$_pkgver.tar.gz | ||
" |
4 changes: 4 additions & 0 deletions
4
linux/jre/debian/src/main/packaging/temurin/8/debian/changelog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%global upstream_version 8u382-b05 | ||
%global upstream_version 8u392-b08 | ||
# Only [A-Za-z0-9.] allowed in version: | ||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version | ||
# also not very intuitive: | ||
# $ rpmdev-vercmp 8.0.312.0.1___8 8.0.312.0.0+7 | ||
# 8.0.312.0.0___7 == 8.0.312.0.0+7 | ||
%global spec_version 8.0.382.0.0.5 | ||
%global spec_version 8.0.392.0.0.8 | ||
%global spec_release 1 | ||
%global priority 1082 | ||
|
||
|
@@ -47,7 +47,7 @@ | |
%global src_num 6 | ||
%global sha_src_num 7 | ||
# jre8 arm32 has different top directory name https://github.com/adoptium/temurin-build/issues/2795 | ||
%global upstream_version 8u382-b05-aarch32-20230719 | ||
%global upstream_version jdk8u392-b08-aarch32-20231020 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
|
@@ -192,6 +192,9 @@ fi | |
/usr/lib/tmpfiles.d/%{name}.conf | ||
|
||
%changelog | ||
%changelog | ||
* Thu Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
- Eclipse Temurin 8.0.392-b08 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.382.0.0.5-1 | ||
- Eclipse Temurin 8.0.382-b05 release. | ||
* Mon Apr 24 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.372.0.0.7-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
%global upstream_version 8u382-b05 | ||
%global upstream_version 8u392-b08 | ||
# Only [A-Za-z0-9.] allowed in version: | ||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_upstream_uses_invalid_characters_in_the_version | ||
# also not very intuitive: | ||
# $ rpmdev-vercmp 8.0.312.0.1___8 8.0.312.0.0+7 | ||
# 8.0.312.0.0___7 == 8.0.312.0.0+7 | ||
%global spec_version 8.0.382.0.0.5 | ||
%global spec_version 8.0.392.0.0.8 | ||
%global spec_release 1 | ||
%global priority 1082 | ||
|
||
|
@@ -47,7 +47,7 @@ | |
%global src_num 6 | ||
%global sha_src_num 7 | ||
# jre8 arm32 has different top directory name https://github.com/adoptium/temurin-build/issues/2795 | ||
%global upstream_version 8u382-b05-aarch32-20230719 | ||
%global upstream_version jdk8u392-b08-aarch32-20231020 | ||
%endif | ||
# Allow for noarch SRPM build | ||
%ifarch noarch | ||
|
@@ -182,7 +182,8 @@ fi | |
%{prefix} | ||
|
||
%changelog | ||
%changelog | ||
* Thu Oct 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.392.0.0.8-1 | ||
- Eclipse Temurin 8.0.392-b08 release. | ||
* Tue Jul 25 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.382.0.0.5-1 | ||
- Eclipse Temurin 8.0.382-b05 release. | ||
* Mon Apr 24 2023 Eclipse Adoptium Package Maintainers <[email protected]> 8.0.372.0.0.7-1 | ||
|