From 45d7de5540d993de7ee6efaeaac6cf46464b230b Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 28 Oct 2024 16:39:09 +0200 Subject: [PATCH] Rebuild for ffmpeg 7 Signed-off-by: David Abdurachmanov --- chromaprint.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/chromaprint.spec b/chromaprint.spec index d756cea..75c9c53 100644 --- a/chromaprint.spec +++ b/chromaprint.spec @@ -1,6 +1,6 @@ # The presence of this macro ensures the disttag changes # when set in side tags -%bcond_without bootstrap +%bcond_with bootstrap %if 0%{?rhel} && 0%{?rhel} < 9 %bcond_with ffmpeg @@ -10,12 +10,10 @@ # Globing of libraries is against the packging guidelines %global sover 1 -%bcond_with ffmpeg - Name: chromaprint Version: 1.5.1 -Release: 22.1.riscv64%{?dist} +Release: 22.2.riscv64%{?dist} Summary: Library implementing the AcoustID fingerprinting # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -116,6 +114,9 @@ rm -f %{buildroot}%{_libdir}/lib*.la %endif %changelog +* Mon Oct 28 2024 David Abdurachmanov - 1.5.1-22.2.riscv64 +- Rebuild for ffmpeg (riscv64) + * Mon Oct 28 2024 David Abdurachmanov - 1.5.1-22.1.riscv64 - Boostrap again, disable ffmpeg.