From 3cd88708ba09951c5eaad0c0e5b4830453a86599 Mon Sep 17 00:00:00 2001 From: Sven Lankes Date: Sun, 22 Jul 2012 14:12:53 +0200 Subject: [PATCH] Update to Scapy 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixes rhbz #788659 - thanks to ThiƩbaud Weksteen --- .gitignore | 1 + scapy.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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