From 7f3c52f486e270d7e2b9b58d751e4300991eae8a Mon Sep 17 00:00:00 2001 From: zhangyunbo Date: Tue, 22 Jun 2021 00:28:56 +0800 Subject: [PATCH] add openjfx11.yaml --- openjfx.spec | 5 ++++- openjfx11.yaml | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 openjfx11.yaml diff --git a/openjfx.spec b/openjfx.spec index 0abbd2c..0122dcc 100644 --- a/openjfx.spec +++ b/openjfx.spec @@ -4,7 +4,7 @@ Name: openjfx Version: 11.0.3 -Release: 4 +Release: 5 Summary: Rich client application platform for Java License: GPL v2 with exceptions and BSD @@ -156,6 +156,9 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja %doc README %changelog +* Mon Jun 21 2021 Benshuai5D - 11.0.3-5 +- add openjfx11.yaml + * Tue Mar 23 2021 Noah - 11.0.3-4 - change maven repository to ali cloud - add settings.xml to source diff --git a/openjfx11.yaml b/openjfx11.yaml new file mode 100644 index 0000000..cda265a --- /dev/null +++ b/openjfx11.yaml @@ -0,0 +1,5 @@ +--- +version_control: git +src_repo: https://github.com/openjdk/jfx11u +tag_prefix: +seperator: "." -- Gitee