!9 update changelog

From: @tanyulong2021
Reviewed-by: @dou33
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2021-12-06 02:09:49 +00:00 committed by Gitee
commit 26a9b8ec45
2 changed files with 37 additions and 2 deletions

View File

@ -0,0 +1,31 @@
From 5aa5335b84bfb9a40b52894aa13b4103f0ca1725 Mon Sep 17 00:00:00 2001
From: tanyulong <tanyulong@kylinos.cn>
Date: Fri, 3 Dec 2021 10:10:17 +0800
Subject: [PATCH] Update Debian changelog info
---
debian/changelog | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9e72d1d..151f11b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ukui-bluetooth (1.0.0-1kylin1k53) v101; urgency=medium
+ * Bug :
+ - bug#63674
+ 手机与系统蓝牙配对超时后1分钟之后点击确认ukui-bluetooth会出现段错误(lixiang)
+ - bug#63675
+ 手机与系统蓝牙配对,点击取消配对后,手机的蓝牙未从配对列表移除(lixiang)
+ * Task :
+ * Other:
+
+ -- guang tang <tangguang@kylinos.cn> Wed, 30 Jun 2021 08:37:51 +0800
+
ukui-bluetooth (1.0.1-1~0820) focal; urgency=medium
* New upstream release.
--
2.30.0

View File

@ -2,7 +2,7 @@
Name: ukui-bluetooth
Version: 1.0.0
Release: 7
Release: 8
Summary: Advanced ukui bluetooth
License: GPLv2+
URL: http://www.ukui.org
@ -14,7 +14,7 @@ patch2: 0003-fix-restart-the-system-Bluetooth-core-dump.patch
patch3: 0004-fix-repair-bug.patch
patch4: 0005-fix-control-files.patch
patch5: 0006-Update-changelog-and-format.patch
patch6: 0007-Update-Debian-changelog-info.patch
BuildRequires: gsettings-qt-devel
BuildRequires: glib2-devel
@ -49,6 +49,7 @@ Simple bluetooth tool for ukui desktop environment
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%build
mkdir build && cd build
@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Dec 03 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.0-8
- add patch:0007-Update-Debian-changelog-info.patch
* Thu Dec 02 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.0-7
- Update-changelog-and-format.patch