upgrade to 1.2.6

This commit is contained in:
Radek Vokál 2010-01-29 13:45:08 +00:00
parent 85c18be339
commit 94574385b7
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
wireshark-1.2.5.tar.bz2
wireshark-1.2.6.tar.bz2

View File

@ -1 +1 @@
38010265a76f25553498304dcf15a92c wireshark-1.2.5.tar.bz2
f3e0917ed393366bbf96c53b58cb0931 wireshark-1.2.6.tar.bz2

View File

@ -11,11 +11,11 @@
Summary: Network traffic analyzer
Name: wireshark
Version: 1.2.5
Version: 1.2.6
%if %{svn_version}
Release: 0.%{svn_version}%{?dist}
%else
Release: 5%{?dist}
Release: 1%{?dist}
%endif
License: GPL+
Group: Applications/Internet
@ -319,6 +319,10 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/idl2wrs
%changelog
* Fri Jan 29 2010 Radek Vokal <rvokal@redhat.com> - 1.2.6-1
- upgrade to 1.2.6
- see http://www.wireshark.org/docs/relnotes/wireshark-1.2.6.html
* Wed Jan 20 2010 Radek Vokal <rvokal@redhat.com> - 1.2.5-5
- minor spec file tweaks for better svn checkout support (#553500)