From 49771f7e0bcac885ce4402dd11f4deac1dfe0844 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 17 Nov 2023 16:48:28 +0200 Subject: [PATCH] Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release: Signed-off-by: David Abdurachmanov --- ffmpeg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 0ad6eac..437bce6 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -92,7 +92,7 @@ Name: ffmpeg %global pkg_name %{name}%{?pkg_suffix} Version: 6.0.1 -Release: 1%{?dist} +Release: 1.rvre0%{?dist} Summary: A complete solution to record, convert and stream audio and video License: GPL-3.0-or-later URL: https://ffmpeg.org/ @@ -875,6 +875,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/examples %{_mandir}/man3/libswscale.3* %changelog +* Fri Nov 17 2023 David Abdurachmanov - 6.0.1-1.rvre0 +- Rebuilt for Fedora/RISCV (riscv64) + * Sat Nov 11 2023 Neal Gompa - 6.0.1-1 - Update to 6.0.1 - Add ffmpeg chromium support patch (#2240127)