From ce39d4abaf08df0755ad01c4571c21738a159668 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Dec 09 2007 04:54:33 +0000 Subject: Update to 1.6.0 --- diff --git a/.cvsignore b/.cvsignore index 9264e57..7ba8dce 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dnspython-1.5.0.tar.gz +dnspython-1.6.0.tar.gz diff --git a/python-dns.spec b/python-dns.spec index e019a62..c8813e0 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-dns -Version: 1.5.0 -Release: 2%{?dist} +Version: 1.6.0 +Release: 1%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -64,6 +64,9 @@ rm -rf %{buildroot} %{python_sitelib}/dns %changelog +* Sat Dec 4 2007 Jeffrey C. Ollie - 1.6.0-1 +- Update to 1.6.0 + * Tue Oct 9 2007 Jeffrey C. Ollie - 1.5.0-2 - Follow new Python egg packaging specs diff --git a/sources b/sources index 9ccc812..6fce215 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b9bfb32988d03e49cdf8b3de7c7e6df dnspython-1.5.0.tar.gz +15b8eed42689bd719ec1878a584787ea dnspython-1.6.0.tar.gz