diff --git a/.gitignore b/.gitignore index 47c500d..725d742 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ scapy-2.0.0.10.tar.gz +/scapy-2.2.0.tar.gz diff --git a/scapy.spec b/scapy.spec index 5f183c1..c426f77 100644 --- a/scapy.spec +++ b/scapy.spec @@ -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 - 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 - 2.0.0.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 9449f8a..e4604d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41834e40e531b1b51911e34dafb6049e scapy-2.0.0.10.tar.gz +406990bd8da1f4958b354b4b6fc4b3eb scapy-2.2.0.tar.gz