From b6fc73e747562c7b0e5dd9399079d493853a8a4c Mon Sep 17 00:00:00 2001 From: doupengda Date: Tue, 21 May 2024 17:34:58 +0800 Subject: [PATCH] add loongarch64 to ExclusiveArch --- openjfx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openjfx.spec b/openjfx.spec index 61fde47..cf83221 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -4,7 +4,7 @@ Name: openjfx Version: 11.0.18.0 -Release: 2 +Release: 3 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 ppc64le +ExclusiveArch: x86_64 aarch64 ppc64le loongarch64 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 +* Tue May 21 2024 Pengda Dou - 11.0.18.0-3 +- add loongarch64 to ExclusiveArch + * Mon Mar 11 2024 xurui - 11.0.18.0-2 - Add ppc64le support for openjfx11 -- Gitee