Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wireshark for openSUSE:Factory checked in at 2025-02-06 22:02:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wireshark (Old) and /work/SRC/openSUSE:Factory/.wireshark.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wireshark" Thu Feb 6 22:02:03 2025 rev:231 rq:1243433 version:4.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes 2025-01-29 16:10:12.971061372 +0100 +++ /work/SRC/openSUSE:Factory/.wireshark.new.2316/wireshark.changes 2025-02-06 22:02:07.837989838 +0100 @@ -1,0 +2,5 @@ +Tue Feb 4 10:46:24 UTC 2025 - ecsos <ec...@opensuse.org> + +- Fix build error for Leap. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wireshark.spec ++++++ --- /var/tmp/diff_new_pack.cXcQnc/_old 2025-02-06 22:02:09.186045176 +0100 +++ /var/tmp/diff_new_pack.cXcQnc/_new 2025-02-06 22:02:09.186045176 +0100 @@ -42,6 +42,13 @@ # PATCH-FEATURE-SLE wireshark-0010-dumpcap-permission-denied.patch bsc#1180102 Patch10: wireshark-0010-dumpcap-permission-denied.patch BuildRequires: %{rb_default_ruby_suffix}-rubygem-asciidoctor +%if 0%{?suse_version} < 1600 +BuildRequires: gcc13 +BuildRequires: gcc13-c++ +%else +BuildRequires: gcc +BuildRequires: gcc-c++ +%endif BuildRequires: bison BuildRequires: flex BuildRequires: glib2-devel >= 2.32 @@ -177,6 +184,10 @@ %autosetup -p1 %build +%if 0%{?suse_version} < 1600 +export CC=gcc-13 +export CXX=g++-13 +%endif %if %{with qt5} %cmake -DCMAKE_INSTALL_LIBDIR='%{_lib}/' -DUSE_qt6=OFF %else