From 935edb4d2a2059651b10264b20ba2b9ac4d149dd Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 11 Jan 2007 16:35:56 +0000 Subject: [PATCH] Update to 1.5.0 --- .cvsignore | 2 +- python-dns.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2e5c05a..9264e57 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dnspython-1.4.0.tar.gz +dnspython-1.5.0.tar.gz diff --git a/python-dns.spec b/python-dns.spec index beb9419..a46419a 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.4.0 -Release: 2%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -59,6 +59,12 @@ rm -rf %{buildroot} %{python_sitelib}/dns %changelog +* Thu Jan 11 2007 Jeffrey C. Ollie - 1.5.0-1 +- Update to 1.5.0 + +* Fri Dec 8 2006 Jeffrey C. Ollie - 1.4.0-3 +- Bump release for rebuild with Python 2.5 + * Mon Aug 14 2006 Jeffrey C. Ollie - 1.4.0-2 - No longer ghost *.pyo files, thus further simplifying the files section. diff --git a/sources b/sources index 2619f31..9ccc812 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f7e58379235b2b626620a7bda810270 dnspython-1.4.0.tar.gz +8b9bfb32988d03e49cdf8b3de7c7e6df dnspython-1.5.0.tar.gz