From a3ed7926d0d1a09cf34f17b5d4cc260d0bab05993fa39b96597631b0159ff4f0 Mon Sep 17 00:00:00 2001 From: Robert Frohl Date: Tue, 30 Jul 2019 16:20:48 +0000 Subject: [PATCH] Accepting request 717804 from home:jsegitz:branches:network:utilities - Added BuildRequires for spandsp-devel to enable decoding of various VoIP codecs OBS-URL: https://build.opensuse.org/request/show/717804 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=282 --- wireshark.changes | 6 ++++++ wireshark.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/wireshark.changes b/wireshark.changes index db7b015..10d452b 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 23 08:52:31 UTC 2019 - Johannes Segitz + +- Added BuildRequires for spandsp-devel to enable decoding of various + VoIP codecs + ------------------------------------------------------------------- Thu Jul 18 07:58:22 UTC 2019 - Robert Frohl diff --git a/wireshark.spec b/wireshark.spec index 2406d1f..c3dea26 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -53,6 +53,7 @@ BuildRequires: pcre-devel BuildRequires: pkgconfig BuildRequires: portaudio-devel BuildRequires: snappy-devel +BuildRequires: spandsp-devel BuildRequires: tcpd-devel BuildRequires: update-desktop-files BuildRequires: zlib-devel