From e1f18f089eb89b45b3c854b5ac4d692bb92a6bc0 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 22 Mar 2023 13:56:24 +0800 Subject: [PATCH] fix version of kylin-burner --- 0003-fix-version-of-kylin-burner.patch | 25 +++++++++++++++++++++++++ kylin-burner.spec | 8 ++++++-- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 0003-fix-version-of-kylin-burner.patch diff --git a/0003-fix-version-of-kylin-burner.patch b/0003-fix-version-of-kylin-burner.patch new file mode 100644 index 0000000..fcff679 --- /dev/null +++ b/0003-fix-version-of-kylin-burner.patch @@ -0,0 +1,25 @@ +From b1e6775378c19aaa6272cf739b57a2ea9ad88d11 Mon Sep 17 00:00:00 2001 +From: peijiankang +Date: Wed, 22 Mar 2023 13:55:00 +0800 +Subject: [PATCH] fix version of kylin-burner + +--- + src/view/kybaboutdialog.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/view/kybaboutdialog.cpp b/src/view/kybaboutdialog.cpp +index a2077a3..e319bf7 100644 +--- a/src/view/kybaboutdialog.cpp ++++ b/src/view/kybaboutdialog.cpp +@@ -13,7 +13,7 @@ + KYBAboutDialog *KYBAboutDialog::m_oInstance = nullptr; + QMutex KYBAboutDialog::m_oMutex; + +-#define VERSION "3.2.0" ++#define VERSION "3.10.2" + + #include + +-- +2.39.1 + diff --git a/kylin-burner.spec b/kylin-burner.spec index c1f026c..a907b0b 100644 --- a/kylin-burner.spec +++ b/kylin-burner.spec @@ -1,13 +1,13 @@ Name: kylin-burner Version: 3.10.2 -Release: 5 +Release: 6 Summary: CD/DVD burning application for UKUI. License: GPL-3.0-or-later URL: https://github.com/UbuntuKylin/kylin-burner Source0: %{name}-%{version}.tar.gz Patch01: 0001-Fix-the-problem-of-scrambled-burner.patch Patch02: 0002-Repair-the-user-guide-does-not-work.patch - +Patch03: 0003-fix-version-of-kylin-burner.patch BuildRequires: cmake BuildRequires: qt5-qtx11extras-devel @@ -31,6 +31,7 @@ CD/DVD burning application for UKUI. %setup -q %patch01 -p1 %patch02 -p1 +%patch03 -p1 %build mkdir cmake-build @@ -51,6 +52,9 @@ popd %{_datadir}/locale/zh_CN/LC_MESSAGES/kylin-burner.mo %changelog +* Wed Mar 22 2023 peijiankang - 3.10.2-6 +- fix version of kylin-burner + * Fri Mar 03 2023 peijiankang - 3.10.2-5 - Repair the user guide does not work