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-11 00:01:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wireshark (Old)
 and      /work/SRC/openSUSE:Factory/.wireshark.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wireshark"

Tue Jan 11 00:01:55 2022 rev:183 rq:945306 version:3.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes      2022-01-06 
15:51:59.080994363 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new.1892/wireshark.changes    
2022-01-11 00:02:30.117272332 +0100
@@ -1,0 +2,6 @@
+Mon Jan 10 10:30:10 UTC 2022 - Robert Frohl <rfr...@suse.com>
+
+- Fix SLE15 build issue
+  added wireshark-0000-wsutil-implicit_declaration_memcpy.patch
+
+-------------------------------------------------------------------

New:
----
  wireshark-0000-wsutil-implicit_declaration_memcpy.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wireshark.spec ++++++
--- /var/tmp/diff_new_pack.PyEmTU/_old  2022-01-11 00:02:30.841272967 +0100
+++ /var/tmp/diff_new_pack.PyEmTU/_new  2022-01-11 00:02:30.845272970 +0100
@@ -37,6 +37,7 @@
 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
 BuildRequires:  %{rb_default_ruby_suffix}-rubygem-asciidoctor
 BuildRequires:  bison

++++++ wireshark-0000-wsutil-implicit_declaration_memcpy.patch ++++++
Index: wireshark-3.6.1/wsutil/glib-compat.h
===================================================================
--- wireshark-3.6.1.orig/wsutil/glib-compat.h
+++ wireshark-3.6.1/wsutil/glib-compat.h
@@ -21,6 +21,9 @@ extern "C" {
 #endif /* __cplusplus */
 
 #if !GLIB_CHECK_VERSION(2, 68, 0)
+
+#include <string.h>
+
 static inline gpointer
 g_memdup2(gconstpointer mem, gsize byte_size)
 {

Reply via email to