Update to jdk8 b129
This commit is contained in:
parent
125f5e2ed2
commit
c1e7d5afb2
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/jdk8-jdk8-b115.tar.xz
|
/jdk8-jdk8-b115.tar.xz
|
||||||
/jdk8-jdk8-b123.tar.xz
|
/jdk8-jdk8-b123.tar.xz
|
||||||
/jdk8-jdk8-b126.tar.xz
|
/jdk8-jdk8-b126.tar.xz
|
||||||
|
/jdk8-jdk8-b129.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# If debug is 1, OpenJDK is built with all debug info present.
|
# If debug is 1, OpenJDK is built with all debug info present.
|
||||||
%global debug 0
|
%global debug 0
|
||||||
|
|
||||||
%global jdk8_version b126
|
%global jdk8_version b129
|
||||||
%global hg_tag jdk8-%{jdk8_version}
|
%global hg_tag jdk8-%{jdk8_version}
|
||||||
%global aarch64_hg_tag preview_rc2
|
%global aarch64_hg_tag preview_rc2
|
||||||
|
|
||||||
@ -125,7 +125,7 @@
|
|||||||
|
|
||||||
Name: java-%{javaver}-%{origin}
|
Name: java-%{javaver}-%{origin}
|
||||||
Version: %{javaver}.%{buildver}
|
Version: %{javaver}.%{buildver}
|
||||||
Release: 0.25.%{jdk8_version}%{?dist}
|
Release: 0.26.%{jdk8_version}%{?dist}
|
||||||
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
|
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
|
||||||
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
||||||
# also included the epoch in their virtual provides. This created a
|
# also included the epoch in their virtual provides. This created a
|
||||||
@ -966,8 +966,11 @@ exit 0
|
|||||||
%doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE
|
%doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 13 2014 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.26.b129
|
||||||
|
- Update to b129.
|
||||||
|
|
||||||
* Fri Feb 07 2014 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.25.b126
|
* Fri Feb 07 2014 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.25.b126
|
||||||
- Update to Reference Implement release.
|
- Update to candidate Reference Implementation release.
|
||||||
|
|
||||||
* Fri Jan 31 2014 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.24.b123
|
* Fri Jan 31 2014 Omair Majid <omajid@redhat.com> - 1:1.8.0.0-0.24.b123
|
||||||
- Forward port more patches from java-1.7.0-openjdk
|
- Forward port more patches from java-1.7.0-openjdk
|
||||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
|||||||
e1d19c1a7e103b9b3c35a94628ded3b5 desktop-files.tar.gz
|
e1d19c1a7e103b9b3c35a94628ded3b5 desktop-files.tar.gz
|
||||||
ecd1ce1d835b3f35614f63b8d90f430f jdk8-jdk8-b126.tar.xz
|
6f0c07695969a843b30d929f92f7145d jdk8-jdk8-b129.tar.xz
|
||||||
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
|
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
|
||||||
daab71dd66c2057f3e1a6b77d4d94425 aarch64-port-preview_rc2.tar.xz
|
daab71dd66c2057f3e1a6b77d4d94425 aarch64-port-preview_rc2.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user