From 062bd61fc9eb08f08e49dbffb887078004b76961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sat, 7 Sep 2024 16:20:03 +0100 Subject: [PATCH] bootstrap chromaprint to break circular dependency with ffmpeg. --- chromaprint.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chromaprint.spec b/chromaprint.spec index 3d93322..6b57738 100644 --- a/chromaprint.spec +++ b/chromaprint.spec @@ -1,3 +1,5 @@ +%bcond bootstrap 1 + %if 0%{?rhel} && 0%{?rhel} < 9 %bcond_with ffmpeg %else @@ -9,7 +11,7 @@ Name: chromaprint Version: 1.5.1 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Library implementing the AcoustID fingerprinting # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -110,6 +112,9 @@ rm -f %{buildroot}%{_libdir}/lib*.la %endif %changelog +* Sat Sep 07 2024 Sérgio Basto - 1.5.1-20 +- bootstrap chromaprint to break circular dependency with ffmpeg. + * Fri Jul 26 2024 Miroslav Suchý - 1.5.1-19 - convert license to SPDX