!6 Update changelog

From: @tanyulong2021
Reviewed-by: @dou33
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2021-12-02 01:15:43 +00:00 committed by Gitee
commit 348bb26c09
2 changed files with 53 additions and 1 deletions

View File

@ -0,0 +1,47 @@
From bd1da6d672e547cf407a0846da6e9d49e603f774 Mon Sep 17 00:00:00 2001
From: tanyulong <tanyulong@kylinos.cn>
Date: Thu, 11 Nov 2021 16:21:15 +0800
Subject: [PATCH] Update changelog
---
debian/changelog | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2ed311f..79445c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+ukui-search (0.1.0+0207) v101; urgency=medium
+
+ * Fix: Index error when there are too much files in user directory.
+ - 当用户目录下的文件太多时,新建的文件有可能不会被索引到。
+ * Fix: 38072 browser+S4休眠500次过程中出现提示空间不足。
+ * Fix: Index error when copied a folder which has many children folders.
+ -当复制一个含有多层子文件夹的文件夹时,文件夹中的文件有可能不会被正确的建立索引。
+ * Fix: Index delete error when files were delete from disk.
+ - 文件删除时,数据库删除操作失败。
+ * Update debian/contorl,add dependence.
+ - 在debian/contorl中增加运行依赖。
+ * Fix: Window title is not translated.
+ - 修复任务栏窗口标题未汉化的Bug(36548)
+ * Fix: Modify applications list opened quickly.
+ - 修改快速打开列表项(35708、35311)
+ * Fix: QFileDialog is incompletely translated.
+ - 修复文件选择弹窗汉化不完整的bug(35800)
+ * Fix: There is no tooltip when filename is too long to display.
+ - 修复文件名过长时,文件详情页文件名悬停不完整显示的问题(37934)
+ * Fix: Translations for warning dialog is incomplete.
+ - 修复警示弹窗翻译为完成的bug(38130)
+ * Fix: Button for question dialog is in English.
+ - 修复删除黑名单询问弹窗按钮未汉化的Bug(38128)
+ * Fix: Detail widget for best content result is incorrect.
+ - 修复最佳匹配里的文件内容项显示有误的问题(35563、35971)
+
+ -- zhangpengfei <zhangpengfei@kylinos.cn> Sun, 07 Feb 2021 10:28:35 +0800
ukui-search (0.5.1+0926) v101; urgency=medium
* Bug 78787
--
2.30.0

View File

@ -2,7 +2,7 @@
Name: ukui-search
Version: 0.4.1
Release: 5
Release: 6
Summary: Advanced ukui menu
License: GPL-3.0
URL: http://www.ukui.org
@ -12,6 +12,7 @@ Patch0: 0001-Update-changelog.patch
Patch1: 0002-fix-Index-crash-when-meet-encrypt-doc-files.patch
Patch2: 0003-File-name-is-obscured-when-it-s-too-long-in-detail-page.patch
Patch3: 0004-Black-list-wont-t-work-when-block-home-location.patch
Patch4: 0005-Update-changelog-for-easy-view.patch
BuildRequires: pkgconf
BuildRequires: gsettings-qt-devel
@ -90,6 +91,7 @@ permanent.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%build
mkdir build && cd build
@ -141,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Nov 11 2021 tanyulong <tanyulong@kylinos.cn> - 0.4.1-6
- Update changelog for easy view
* Mon Nov 1 2021 tanyulong <tanyulong@kylinos.cn> - 0.4.1-5
- fix Black list wont't work when block home location