From a1a3d908052657bd5e208047cfa99700e5ed8098 Mon Sep 17 00:00:00 2001 From: liuxinhao Date: Thu, 25 Aug 2022 19:30:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8A=E6=AC=A1=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=9C=AA=E4=BF=AE=E6=94=B9spec=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiran-control-panel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kiran-control-panel.spec b/kiran-control-panel.spec index 619f1dd..8e8518d 100644 --- a/kiran-control-panel.spec +++ b/kiran-control-panel.spec @@ -1,6 +1,6 @@ Name: kiran-control-panel Version: 2.3.4 -Release: 7 +Release: 8 Summary: Kiran Control Panel Summary(zh_CN): Kiran桌面控制面板 @@ -22,6 +22,7 @@ Patch0012: 0004-fix-network-Add-error-prompt-box-when-saving-configu.patch Patch0013: 0005-fix-network-fix-invalid-configuration-created-for-th.patch Patch0014: 0006-fix-network-only-L2TP-type-is-supported-temporary-an.patch Patch0015: 0007-feature-network-update-translations.patch +Patch0016: 0001-feat-accessibleName-updates-accessiblename.patch BuildRequires: gcc-c++ @@ -182,6 +183,9 @@ make %{?_smp_mflags} rm -rf %{buildroot} %changelog +* Thu Aug 25 2022 liuxinhao - 2.3.4-8 +- KYOS-F: updates accessiblename,support automated testing + * Tue Aug 23 2022 luoqing - 2.3.4-7 - KYOS-F: fix the problem of network and details corresponding error(#I5M0L9) - KYOS-F: Add error prompt box when saving configuration(#I5GYQD) -- Gitee