From 92f0d21130e7ed588cbd930a1cdbf530eaf40e17 Mon Sep 17 00:00:00 2001 From: xurui Date: Mon, 11 Mar 2024 10:14:02 +0800 Subject: [PATCH] Add ppc64le support for openjfx11 (cherry picked from commit b1b29f1db5099895d473d80122354780d05ff18d) --- openjfx.spec | 7 +++++-- pom-graphics_compileJava-java.xml | 4 ++-- pom-web.xml | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/openjfx.spec b/openjfx.spec index 21d520d..61fde47 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -4,7 +4,7 @@ Name: openjfx Version: 11.0.18.0 -Release: 1 +Release: 2 Summary: Rich client application platform for Java License: GPL v2 with exceptions and BSD @@ -42,7 +42,7 @@ Source28: pom-web.xml Source29: build.xml Source30: settings.xml -ExclusiveArch: x86_64 aarch64 +ExclusiveArch: x86_64 aarch64 ppc64le Requires: java-11-openjdk Requires: javapackages-tools @@ -155,6 +155,9 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja %doc README.md %changelog +* Mon Mar 11 2024 xurui - 11.0.18.0-2 +- Add ppc64le support for openjfx11 + * Wed Dec 20 2022 Noah - 11.0.18.0-1 - update to openjfx-11.0.18+0 diff --git a/pom-graphics_compileJava-java.xml b/pom-graphics_compileJava-java.xml index ca3a190..ef40659 100644 --- a/pom-graphics_compileJava-java.xml +++ b/pom-graphics_compileJava-java.xml @@ -93,7 +93,7 @@ - + @@ -114,7 +114,7 @@ - + diff --git a/pom-web.xml b/pom-web.xml index 7ac6331..e52a2fc 100644 --- a/pom-web.xml +++ b/pom-web.xml @@ -60,11 +60,11 @@ - + - + -- Gitee