From 4c73a155a408879cd26a91f7d846911e67c39e93 Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Wed, 4 Dec 2024 13:15:14 +0000 Subject: [PATCH] sync patch from master --- openjfx.spec | 15 +++++++++------ settings.xml | 13 ------------- 2 files changed, 9 insertions(+), 19 deletions(-) delete mode 100644 settings.xml diff --git a/openjfx.spec b/openjfx.spec index bb1c780..e658e1c 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -4,7 +4,7 @@ Name: openjfx Version: 11.0.18.0 -Release: 3 +Release: 4 Summary: Rich client application platform for Java License: GPL v2 with exceptions and BSD @@ -40,9 +40,8 @@ Source26: pom-swing.xml Source27: pom-swt.xml Source28: pom-web.xml Source29: build.xml -Source30: settings.xml -ExclusiveArch: x86_64 aarch64 ppc64le loongarch64 +ExclusiveArch: x86_64 aarch64 ppc64le loongarch64 riscv64 Requires: java-11-openjdk Requires: javapackages-tools @@ -96,7 +95,6 @@ find -name '*.class' -delete find -name '*.jar' -delete #copy maven files -cp -a %{_sourcedir}/settings.xml . cp -a %{_sourcedir}/pom-*.xml . mv pom-openjfx.xml pom.xml @@ -130,7 +128,7 @@ export JAVA_HOME=%{_jvmdir}/java-11-openjdk export CFLAGS="${RPM_OPT_FLAGS}" export CXXFLAGS="${RPM_OPT_FLAGS}" -mvn install --settings ./settings.xml +mvn install %install @@ -155,13 +153,18 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja %doc README.md %changelog +* Wed Nov 27 2024 Dingli Zhang - 11.0.18.0-4 +- Add support for riscv64 +- Fix changelog date error +- Delete settings.xml from source + * Wed Nov 13 2024 liningjie - 11.0.18.0-3 - Add ppc64le support for openjfx11 * Tue Oct 15 2024 Wenlong Zhang - 11.0.18.0-2 - add loongarch64 to ExclusiveArch -* Wed Dec 20 2022 Noah - 11.0.18.0-1 +* Tue Dec 20 2022 Noah - 11.0.18.0-1 - update to openjfx-11.0.18+0 * Wed Jul 21 2021 Noah - 11.0.3-6 diff --git a/settings.xml b/settings.xml deleted file mode 100644 index 8460431..0000000 --- a/settings.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - huaweicloud - central - central repo - https://mirrors.huaweicloud.com/repository/maven/ - - - -- Gitee