From 466b82514283c0946b7a76a785219bddaaa305f3 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Thu, 2 Dec 2021 10:37:25 +0800 Subject: [PATCH] Update changelog and format --- 0006-Update-changelog-and-format.patch | 32 ++++++++++++++++++++++++++ ukui-bluetooth.spec | 9 ++++++-- 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 0006-Update-changelog-and-format.patch diff --git a/0006-Update-changelog-and-format.patch b/0006-Update-changelog-and-format.patch new file mode 100644 index 0000000..1f254ca --- /dev/null +++ b/0006-Update-changelog-and-format.patch @@ -0,0 +1,32 @@ +From 06dff81a70eea70f970f642fd2f01954ae86198b Mon Sep 17 00:00:00 2001 +From: tanyulong +Date: Thu, 2 Dec 2021 10:33:15 +0800 +Subject: [PATCH] Update changelog and format + +--- + debian/changelog | 4 ++++ + debian/source/format | 2 +- + 2 files changed, 5 insertions(+), 1 deletion(-) + +diff --git a/debian/changelog b/debian/changelog +index 32d6aff..9e72d1d 100644 +--- a/debian/changelog ++++ b/debian/changelog +@@ -1,3 +1,7 @@ ++ukui-bluetooth (1.0.1-1~0820) focal; urgency=medium ++ ++ * New upstream release. ++ + ukui-bluetooth (1.0.0-49+0612) focal; urgency=medium + + * Build for Ubuntukylin +diff --git a/debian/source/format b/debian/source/format +index 89ae9db..163aaf8 100644 +--- a/debian/source/format ++++ b/debian/source/format +@@ -1 +1 @@ +-3.0 (native) ++3.0 (quilt) +-- +2.30.0 + diff --git a/ukui-bluetooth.spec b/ukui-bluetooth.spec index 7e9a70b..8c68452 100644 --- a/ukui-bluetooth.spec +++ b/ukui-bluetooth.spec @@ -2,7 +2,7 @@ Name: ukui-bluetooth Version: 1.0.0 -Release: 6 +Release: 7 Summary: Advanced ukui bluetooth License: GPLv2+ URL: http://www.ukui.org @@ -13,6 +13,7 @@ patch1: 0002-fix-ukui-bluetooth-will-have-a-segfault-when-times-out.patch patch2: 0003-fix-restart-the-system-Bluetooth-core-dump.patch patch3: 0004-fix-repair-bug.patch patch4: 0005-fix-control-files.patch +patch5: 0006-Update-changelog-and-format.patch BuildRequires: gsettings-qt-devel @@ -47,6 +48,7 @@ Simple bluetooth tool for ukui desktop environment %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build mkdir build && cd build @@ -82,7 +84,10 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Nov 16 2021 tanyulong - 1.0.0-6 +* Thu Dec 02 2021 tanyulong - 1.0.0-7 +- Update-changelog-and-format.patch + +* Tue Nov 16 2021 tanyulong - 1.0.0-6 - fix control files * Mon Nov 1 2021 tanyulong - 1.0.0-5