diff --git a/wireshark-0006-Move-tmp-to-var-tmp.patch b/wireshark-0006-Move-tmp-to-var-tmp.patch index f965173..faf34b5 100644 --- a/wireshark-0006-Move-tmp-to-var-tmp.patch +++ b/wireshark-0006-Move-tmp-to-var-tmp.patch @@ -97,8 +97,8 @@ index 5d82e46..8008984 100644 #include +#include /* for get_tmp_dir() */ - #include #include + #include @@ -331,10 +332,10 @@ RtpAnalysisDialog::RtpAnalysisDialog(QWidget &parent, CaptureFile &cf, struct _r // We keep our temp files open for the lifetime of the dialog. The GTK+ diff --git a/wireshark.spec b/wireshark.spec index 77c8c84..2d168c0 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -5,8 +5,8 @@ Summary: Network traffic analyzer Name: wireshark -Version: 2.6.0 -Release: 2%{?dist} +Version: 2.6.1 +Release: 1%{?dist} Epoch: 1 License: GPL+ Url: http://www.wireshark.org/ @@ -264,6 +264,9 @@ getent group usbmon >/dev/null || groupadd -r usbmon %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu May 24 2018 Michal Ruprich - 1:2.6.1-1 +- New version 2.6.1 + * Tue May 15 2018 Michal Ruprich - 1:2.6.0-2 - Added Obsoletes for wireshark-qt and wireshark-gtk