diff --git a/0004-modify-and-update-changelog.patch b/0004-modify-and-update-changelog.patch new file mode 100644 index 0000000..99f8fe0 --- /dev/null +++ b/0004-modify-and-update-changelog.patch @@ -0,0 +1,29 @@ +From bc6db5582d1d360eb44f049090b8288be4dc2f91 Mon Sep 17 00:00:00 2001 +From: tanyulong +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 Thu, 01 Apr 2021 11:34:40+0800 ++ ++* New upstream release. + + -- liushanwen Thu, 05 Nov 2020 13:51:15 +0800 + +-- +2.30.0 + diff --git a/ukui-sidebar.spec b/ukui-sidebar.spec index e4e2dd0..f01e6dc 100644 --- a/ukui-sidebar.spec +++ b/ukui-sidebar.spec @@ -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 - 3.0.1-5 +- modify and update changelog + * Wed Nov 10 2021 tanyulong - 3.0.1-4 - remove junk files