fix build warning: %patchN is deprecated

This commit is contained in:
chenguanglee 2024-11-22 14:17:15 +08:00
parent 97f55b2ab4
commit 7d14375ffc

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