From e89c1df53decd757c36909dada5a1bcef5422b80 Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Wed, 4 Dec 2024 13:10:43 +0000 Subject: [PATCH] sync patch from openEuler-24.03-LTS-SP1 and master --- openjfx.spec | 18 ++++++++++++------ pom-graphics_compileJava-java.xml | 4 ++-- pom-web.xml | 4 ++-- settings.xml | 13 ------------- 4 files changed, 16 insertions(+), 23 deletions(-) delete mode 100644 settings.xml diff --git a/openjfx.spec b/openjfx.spec index 43f5275..e658e1c 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -4,7 +4,7 @@ Name: openjfx Version: 11.0.18.0 -Release: 2 +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 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,10 +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/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 @@ - + - + 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