diff --git a/kylin-video.spec b/kylin-video.spec index cd93efb..3c774c7 100644 --- a/kylin-video.spec +++ b/kylin-video.spec @@ -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 - 3.1.4-5 +- fix rpm build warning: %patchN is deprecated + * Fri Nov 22 2024 lichenguang - 3.1.4-4 - fix build error of ffmpeg-6.1.1 - fix build error of missing MPV_EVENT_TRACK_SWITCHED definition