diff --git a/.gitignore b/.gitignore index e9a6f66..7e86eee 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ wireshark-1.2.10.tar.bz2 /wireshark-1.10.8.tar.bz2 /wireshark-1.10.9.tar.bz2 /wireshark-1.12.0.tar.bz2 +/wireshark-1.12.1.tar.bz2 diff --git a/sources b/sources index 6881c00..625a6bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8dcfe451d8769901129809d2e19c1fb7 wireshark-1.12.0.tar.bz2 +14b3e3d8979d1eb27ff085bb5f400e67 wireshark-1.12.1.tar.bz2 diff --git a/wireshark.spec b/wireshark.spec index dd34982..acad8ec 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -20,8 +20,8 @@ Summary: Network traffic analyzer Name: wireshark -Version: 1.12.0 -Release: 5%{?dist} +Version: 1.12.1 +Release: 1%{?dist} License: GPL+ Group: Applications/Internet Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2 @@ -370,6 +370,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %{_datadir}/aclocal/* %changelog +* Mon Sep 22 2014 Peter Hatina - 1.12.1-1 +- Ver. 1.12.1 + * Tue Sep 09 2014 Peter Lemenkov - 1.12.0-5 - Install epan/wmem/*.h files. See rhbz #1129419