Update to 1.5.0

This commit is contained in:
Jeffrey C. Ollie 2007-01-11 16:35:56 +00:00
parent e064bf2f46
commit 935edb4d2a
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
dnspython-1.4.0.tar.gz
dnspython-1.5.0.tar.gz

View File

@ -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 <jeff@ocjtech.us> - 1.5.0-1
- Update to 1.5.0
* Fri Dec 8 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.0-3
- Bump release for rebuild with Python 2.5
* Mon Aug 14 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.0-2
- No longer ghost *.pyo files, thus further simplifying the files section.

View File

@ -1 +1 @@
7f7e58379235b2b626620a7bda810270 dnspython-1.4.0.tar.gz
8b9bfb32988d03e49cdf8b3de7c7e6df dnspython-1.5.0.tar.gz