diff --git a/ffmpeg.spec b/ffmpeg.spec index 5c05b43..c75c2b7 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -1,5 +1,4 @@ # For a complete build enable these two -%bcond upstream_tarball 0 %bcond all_codecs 0 # Break dependency cycles by disabling certain optional dependencies. @@ -85,7 +84,7 @@ Name: ffmpeg %global pkg_name %{name}%{?pkg_suffix} Version: 7.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A complete solution to record, convert and stream audio and video License: GPL-3.0-or-later URL: https://ffmpeg.org/ @@ -530,9 +529,7 @@ pixel format conversion operations. This subpackage contains the headers for FFmpeg libswscale. %prep -%if %{with upstream_tarball} %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' -%endif %autosetup -S git_am install -m 0644 %{SOURCE20} enable_decoders @@ -858,6 +855,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples %{_mandir}/man3/libswscale.3* %changelog +* Fri Aug 01 2025 Neal Gompa - 7.1.1-7 +- Always verify sources + * Tue Jul 29 2025 Nicolas Chauvet - 7.1.1-6 - Rebuilt for libplacebo