diff --git a/.cvsignore b/.cvsignore index e517818..8d9cec8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wireshark-1.1.4-SVN-28436.tar.gz +wireshark-1.2.0.tar.bz2 diff --git a/sources b/sources index 59d3863..90942ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba5f95fe30b2df58587cffca8ece13e8 wireshark-1.1.4-SVN-28436.tar.gz +d3f799e0ae7953cd3426d9e0b6e2708d wireshark-1.2.0.tar.bz2 diff --git a/wireshark.spec b/wireshark.spec index e5be59d..28bcc59 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -1,19 +1,19 @@ %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") #define to 0 for final version -%define svn_version 28436 +%define svn_version 0 %define with_adns 0 %define with_portaudio 1 Summary: Network traffic analyzer Name: wireshark -Version: 1.1.4 +Version: 1.2.0 Release: 1%{?dist} License: GPL+ Group: Applications/Internet %if %{svn_version} Source0: http://wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz %else -Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.gz +Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2 %endif Source1: wireshark.pam Source2: wireshark.console @@ -210,6 +210,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 16 2009 Radek Vokal - 1.2.0 +- upgrade to 1.2.0 +- http://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html + * Fri May 22 2009 Radek Vokal - 1.1.4-0.pre1 - update to latest development build