From fa3c11281e5a4ae5b18dc66f364d66feed5dda9e Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 7 Jul 2020 11:15:03 +0800 Subject: [PATCH] modify yaml --- qt5-qtwebengine.spec | 2 +- qt5-qtwebengine.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 7a98584..a2acc2a 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -221,7 +221,7 @@ done %changelog * Sun Jun 28 2020 huanghaitao -5.11.1-9 -- fix the build errors with conflicting declaration of C +- Fix the build errors with conflicting declaration of C * Sat Jun 20 2020 huanghaitao -5.11.1-8 - Solved the unresolved problem diff --git a/qt5-qtwebengine.yaml b/qt5-qtwebengine.yaml index b104149..cce8077 100644 --- a/qt5-qtwebengine.yaml +++ b/qt5-qtwebengine.yaml @@ -1,4 +1,4 @@ version_control: git -src_repo: https://code.qt.io/qt/qtwebengine.git -tag_pattern: ^v +src_repo: https://code.qt.io/cgit/qt/qtwebengine.git +tag_prefix: ^v seperator: . -- Gitee