From f293392384d8afb82e9dc3554bdd7cab6cef4305 Mon Sep 17 00:00:00 2001 From: htpeng Date: Mon, 11 Sep 2023 10:01:23 +0800 Subject: [PATCH] Add opus-devel to satisfy configure requirements check Signed-off-by: htpeng --- libsndfile.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libsndfile.spec b/libsndfile.spec index 1d869da..162970c 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,6 +1,6 @@ Name: libsndfile Version: 1.0.31 -Release: 2 +Release: 3 Summary: Library for reading and writing sound files License: LGPLv2+ and GPLv2+ and BSD URL: http://libsndfile.github.io/libsndfile @@ -9,6 +9,7 @@ Source0: https://github.com/libsndfile/libsndfile/releases/download/%{version}/% BuildRequires: alsa-lib-devel gcc gcc-c++ flac-devel BuildRequires: libogg-devel libtool libvorbis-devel pkgconfig BuildRequires: sqlite-devel +BuildRequires: opus-devel Patch1: 0001-CVE-2021-3246.patch Patch2: 0002-CVE-2021-4156.patch @@ -116,6 +117,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %{_mandir}/man1/sndfile-salvage.1* %changelog +* Mon Sep 11 2023 penghaitao - 1.0.31-3 +- Add opus-devel to satisfy configure requirements check + * Mon May 16 2022 zhouwenpei - 1.0.31-2 - fix CVE-2021-4156 -- Gitee