From 668604cc7c51f547e6c9c69fff49aea3c45fee2e Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 22 Feb 2021 11:05:00 +0100 Subject: [PATCH] add opus-devel BR to satisfy configure requirements check (#1931251) --- libsndfile.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libsndfile.spec b/libsndfile.spec index 99ddf5a..21f9e6b 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,7 +1,7 @@ Summary: Library for reading and writing sound files Name: libsndfile Version: 1.0.31 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ and GPLv2+ and BSD URL: http://libsndfile.github.io/libsndfile/ Source0: https://github.com/libsndfile/libsndfile/releases/download/%{version}/libsndfile-%{version}.tar.bz2 @@ -19,6 +19,7 @@ BuildRequires: gsm-devel BuildRequires: libtool BuildRequires: make BuildRequires: python3 +BuildRequires: opus-devel %description @@ -148,6 +149,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %changelog +* Mon Feb 22 2021 Michal Hlavinka - 1.0.31-3 +- add opus-devel BR to satisfy configure requirements check (#1931251) + * Mon Jul 13 2020 Tom Stellard - 1.0.31-2 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro