Update to 1.4.0.

This commit is contained in:
Jeffrey C. Ollie 2006-08-06 04:05:37 +00:00
parent 30f569118b
commit 24f77f9791
3 changed files with 8 additions and 5 deletions

View File

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

View File

@ -1,8 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-dns
Version: 1.3.5
Version: 1.4.0
Release: 1%{?dist}
Summary: DNS toolkit for Python
@ -14,7 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel
Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
%description
dnspython is a DNS toolkit for Python. It supports almost all record
@ -79,6 +77,11 @@ rm -rf %{buildroot}
%ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo
%changelog
* Sat Aug 5 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.0-1
- Update to 1.4.0
- Remove unneeded python-abi requires
- Remove unneeded python_sitearch macro
* Fri May 26 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.3.5-1
- First version for Fedora Extras

View File

@ -1 +1 @@
d086b05b70f7ab1b6308f29f2427623b dnspython-1.3.5.tar.gz
7f7e58379235b2b626620a7bda810270 dnspython-1.4.0.tar.gz