diff --git a/.gitignore b/.gitignore index 8188019..2e3e873 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ wireshark-1.2.10.tar.bz2 /wireshark-1.8.0.tar.bz2 /wireshark-1.8.1.tar.bz2 /wireshark-1.8.2.tar.bz2 +/wireshark-1.8.3.tar.bz2 diff --git a/sources b/sources index e940acd..a4fb033 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e3ea7eed50dace479e12f49d24506f4 wireshark-1.8.2.tar.bz2 +898b4c60e32efcd77ecf875a6ad07a92 wireshark-1.8.3.tar.bz2 diff --git a/wireshark.spec b/wireshark.spec index 0ed0327..4ab518a 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -20,8 +20,8 @@ Summary: Network traffic analyzer Name: wireshark -Version: 1.8.2 -Release: 3%{?dist} +Version: 1.8.3 +Release: 1%{?dist} License: GPL+ Group: Applications/Internet Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2 @@ -362,6 +362,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/aclocal/* %changelog +* Thu Oct 11 2012 Peter Hatina - 1.8.3-1 +- upgrade to 1.8.3 +- see http://www.wireshark.org/docs/relnotes/wireshark-1.8.3.html + * Tue Sep 4 2012 Jan Safranek - 1.8.2-3 - added back compatibility with RHEL6 - GeoIP build dependency made also conditional on with_GeoIP variable