This commit is contained in:
Jeffrey C. Ollie 2011-03-28 08:49:08 -05:00
parent d49f211e7c
commit 7806d2395d
3 changed files with 16 additions and 3 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@ dnspython-1.8.0.tar.gz.asc
/dnspython-1.9.2.tar.gz.asc
/dnspython-1.9.3.tar.gz
/dnspython-1.9.3.tar.gz.asc
/dnspython-1.9.4.tar.gz
/dnspython-1.9.4.tar.gz.asc

View File

@ -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.3
Version: 1.9.4
Release: 1%{?dist}
Summary: DNS toolkit for Python
@ -65,6 +65,17 @@ rm -rf %{buildroot}
%{python_sitelib}/dns
%changelog
* Mon Mar 28 2011 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.9.4-1
-
- dnspython 1.9.4 has been released and is available at
- http://www.dnspython.org/kits/1.9.4/
-
- There is no new functionality in this release; just a few bug fixes
- in RRSIG and SIG code.
-
- I will be eliminating legacy code for earlier versions of DNSSEC in a
- future release of dnspython.
* Fri Mar 25 2011 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.9.3-1
-
- New since 1.9.2:

View File

@ -1,2 +1,2 @@
93e37366efb5bf5f5fae80ab3e840340 dnspython-1.9.3.tar.gz
35548866a0090e153e8c715ef7ae60f5 dnspython-1.9.3.tar.gz.asc
8a89b7865251c4e9d8ec2f8cc9f8cd78 dnspython-1.9.4.tar.gz
413d7fc295c6bf03f872938731919c95 dnspython-1.9.4.tar.gz.asc