add changlog

This commit is contained in:
tanyulong2021 2021-11-02 10:47:29 +08:00
parent a0378ba8f3
commit 3be8c25eea
2 changed files with 44 additions and 1 deletions

38
0002-add-changlog.patch Normal file
View File

@ -0,0 +1,38 @@
From 7ce5a75e54397994fd99b7315b1876e3bb3d6a31 Mon Sep 17 00:00:00 2001
From: tanyulong <tanyulong@kylinos.cn>
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 <liushanwen@kylinos.cn> 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

View File

@ -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 <tanyulong@kylinos.cn> - 3.0.1-2
- add changlog
* Mon Oct 26 2020 douyan <douyan@kylinos.cn> - 3.0.1-1
- update to upstream version 3.0.0-1+1103