diff --git a/0001-add-3.0.1-1-changelog-info.patch b/0001-add-3.0.1-1-changelog-info.patch deleted file mode 100644 index 6ccf506..0000000 --- a/0001-add-3.0.1-1-changelog-info.patch +++ /dev/null @@ -1,31 +0,0 @@ -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-3.0.1.tar.gz b/ukui-window-switch-3.0.1.tar.gz deleted file mode 100644 index d04f830..0000000 Binary files a/ukui-window-switch-3.0.1.tar.gz and /dev/null differ diff --git a/ukui-window-switch-3.0.2.tar.gz b/ukui-window-switch-3.0.2.tar.gz new file mode 100644 index 0000000..d439578 Binary files /dev/null and b/ukui-window-switch-3.0.2.tar.gz differ diff --git a/ukui-window-switch.spec b/ukui-window-switch.spec index bebb005..f6e66b6 100644 --- a/ukui-window-switch.spec +++ b/ukui-window-switch.spec @@ -1,12 +1,11 @@ %define debug_package %{nil} Name: ukui-window-switch -Version: 3.0.1 -Release: 7 +Version: 3.0.2 +Release: 2 Summary: Front of the window switch -License: GPL-2.0-or-later and BSD +License: GPL-2+ BSD-2-clause BSD-3-clause and GPL-2+ 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 @@ -17,7 +16,6 @@ BuildRequires: gtk3-devel BuildRequires: gsettings-qt-devel BuildRequires: gsettings-qt -Requires: ukwm >= 1.1.0 %description Front of the window switcher in UKUI desktop environment. @@ -26,11 +24,10 @@ Requires: ukwm >= 1.1.0 %prep %setup -q -%patch1 -p1 %build qmake-qt5 -make -j32 +make %install rm -rf $RPM_BUILD_ROOT @@ -46,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/ukui-window-switch/ %changelog +* Tue Jul 12 2022 peijiankang - 3.0.2-2 +- update to upstream version 3.0.2 + * Tue Jun 28 2022 peijiankang - 3.0.1-7 - add 3.0.1-1 changelog info