From 1bf8efa434b0c04150e74ce86aa615e0d05b3e9b Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 22 Mar 2023 10:00:01 +0100 Subject: [PATCH] Update changelog --- ffmpeg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 2793bba..3b658a1 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -92,7 +92,7 @@ Name: ffmpeg %global pkg_name %{name}%{?pkg_suffix} Version: 6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A complete solution to record, convert and stream audio and video License: GPL-3.0-or-later URL: https://ffmpeg.org/ @@ -854,6 +854,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples %{_mandir}/man3/libswscale.3* %changelog +* Wed Mar 22 2023 Nicolas Chauvet - 6.0-2 +- Backport upstram patches for libplacebo support + * Sun Mar 12 2023 Neal Gompa - 6.0-1 - Rebase to version 6.0 - Enable SVT-AV1 on all architectures