From f0ece41e06738b6c7044adeda12fe40f94dfcc34 Mon Sep 17 00:00:00 2001 From: pei-jiankang Date: Sun, 26 Sep 2021 18:29:28 +0800 Subject: [PATCH] return version to 3.0.2-2 --- ukui-media.spec | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/ukui-media.spec b/ukui-media.spec index d05dcd9..d7c4dc6 100644 --- a/ukui-media.spec +++ b/ukui-media.spec @@ -1,6 +1,6 @@ Name: ukui-media Version: 3.0.2 -Release: 10 +Release: 11 Summary: UKUI media utilities License: GPL-2+ GPL-3+ LGPL-2+ BSD-3-Clause URL: http://www.ukui.org @@ -33,14 +33,14 @@ Requires: ukui-media-common = %{version} Recommends: alsa-utils sound-theme-freedesktop patch0: 0001-fix-vol-icon-bug.patch -patch1: 0002-Fix-the-right-menu-without-frosted-glass-issue.patch -patch2: 0003-Add-a-detection-mechanism-when-PulseAudio-exits-abno.patch -patch3: 0004-update-gsetting.patch -patch4: 0005-Solve-the-problem-of-adjusting-animation-freeze.patch -patch5: 0006-fix-the-slider-to-adjust-the-microphone-volume.patch -patch6: 0007-fix-probabilistic-crash-when-keyboard-keys-are-mute.patch -patch7: 0008-Set-the-app-name-and-icon-for-Kirin-Recording.patch -patch8: 0009-repair-the-input-device-is-not-find-of-recorder.patch +#patch1: 0002-Fix-the-right-menu-without-frosted-glass-issue.patch +#patch2: 0003-Add-a-detection-mechanism-when-PulseAudio-exits-abno.patch +#patch3: 0004-update-gsetting.patch +#patch4: 0005-Solve-the-problem-of-adjusting-animation-freeze.patch +#patch5: 0006-fix-the-slider-to-adjust-the-microphone-volume.patch +#patch6: 0007-fix-probabilistic-crash-when-keyboard-keys-are-mute.patch +#patch7: 0008-Set-the-app-name-and-icon-for-Kirin-Recording.patch +#patch8: 0009-repair-the-input-device-is-not-find-of-recorder.patch %description A simple and lightweight screensaver written by Qt5. @@ -59,14 +59,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep %setup -q %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 +#%%patch1 -p1 +#%%patch2 -p1 +#%%patch3 -p1 +#%%patch4 -p1 +#%%patch5 -p1 +#%%patch6 -p1 +#%%patch7 -p1 +#%%patch8 -p1 %build ./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64 @@ -128,6 +128,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/ %{_datadir}/glib-2.0/ %changelog +* Sun Sep 26 2021 peijiankang - 3.0.2-11 +- return version to 3.0.2-2 + * Sun Sep 26 2021 peijiankang - 3.0.2-10 - repair the input device is not find of recorder