diff --git a/ffmpeg.spec b/ffmpeg.spec index d1d72f0..2e09a72 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -59,14 +59,12 @@ ExclusiveArch: armv7hnl Summary: Digital VCR and streaming server Name: ffmpeg%{?flavor} Version: 6.1.1 -Release: 6 +Release: 7 License: GPL-3.0-or-later URL: http://ffmpeg.org/ Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz -%ifarch riscv64 -# Special patch for building chromium on riscv64 +# Special patch for building chromium Patch0: avformat-get_first_dts.patch -%endif Patch1: fix-CVE-2023-50007.patch Patch2: fix-CVE-2023-50008.patch Patch3: fix-CVE-2024-31578.patch @@ -401,6 +399,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir} %changelog +* Fri Jun 21 2024 misaka00251 - 6.1.1-7 +- Remove riscv64 exclusive arch for chromium patch + * Tue Jun 18 2024 happyworker <208suo@208suo.com> - 6.1.1-6 - fix bug CVE-2023-49528.patch