[scapy] Update to Scapy 2.2.0

Sven Lankes slankes at fedoraproject.org
Sun Jul 22 12:12:39 UTC 2012


commit 3cd88708ba09951c5eaad0c0e5b4830453a86599
Author: Sven Lankes <sven at lank.es>
Date:   Sun Jul 22 14:12:53 2012 +0200

    Update to Scapy 2.2.0
    
    - 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 <sven at 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 at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list