From 76753b7b63c5333d49baabcc1a1ad5a3555bf81a0db8eac307e57a8070145bad Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Mon, 22 Feb 2021 16:24:26 +0000 Subject: [PATCH] Accepting request 873854 from home:rfrohl:branches:network:utilities enable libbcg729 only in TW OBS-URL: https://build.opensuse.org/request/show/873854 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=334 --- wireshark.changes | 5 +++++ wireshark.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wireshark.changes b/wireshark.changes index 3a17b55..3ef4366 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 19 15:11:44 UTC 2021 - Robert Frohl + +- Enable ITU G.729 Annex A/B speech codec for Tumbleweed only + ------------------------------------------------------------------- Sat Jan 30 06:54:07 UTC 2021 - Andreas Stieger diff --git a/wireshark.spec b/wireshark.spec index 2e0cd55..79c8f78 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -78,7 +78,8 @@ BuildRequires: pkgconfig(minizip) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(sbc) BuildRequires: pkgconfig(speexdsp) -%if 0%{?is_opensuse} +%if 0%{?is_opensuse} && 0%{?suse_version} >= 1550 +# enable ITU G.729 Annex A/B speech codec only in Tumbleweed BuildRequires: pkgconfig(libbcg729) %endif # keep until libbrotli-devel bug is fixed