From ca8f0d3f0834347d3a590ecca2d7834293b2c351 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Tue, 28 Jun 2022 10:10:53 +0800 Subject: [PATCH] add 3.0.1-1 changelog info --- 0001-add-3.0.1-1-changelog-info.patch | 31 +++++++++++++++++++++++++++ ukui-window-switch.spec | 7 +++++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 0001-add-3.0.1-1-changelog-info.patch diff --git a/0001-add-3.0.1-1-changelog-info.patch b/0001-add-3.0.1-1-changelog-info.patch new file mode 100644 index 0000000..6ccf506 --- /dev/null +++ b/0001-add-3.0.1-1-changelog-info.patch @@ -0,0 +1,31 @@ +From 61ae18a3f1611df07c5818ed5b17564576225fba Mon Sep 17 00:00:00 2001 +From: peijiankang +Date: Tue, 28 Jun 2022 10:08:33 +0800 +Subject: [PATCH] add 3.0.1-1 changelog info + +--- + debian/changelog | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +diff --git a/debian/changelog b/debian/changelog +index 4e5813a..e51c280 100644 +--- a/debian/changelog ++++ b/debian/changelog +@@ -1,3 +1,14 @@ ++ukui-window-switch (3.0.1-1) unstable; urgency=medium ++ ++ [ handsome_feng ] ++ * New upstream release. ++ ++ [ Simon McVittie ] ++ * Don't wrap C header inclusions in extern C. (Closes: #992271) ++ ++ -- handsome_feng Thu, 26 Aug 2021 20:43:48 +0800 ++ ++ + ukui-window-switch (3.0.0-1) unstable; urgency=medium + + * New upstream release. +-- +2.33.0 + diff --git a/ukui-window-switch.spec b/ukui-window-switch.spec index 47c0748..bebb005 100644 --- a/ukui-window-switch.spec +++ b/ukui-window-switch.spec @@ -1,11 +1,12 @@ %define debug_package %{nil} Name: ukui-window-switch Version: 3.0.1 -Release: 6 +Release: 7 Summary: Front of the window switch License: GPL-2.0-or-later and BSD URL: http://www.ukui.org Source0: %{name}-%{version}.tar.gz +Patch1: 0001-add-3.0.1-1-changelog-info.patch BuildRequires: qt5-qtbase-devel BuildRequires: libblkid-devel @@ -25,6 +26,7 @@ Requires: ukwm >= 1.1.0 %prep %setup -q +%patch1 -p1 %build qmake-qt5 @@ -44,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/ukui-window-switch/ %changelog +* Tue Jun 28 2022 peijiankang - 3.0.1-7 +- add 3.0.1-1 changelog info + * Wed May 25 2022 tanyulong - 3.0.1-6 - Improve the project according to the requirements of compliance improvement