diff --git a/linphone.spec b/linphone.spec index 846d8cd..a9a0b0f 100644 --- a/linphone.spec +++ b/linphone.spec @@ -4,7 +4,7 @@ Name: linphone Version: %{major_ver}.%{minor_ver}.%{patch_ver} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Phone anywhere in the whole world by using the Internet License: GPLv2+ @@ -62,6 +62,7 @@ BuildRequires: libtool BuildRequires: ortp-devel >= 1:0.22.0 BuildRequires: make BuildRequires: belle-sip +BuildRequires: belr Requires: ortp%{?_isa} >= 1:0.22.0 %description @@ -217,6 +218,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer %{_libdir}/pkgconfig/mediastreamer.pc %changelog +* Fri Oct 20 2023 Pratham Patel - 3.10.2-5 +- Add package 'belr' as a build dependency + * Fri Oct 20 2023 Pratham Patel - 3.10.2-4 - Add package 'belle-sip' as a build dependency