From ce009cb1e8d796bef9692aa80b8632e4254a4a4a Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:52:07 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- openjfx.spec => openjfx11.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename openjfx.spec => openjfx11.spec (97%) diff --git a/openjfx.spec b/openjfx11.spec similarity index 97% rename from openjfx.spec rename to openjfx11.spec index 57a199b..f02753c 100644 --- a/openjfx.spec +++ b/openjfx11.spec @@ -4,7 +4,7 @@ Name: openjfx Version: 11.0.3 -Release: 6 +Release: 7 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 +* Tue Oct 26 2021 chenchen - 11.0.3-7 +- change the spec file name to be the same as the repo name + * Wed Jul 21 2021 Noah - 11.0.3-6 - change maven repository to huawei cloud -- Gitee