diff --git a/.cvsignore b/.cvsignore index 6faa08d..2e5c05a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dnspython-1.3.5.tar.gz +dnspython-1.4.0.tar.gz diff --git a/python-dns.spec b/python-dns.spec index 996afff..22b9838 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -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 - 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 - 1.3.5-1 - First version for Fedora Extras diff --git a/sources b/sources index 272bf80..2619f31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d086b05b70f7ab1b6308f29f2427623b dnspython-1.3.5.tar.gz +7f7e58379235b2b626620a7bda810270 dnspython-1.4.0.tar.gz