From f9b86dfc1a0c43ba987c448e04f83820c4aeaab9 Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Fri, 4 Jun 2021 16:39:55 +0800 Subject: [PATCH] fix failed: gcc command not found. --- opusfile.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/opusfile.spec b/opusfile.spec index 90394ea..9ae332f 100644 --- a/opusfile.spec +++ b/opusfile.spec @@ -1,13 +1,13 @@ Name: opusfile Version: 0.11 -Release: 3 +Release: 4 Summary: A high-level API provides seeking, decode, and playback of Opus streams License: BSD URL: http://www.opus-codec.org/ Source0: http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz Patch0000: 0001-fix-MemorySanitizer-use-of-uninitialized-value.patch -BuildRequires: libogg-devel openssl-devel opus-devel +BuildRequires: gcc libogg-devel openssl-devel opus-devel %description The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg @@ -50,6 +50,9 @@ Development package for opusfile package. %{_libdir}/{libopusfile.so,libopusurl.so} %changelog +* Web 02 Jun 2021 zhaoyao - 0.11-4 +- fixs faileds: /bin/sh: gcc: command not found. + * Thu Dec 03 2020 maminjie - 0.11-3 - fix MemorySanitizer: use-of-uninitialized-value