!53 fix rpm build warning: %patchN is deprecated

From: @kr-space 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2024-11-22 06:36:03 +00:00 committed by Gitee
commit 9f0092f44a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: kylin-video
Version: 3.1.4
Release: 4
Release: 5
Summary: A powerful video player
License: GPL-2.0+
URL: https://gitee.com/openkylin/kylin-video
@ -41,10 +41,10 @@ It supports both x86 and ARM platform, and supports most of the audio and video
%prep
%setup -q
%patch01 -p1
%patch02 -p1
%patch03 -p1
%patch04 -p1
%patch 1 -p1
%patch 2 -p1
%patch 3 -p1
%patch 4 -p1
%build
mkdir qmake-build
@ -67,6 +67,9 @@ popd
%changelog
* Fri Nov 22 2024 lichenguang <lichenguang@kylinos.cn> - 3.1.4-5
- fix rpm build warning: %patchN is deprecated
* Fri Nov 22 2024 lichenguang <lichenguang@kylinos.cn> - 3.1.4-4
- fix build error of ffmpeg-6.1.1
- fix build error of missing MPV_EVENT_TRACK_SWITCHED definition