diff --git a/openjdk-1.8.0.spec b/openjdk-1.8.0.spec index 89d075ccda0d07ad02386998c02743e0f6998102..ff89fdcb4b91ccf1028a32760fedec2d062c3434 100644 --- a/openjdk-1.8.0.spec +++ b/openjdk-1.8.0.spec @@ -130,7 +130,7 @@ # New Version-String scheme-style defines %global majorver 8 -%ifnarch riscv64 +%ifarch riscv64 %global with_openjfx_binding 0 %else %global with_openjfx_binding 1 @@ -925,7 +925,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever}.%{buildver} -Release: 7 +Release: 8 # 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 # also included the epoch in their virtual provides. This created a @@ -2480,6 +2480,9 @@ cjc.mainProgram(args) %endif %changelog +* Mon Sep 11 2023 kuenking111 - 1:1.8.0.382-b05.8 +- Fix openjfx bingding issues + * Wed Sep 6 2023 kuenking111 - 1:1.8.0.382-b05.7 - del 0013-8287349-AArch64-Merge-LDR-instructions-to-improve-C1.patch