!29 21.09分支回退版本到3.0.2-2

From: @pei-jiankang
Reviewed-by: @dou33
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2021-09-26 10:40:18 +00:00 committed by Gitee
commit 0ccce05f9b

View File

@ -1,6 +1,6 @@
Name: ukui-media Name: ukui-media
Version: 3.0.2 Version: 3.0.2
Release: 10 Release: 11
Summary: UKUI media utilities Summary: UKUI media utilities
License: GPL-2+ GPL-3+ LGPL-2+ BSD-3-Clause License: GPL-2+ GPL-3+ LGPL-2+ BSD-3-Clause
URL: http://www.ukui.org URL: http://www.ukui.org
@ -33,14 +33,14 @@ Requires: ukui-media-common = %{version}
Recommends: alsa-utils sound-theme-freedesktop Recommends: alsa-utils sound-theme-freedesktop
patch0: 0001-fix-vol-icon-bug.patch patch0: 0001-fix-vol-icon-bug.patch
patch1: 0002-Fix-the-right-menu-without-frosted-glass-issue.patch #patch1: 0002-Fix-the-right-menu-without-frosted-glass-issue.patch
patch2: 0003-Add-a-detection-mechanism-when-PulseAudio-exits-abno.patch #patch2: 0003-Add-a-detection-mechanism-when-PulseAudio-exits-abno.patch
patch3: 0004-update-gsetting.patch #patch3: 0004-update-gsetting.patch
patch4: 0005-Solve-the-problem-of-adjusting-animation-freeze.patch #patch4: 0005-Solve-the-problem-of-adjusting-animation-freeze.patch
patch5: 0006-fix-the-slider-to-adjust-the-microphone-volume.patch #patch5: 0006-fix-the-slider-to-adjust-the-microphone-volume.patch
patch6: 0007-fix-probabilistic-crash-when-keyboard-keys-are-mute.patch #patch6: 0007-fix-probabilistic-crash-when-keyboard-keys-are-mute.patch
patch7: 0008-Set-the-app-name-and-icon-for-Kirin-Recording.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 #patch8: 0009-repair-the-input-device-is-not-find-of-recorder.patch
%description %description
A simple and lightweight screensaver written by Qt5. A simple and lightweight screensaver written by Qt5.
@ -59,14 +59,14 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1 #%%patch1 -p1
%patch2 -p1 #%%patch2 -p1
%patch3 -p1 #%%patch3 -p1
%patch4 -p1 #%%patch4 -p1
%patch5 -p1 #%%patch5 -p1
%patch6 -p1 #%%patch6 -p1
%patch7 -p1 #%%patch7 -p1
%patch8 -p1 #%%patch8 -p1
%build %build
./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64 ./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/ %{_datadir}/glib-2.0/
%changelog %changelog
* Sun Sep 26 2021 peijiankang<peijiankang@kylinos.cn> - 3.0.2-11
- return version to 3.0.2-2
* Sun Sep 26 2021 peijiankang<peijiankang@kylinos.cn> - 3.0.2-10 * Sun Sep 26 2021 peijiankang<peijiankang@kylinos.cn> - 3.0.2-10
- repair the input device is not find of recorder - repair the input device is not find of recorder