diff --git a/dpkt-1.7.tar.gz b/dpkt-1.7.tar.gz deleted file mode 100644 index 8a6a68c..0000000 --- a/dpkt-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:185277cd37ce1d65a95d7a8b8652bf33725645ea7ca0086baf3fe643506abe72 -size 66396 diff --git a/dpkt-1.8.tar.gz b/dpkt-1.8.tar.gz new file mode 100644 index 0000000..b9a1588 --- /dev/null +++ b/dpkt-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56de2f9dc2f4654a356de0f0d458bb7b1c86c374988e8b4f358556f7dbe0507 +size 76311 diff --git a/python-dpkt.changes b/python-dpkt.changes index 1479fdf..47b1807 100644 --- a/python-dpkt.changes +++ b/python-dpkt.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Aug 26 15:05:21 UTC 2013 - Greg.Freemyer@gmail.com + +- Update to version 1.8: + * fix a typo in vrrp.py + * fix IPv4 and IPv6 packet to correctly handle zero payload length + * store cipher_suite as int in TLSServerHello to allow app-specific messages + * improve SSL parsing +- Specfile changes + * Update license field to BSD-3-clause + * Update URL + * remove make doc. Doc is no longer provided other than the source code. + * wrap site macros with a if for older versions of opensuse only + ------------------------------------------------------------------- Wed Jun 1 10:58:12 UTC 2011 - saschpe@suse.de diff --git a/python-dpkt.spec b/python-dpkt.spec index 6304bfa..158bd95 100644 --- a/python-dpkt.spec +++ b/python-dpkt.spec @@ -16,13 +16,13 @@ # Name: python-dpkt -Version: 1.7 +Version: 1.8 Release: 0 Summary: Fast, simple packet creation and parsing -URL: http://monkey.org/~dugsong/dpkt/ -License: Other License(s), see package +URL: http://code.google.com/p/dpkt/ +License: BSD-3-Clause Group: Development/Libraries/Python -Source: dpkt-%{version}.tar.gz +Source: http://dpkt.googlecode.com/files/dpkt-1.8.tar.gz BuildRoot: %{_tmppath}/%{name}-buildroot BuildRequires: python-devel BuildRequires: python-xml @@ -33,8 +33,10 @@ BuildRequires: epydoc BuildArch: noarch %endif %endif +%if 0%{?suse_version} < 1120 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%endif %description Fast, simple packet creation / parsing, with definitions for the basic TCP/IP @@ -46,7 +48,6 @@ protocols. %build export CFLAGS="%{optflags}" python setup.py build -make doc %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -56,7 +57,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc doc examples AUTHORS CHANGES HACKING LICENSE README +%doc examples AUTHORS CHANGES HACKING LICENSE README %{python_sitelib}/* %changelog