From 69a5807f7c211a381b63d2896f3b976a40610d95 Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Mon, 9 Aug 2021 07:29:49 -0500 Subject: [PATCH] Rebuild codec2 without lpcnetfreedv to break circular depdendency. --- codec2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/codec2.spec b/codec2.spec index 06aeab1..ec6cddf 100644 --- a/codec2.spec +++ b/codec2.spec @@ -3,7 +3,7 @@ Name: codec2 Version: 1.0.0 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Next-Generation Digital Voice for Two-Way Radio License: LGPLv2 @@ -50,7 +50,7 @@ Example code for Codec 2 %build %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DLPCNET=ON + -DLPCNET=OFF %cmake_build @@ -90,6 +90,9 @@ EOF %changelog +* Mon Aug 09 2021 Richard Shaw - 1.0.0-1.1 +- Rebuild codec2 without lpcnetfreedv to break circular depdendency. + * Sun Aug 08 2021 Richard Shaw - 1.0.0-1 - Update to 1.0.0.