Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wireshark for openSUSE:Factory checked in at 2022-01-21 01:24:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wireshark (Old) and /work/SRC/openSUSE:Factory/.wireshark.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wireshark" Fri Jan 21 01:24:55 2022 rev:184 rq:947191 version:3.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes 2022-01-11 00:02:30.117272332 +0100 +++ /work/SRC/openSUSE:Factory/.wireshark.new.1938/wireshark.changes 2022-01-21 01:24:59.698762084 +0100 @@ -1,0 +2,9 @@ +Tue Jan 18 09:42:36 UTC 2022 - Robert Frohl <rfr...@suse.com> + +- Fix wireshark-plugin-libvirt build after wmem_alloc() moved from + libwireshark.so to libwsutil.so (bsc#1194780) + * Added wireshark-0001-pkgconfig.patch +- Renamed wireshark-0001-dumpcap-permission-denied.patch + to wireshark-0010-dumpcap-permission-denied.patch + +------------------------------------------------------------------- Old: ---- wireshark-0001-dumpcap-permission-denied.patch New: ---- wireshark-0001-pkgconfig.patch wireshark-0010-dumpcap-permission-denied.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wireshark.spec ++++++ --- /var/tmp/diff_new_pack.1Ecye7/_old 2022-01-21 01:25:00.342757669 +0100 +++ /var/tmp/diff_new_pack.1Ecye7/_new 2022-01-21 01:25:00.346757642 +0100 @@ -37,8 +37,9 @@ Source: https://www.wireshark.org/download/src/%{name}-%{version}.tar.xz Source2: https://www.wireshark.org/download/SIGNATURES-%{version}.txt#/%{name}-%{version}.tar.xz.asc Source3: https://www.wireshark.org/download/gerald_at_wireshark_dot_org.gpg#/wireshark.keyring -Patch1: wireshark-0000-wsutil-implicit_declaration_memcpy.patch -Patch10: wireshark-0001-dumpcap-permission-denied.patch +Patch0: wireshark-0000-wsutil-implicit_declaration_memcpy.patch +Patch1: wireshark-0001-pkgconfig.patch +Patch10: wireshark-0010-dumpcap-permission-denied.patch BuildRequires: %{rb_default_ruby_suffix}-rubygem-asciidoctor BuildRequires: bison BuildRequires: flex ++++++ wireshark-0001-pkgconfig.patch ++++++ commit ca61ee833ac886345ae5e6f4c239da7eae72f027 Author: Robert Frohl <rfr...@suse.com> Date: Tue Jan 18 10:32:42 2022 +0100 wmem_alloc() moved from libwireshark.so to libwsutil.so with 3.6.x Some external plugins use wmem_alloc() like wireshark-plugin-libvirt. The linker needs to find it it after the move. Fixes wireshark/wireshark#17889 diff --git a/wireshark.pc.in b/wireshark.pc.in index 588917812b..e755614bba 100644 --- a/wireshark.pc.in +++ b/wireshark.pc.in @@ -10,5 +10,5 @@ Description: Network Packet Dissection Library Version: @VERSION@ Requires: glib-2.0, gmodule-2.0, gthread-2.0 -Libs: -L${libdir} -lwireshark +Libs: -L${libdir} -lwireshark -lwsutil Cflags: -I${includedir}/wireshark ++++++ wireshark-0001-dumpcap-permission-denied.patch -> wireshark-0010-dumpcap-permission-denied.patch ++++++