modify and update changelog

This commit is contained in:
tanyulong2021 2021-12-03 10:42:44 +08:00
parent 7aa3856f01
commit 0451902f29
2 changed files with 35 additions and 1 deletions

View File

@ -0,0 +1,29 @@
From bc6db5582d1d360eb44f049090b8288be4dc2f91 Mon Sep 17 00:00:00 2001
From: tanyulong <tanyulong@kylinos.cn>
Date: Fri, 3 Dec 2021 10:39:13 +0800
Subject: [PATCH] modify and update changelog
---
debian/changelog | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 229ff30..d5d1fdf 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,11 @@
- * New upstream release.
+ukui-sidebar (1.1.2-0008) v101; urgency=medium
+
+ * 改动:
+ - 删除对于屏幕宽度判断自适应屏幕缩放比200%
+ - 避免重复new 华为dbus接口
+ -- liushanwen <liushanwen@kylinos.cn> Thu, 01 Apr 2021 11:34:40+0800
+
+* New upstream release.
-- liushanwen <liushanwen@kylinos.cn> Thu, 05 Nov 2020 13:51:15 +0800
--
2.30.0

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: ukui-sidebar
Version: 3.0.1
Release: 4
Release: 5
Summary: parallels toolbox for UKUI
License: GPL-3+
URL: http://www.ukui.org
@ -30,6 +30,7 @@ Requires: dconf-devel
patch1: 0002-add-changlog.patch
patch2: 0001-modify-conflict.patch
patch3: 0003-remove-junk-files.patch
patch4: 0004-modify-and-update-changelog.patch
%description
The ukui-sidebar is mainly used in the desktop operating system.
@ -43,6 +44,7 @@ patch3: 0003-remove-junk-files.patch
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%build
mkdir build && cd build
@ -87,6 +89,9 @@ done
%{_datadir}/ukui-clock/
%changelog
* Fri Dec 03 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-5
- modify and update changelog
* Wed Nov 10 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-4
- remove junk files