!12 [sync] PR-10: fix build warnings: patchN is deprecated (2 usages found), use patch N (or %patch -P N)

Merge pull request !12 from openeuler-sync-bot/sync-pr10-master-to-openEuler-24.03-LTS
This commit is contained in:
openeuler-ci-bot 2024-11-21 06:59:10 +00:00 committed by Gitee
commit 66d952edde
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -7,7 +7,7 @@
Name: qtav
Version: 1.13.0
Release: 2
Release: 3
Summary: A media playback framework based on Qt and FFmpeg
License: LGPLv2+ and GPLv3+ and BSD
URL: http://www.qtav.org/
@ -239,6 +239,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
%changelog
* Thu Nov 21 2024 zhangxianjun <zhangxianjun@kylinos.cn> 1.13.0-3
- fix: %patchN is deprecated (2 usages found), use %patch N (or %patch -P N)
* Wed Apr 03 2024 peijiankang <peijiankang@kylinos.cn> - 1.13.0-2
- add 0004-ffmpeg-5.0.patch