diff --git a/ffmpeg.spec b/ffmpeg.spec index ffc2dca..cd5ff2c 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -3,7 +3,7 @@ %bcond_with all_codecs # Break dependency cycles by disabling certain optional dependencies. -%bcond_without bootstrap +%bcond_with bootstrap # If you want to do a build with the upstream source tarball, then set the # pkg_suffix to %%nil. We can't handle this with a conditional, as srpm @@ -92,7 +92,7 @@ Name: ffmpeg %global pkg_name %{name}%{?pkg_suffix} Version: 6.1.1 -Release: 8.0.riscv64%{?dist} +Release: 8.1.riscv64%{?dist} Summary: A complete solution to record, convert and stream audio and video License: GPL-3.0-or-later URL: https://ffmpeg.org/ @@ -863,6 +863,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples %{_mandir}/man3/libswscale.3* %changelog +* Mon Apr 15 2024 David Abdurachmanov - 6.1.1-8.1.riscv64 +- Disable bootstrap + * Sun Apr 14 2024 David Abdurachmanov - 6.1.1-8.0.riscv64 - Bootstrap (libvpx)