From f9b5dc5bfe46dd0366f1484f3b71acb6208c515a Mon Sep 17 00:00:00 2001 From: Hailiang Date: Thu, 8 May 2025 17:43:45 +0800 Subject: [PATCH] add sw_64 support --- openjfx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openjfx.spec b/openjfx.spec index e658e1c..5d3f6b1 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -4,7 +4,7 @@ Name: openjfx Version: 11.0.18.0 -Release: 4 +Release: 5 Summary: Rich client application platform for Java License: GPL v2 with exceptions and BSD @@ -41,7 +41,7 @@ Source27: pom-swt.xml Source28: pom-web.xml Source29: build.xml -ExclusiveArch: x86_64 aarch64 ppc64le loongarch64 riscv64 +ExclusiveArch: x86_64 aarch64 ppc64le loongarch64 riscv64 sw_64 Requires: java-11-openjdk Requires: javapackages-tools @@ -153,6 +153,9 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja %doc README.md %changelog +* Thu May 8 2025 mahailiang - 11.0.18.0-5 +- add sw_64 support + * Wed Nov 27 2024 Dingli Zhang - 11.0.18.0-4 - Add support for riscv64 - Fix changelog date error -- Gitee