diff --git a/0002-add-changlog.patch b/0002-add-changlog.patch new file mode 100644 index 0000000..aef525c --- /dev/null +++ b/0002-add-changlog.patch @@ -0,0 +1,38 @@ +From 7ce5a75e54397994fd99b7315b1876e3bb3d6a31 Mon Sep 17 00:00:00 2001 +From: tanyulong +Date: Tue, 2 Nov 2021 10:23:26 +0800 +Subject: [PATCH] add changlog + +--- + debian/changelog | 9 +++++++++ + debian/files | 1 + + 2 files changed, 10 insertions(+) + create mode 100644 debian/files + +diff --git a/debian/changelog b/debian/changelog +index a011ebe..5e0a915 100755 +--- a/debian/changelog ++++ b/debian/changelog +@@ -1,3 +1,12 @@ ++ukui-sidebar (1.1.2-0001) v101; urgency=medium ++ ++ * New upstream bugfix release: ++ - Add vnc support ++ - Update Code specification ++ - Add relay libxtst-dev ++ - Delete the feedback widget ++ -- liushanwen Thu, 05 Nov 2020 13:51:15 +0800 ++ + ukui-sidebar (3.0.0-1+1103) focal; urgency=medium + + * Daily build. +diff --git a/debian/files b/debian/files +new file mode 100644 +index 0000000..7869f1b +--- /dev/null ++++ b/debian/files +@@ -0,0 +1 @@ ++ukui-sidebar_1.1.2-0001_source.buildinfo x11 optional +-- +2.30.0 + diff --git a/ukui-sidebar.spec b/ukui-sidebar.spec index 455520c..30b8042 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: 1 +Release: 2 Summary: parallels toolbox for UKUI License: GPL-3+ URL: http://www.ukui.org @@ -27,6 +27,7 @@ Requires: gsettings-qt-devel Requires: dconf-devel #patch0: fix-plugin-icon.patch +patch1: 0002-add-changlog.patch %description The ukui-sidebar is mainly used in the desktop operating system. @@ -37,6 +38,7 @@ Requires: dconf-devel %prep %setup -q #%%patch0 -p1 +%patch1 -p1 %build mkdir build && cd build @@ -81,6 +83,9 @@ done %{_datadir}/ukui-clock/ %changelog +* Tue Nov 02 2021 tanyulong - 3.0.1-2 +- add changlog + * Mon Oct 26 2020 douyan - 3.0.1-1 - update to upstream version 3.0.0-1+1103