[pcapy] 0.10.8

Jon Ciesla limb at fedoraproject.org
Wed Jan 23 14:55:06 UTC 2013


commit 11d189f008a03bb06e3151e8633ab9e69aaa73b1
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Jan 23 08:52:25 2013 -0600

    0.10.8

 .gitignore |    1 +
 pcapy.spec |   14 ++++++++++----
 sources    |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c860be..25c4560 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pcapy-0.10.5.tar.gz
+/pcapy-0.10.8.tar.gz
diff --git a/pcapy.spec b/pcapy.spec
index 5612d2f..76a8ef7 100644
--- a/pcapy.spec
+++ b/pcapy.spec
@@ -1,13 +1,13 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name: pcapy
-Version: 0.10.5
-Release: 11%{?dist}
+Version: 0.10.8
+Release: 1%{?dist}
 Summary: A Python interface to libpcap
 
 Group: Development/Languages
 License: ASL 1.1
 URL: http://oss.coresecurity.com/projects/pcapy.html
-Source0: http://oss.coresecurity.com/repo/pcapy-0.10.5.tar.gz
+Source0: http://oss.coresecurity.com/repo/pcapy-0.10.8.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
 BuildRequires: python-devel, libpcap-devel
 
@@ -38,16 +38,22 @@ rm -rf %{buildroot}
 
 rm -rf $RPM_BUILD_ROOT/usr/share/doc/pcapy
 
+mv $RPM_BUILD_ROOT%{_bindir}/96pings.pcap .
+mv $RPM_BUILD_ROOT%{_bindir}/pcapytests.py .
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README pcapy.html
+%doc LICENSE README pcapy.html 96pings.pcap pcapytests.py
 %attr(0755,root,root) %{python_sitearch}/*
 
 %changelog
+* Wed Jan 23 2013 Jon Ciesla <limburgher at gmail.com> - 0.10.8-1
+- Latest upstream, BZ 901992.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.5-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 0ac0de6..42ffd2b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1dcff6af494f3d6763f457aa86aa0853  pcapy-0.10.5.tar.gz
+f975fa8f0f6b51cf607649d28e2ccb5a  pcapy-0.10.8.tar.gz


More information about the scm-commits mailing list