diff --git a/libsndfile.spec b/libsndfile.spec index ca326a1059160082dccf7807dfe44f91ad2671f4..aee5d49d352babc437cc2d20349bdd65927cbf29 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,6 +1,6 @@ Name: libsndfile Version: 1.2.0 -Release: 1 +Release: 2 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 %description Libsndfile is a C library for reading and writing files containing @@ -113,6 +114,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %{_mandir}/man1/sndfile-salvage.1* %changelog +* Mon Sep 11 2023 penghaitao - 1.2.0-2 +- Add opus-devel to satisfy configure requirements check + * Fri Feb 10 2023 Liu Yuntao - 1.2.0-1 - update to 1.2.0, and update upstream URL