Update to Scapy 2.2.0

- Fixes rhbz #788659 - thanks to Thiébaud Weksteen
This commit is contained in:
Sven Lankes 2012-07-22 14:12:53 +02:00
parent dac08566ba
commit 3cd88708ba
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
scapy-2.0.0.10.tar.gz
/scapy-2.2.0.tar.gz

View File

@ -1,8 +1,8 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: scapy
Version: 2.0.0.10
Release: 7%{?dist}
Version: 2.2.0
Release: 1%{?dist}
Summary: Interactive packet manipulation tool and network scanner
Group: Applications/Internet
@ -48,6 +48,10 @@ requests and replies, and much more.
%{python_sitelib}/scapy-*.egg-info
%changelog
* Sun Jul 22 2012 Sven Lankes <sven@lank.es> - 2.2.0-1
- Update to Scapy 2.2.0
- Fixes rhbz #788659 - thanks to Thiébaud Weksteen
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0.10-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
41834e40e531b1b51911e34dafb6049e scapy-2.0.0.10.tar.gz
406990bd8da1f4958b354b4b6fc4b3eb scapy-2.2.0.tar.gz