upgrade to 1.4.1

Resolves: #643610
This commit is contained in:
Jan Safranek 2010-10-22 10:52:59 +02:00
parent b1a79cf272
commit b28611b633
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
wireshark-1.2.9.tar.bz2
wireshark-1.2.10.tar.bz2
/wireshark-1.4.0.tar.bz2
/wireshark-1.4.1.tar.bz2

View File

@ -1 +1 @@
13b188baea23cdad40b7a55921384a77 wireshark-1.4.0.tar.bz2
1719d20a10990e7c2cb261df7021aab6 wireshark-1.4.1.tar.bz2

View File

@ -12,11 +12,11 @@
Summary: Network traffic analyzer
Name: wireshark
Version: 1.4.0
Version: 1.4.1
%if %{svn_version}
Release: 0.%{svn_version}%{?dist}
%else
Release: 3%{?dist}
Release: 1%{?dist}
%endif
License: GPL+
Group: Applications/Internet
@ -291,6 +291,10 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/idl2wrs
%changelog
* Fri Oct 22 2010 Jan Safranek <jsafrane@redhat.com> - 1.4.1-1
- upgrade to 1.4.1
- see http://www.wireshark.org/docs/relnotes/wireshark-1.4.1.html
* Wed Sep 29 2010 jkeating - 1.4.0-2
- Rebuilt for gcc bug 634757