diff --git a/0003-modify-version-is-error.patch b/0003-modify-version-is-error.patch
new file mode 100644
index 0000000..058e6ad
--- /dev/null
+++ b/0003-modify-version-is-error.patch
@@ -0,0 +1,48 @@
+From 749a7b4cb7fceba82b8a715bbabdac6fa104591a Mon Sep 17 00:00:00 2001
+From: peijiankang
%0
").arg(tr("version: ").append("3.1.1"))); ++ ui->label_3->setText(QString("%0
").arg(tr("version: ").append(appVersion))); + ui->label_4->setText(tr("service and support: ").append("support@kylinos.cn")); + connect(ui->label_4, SIGNAL(linkActivated(QString)), this, SLOT(slotOpenUrl(QString))); + initStyle(); +-- +2.33.0 + diff --git a/kylin-video.spec b/kylin-video.spec index f043539..7c8b9f0 100644 --- a/kylin-video.spec +++ b/kylin-video.spec @@ -2,13 +2,14 @@ Name: kylin-video Version: 3.1.3 -Release: 4 +Release: 5 Summary: A powerful video player License: GPL-2.0-or-later and LGPL-2.0-or-later and BSD URL: https://github.com/UbuntuKylin/kylin-video Source0: kylin-video-3.1.3.tar.gz Patch1: 0001-modify-compile-error-of-kylin-video.patch Patch2: 0002-Fix-the-problem-of-the-help-manual-button.patch +Patch3: 0003-modify-version-is-error.patch BuildRequires: qt5-devel BuildRequires: qtchooser @@ -41,6 +42,7 @@ It supports both x86 and ARM platform, and supports most of the audio and video %setup -q %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build @@ -66,6 +68,9 @@ popd %changelog +* Mon Aug 22 2022 peijiankang