!7 Update debian/changelog

From: @tanyulong2021
Reviewed-by: @dou33
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2021-12-02 02:39:16 +00:00 committed by Gitee
commit e953c5a487
2 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,28 @@
From 182bfe6bd32ca098008ca50f09bedf61fe3ef558 Mon Sep 17 00:00:00 2001
From: tanyulong <tanyulong@kylinos.cn>
Date: Thu, 2 Dec 2021 10:13:42 +0800
Subject: [PATCH] update debian changelog
---
debian/changelog | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 79445c9..7f1185a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,3 +37,11 @@ ukui-search (0.4.1-1~0803) unstable; urgency=medium
* Initial release.
-- handsome_feng <jianfengli@ubuntukylin.com> Thu, 05 Aug 2021 15:58:06 +0800
+ukui-search (0.1.1+0219-1) v101; urgency=medium
+
+ * Remove QWebEngineView dependence.
+ * Remove friso dependence.
+ * Update debian/control.
+
+ -- zhangpengfei <zhangpengfei@kylinos.cn> Fri, 19 Feb 2021 11:37:16 +0800
+
--
2.30.0

View File

@ -2,7 +2,7 @@
Name: ukui-search
Version: 0.4.1
Release: 6
Release: 7
Summary: Advanced ukui menu
License: GPL-3.0
URL: http://www.ukui.org
@ -13,6 +13,7 @@ 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
Patch5: 0006-update-debian-changelog.patch
BuildRequires: pkgconf
BuildRequires: gsettings-qt-devel
@ -92,6 +93,7 @@ permanent.
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%build
mkdir build && cd build
@ -143,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Dec 02 2021 tanyulong <tanyulong@kylinos.cn> - 0.4.1-7
- Update debian/changelog
* Thu Nov 11 2021 tanyulong <tanyulong@kylinos.cn> - 0.4.1-6
- Update changelog for easy view