diff --git a/.gitignore b/.gitignore index 5f7f296..60436d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /wireshark-*.tar.bz2 /wireshark-*.tar.xz +/SIGNATURES-*.txt diff --git a/sources b/sources index 10167f2..bb211e7 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (wireshark-2.4.0rc2.tar.xz) = 2df36aa6465256d63d95e69137a9e8bb828940c629dacec5afc4f9ceab158bd023d006bf5c44a50e7f6d1d94d704a7c5f7ecf4bf5d34ddfcb9af9ca1abd7887d +SHA512 (wireshark-2.4.0.tar.xz) = 1bac69c6582c05db05cf9fbe818baa62308e531ee3c304bcf0fe7a81aa84c41dc647ebd221f9b98d823557180097b6c239b05841ddc7ca7ede47ee2936715ab9 +SHA512 (SIGNATURES-2.4.0.txt) = db2139dad73ac8ed83fa097e5ce17bac1bd14b302c338b3c1c49dc401ba39eb17fee2d34ae350ae1bbdf7311f66a9b814028c5425e309be9b128b89995c81af8 diff --git a/wireshark.spec b/wireshark.spec index 0ddb4ed..8db0288 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -4,14 +4,15 @@ Summary: Network traffic analyzer Name: wireshark -Version: 2.4.0rc2 +Version: 2.4.0 Release: 1%{?dist} License: GPL+ Group: Applications/Internet Url: http://www.wireshark.org/ Source0: https://wireshark.org/download/src/%{name}-%{version}.tar.xz -Source1: 90-wireshark-usbmon.rules +Source1: https://www.wireshark.org/download/src/all-versions/SIGNATURES-%{version}.txt +Source2: 90-wireshark-usbmon.rules Requires: %{name}-cli = %{version}-%{release} # Fedora-specific @@ -233,7 +234,7 @@ install -m 644 epan/wmem/*.h "${IDIR}/epan/wmem" install -m 644 wiretap/*.h "${IDIR}/wiretap" install -m 644 wsutil/*.h "${IDIR}/wsutil" install -m 644 ws_diag_control.h "${IDIR}/" -install -m 644 %{SOURCE1} %{buildroot}%{_udevrulesdir} +install -m 644 %{SOURCE2} %{buildroot}%{_udevrulesdir} # Change the program name for 'alternatives' mv %{buildroot}%{_bindir}/wireshark %{buildroot}%{_bindir}/wireshark-qt @@ -392,6 +393,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Jul 20 2017 Martin Sehnoutka - 2.4.0-2 +- New upstream version 2.4.0 + * Thu Jun 29 2017 Martin Sehnoutka - 2.4.0rc2-1 - New upstream version