diff --git a/.gitignore b/.gitignore index 41c36b8..41ac7bb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ dnspython-1.8.0.tar.gz dnspython-1.8.0.tar.gz.asc /dnspython-1.9.1.tar.gz /dnspython-1.9.1.tar.gz.asc +/dnspython-1.9.2.tar.gz +/dnspython-1.9.2.tar.gz.asc diff --git a/python-dns.spec b/python-dns.spec index 9693e9f..db6dedf 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-dns -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} Summary: DNS toolkit for Python @@ -65,6 +65,15 @@ rm -rf %{buildroot} %{python_sitelib}/dns %changelog +* Tue Nov 23 2010 Jeffrey C. Ollie - 1.9.2-1 +- It's brown paper bag time :) The fix for the import problems was +- actually bad, but didn't show up in testing because the test suite's +- conditional importing code hid the problem. +- +- Any, 1.9.2 is out. +- +- Sorry for the churn! + * Mon Nov 22 2010 Jeffrey C. Ollie - 1.9.1-1 - New since 1.9.0: - diff --git a/sources b/sources index 95de856..5047785 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -d11f8618b08a9fdc94413cbf034dc5c1 dnspython-1.9.1.tar.gz -9f532a9dbfb7fff7f73d28ceceb3b255 dnspython-1.9.1.tar.gz.asc +26426043e619d34b47c7c30dc0a02f1c dnspython-1.9.2.tar.gz +589f4e0e3221190b2c67b1ef3e1e235f dnspython-1.9.2.tar.gz.asc