rpms/python-dns/EL-6 .cvsignore, 1.6, 1.7 python-dns.spec, 1.12, 1.13 sources, 1.6, 1.7

Matt Domsch mdomsch at fedoraproject.org
Wed Jul 7 19:38:19 UTC 2010


Author: mdomsch

Update of /cvs/extras/rpms/python-dns/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25591

Modified Files:
	.cvsignore python-dns.spec sources 
Log Message:
update to match devel


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-dns/EL-6/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	19 Jun 2009 15:37:07 -0000	1.6
+++ .cvsignore	7 Jul 2010 19:38:18 -0000	1.7
@@ -1 +1,2 @@
-dnspython-1.7.1.tar.gz
+dnspython-1.8.0.tar.gz
+dnspython-1.8.0.tar.gz.asc


Index: python-dns.spec
===================================================================
RCS file: /cvs/extras/rpms/python-dns/EL-6/python-dns.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- python-dns.spec	26 Jul 2009 20:18:59 -0000	1.12
+++ python-dns.spec	7 Jul 2010 19:38:18 -0000	1.13
@@ -1,14 +1,15 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-dns
-Version:        1.7.1
-Release:        2%{?dist}
+Version:        1.8.0
+Release:        1.1%{?dist}
 Summary:        DNS toolkit for Python
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://www.dnspython.org/
 Source0:        http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz
+Source1:        http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz.asc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -64,6 +65,42 @@ rm -rf %{buildroot}
 %{python_sitelib}/dns
 
 %changelog
+* Wed Jan 27 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.8.0-1.1
+- Fix error
+
+* Wed Jan 27 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.8.0-1
+- New since 1.7.1:
+- 
+-  Support for hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384 and
+-  hmac-sha512 has been contributed by Kevin Chen.
+- 
+-  The tokenizer's tokens are now Token objects instead of (type,
+-  value) tuples.
+- 
+- Bugs fixed since 1.7.1:
+- 
+-  Escapes in masterfiles now work correctly.  Previously they were
+-  only working correctly when the text involved was part of a domain
+-  name.
+- 
+-  When constructing a DDNS update, if the present() method was used
+-  with a single rdata, a zero TTL was not added.
+- 
+-  The entropy pool needed locking to be thread safe.
+- 
+-  The entropy pool's reading of /dev/random could cause dnspython to
+-  block.
+- 
+-  The entropy pool did buffered reads, potentially consuming more
+-  randomness than we needed.
+- 
+-  The entropy pool did not seed with high quality randomness on
+-  Windows.
+- 
+-  SRV records were compared incorrectly.
+- 
+-  In the e164 query function, the resolver parameter was not used.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-dns/EL-6/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	19 Jun 2009 15:37:07 -0000	1.6
+++ sources	7 Jul 2010 19:38:19 -0000	1.7
@@ -1 +1,2 @@
-870f52ca78b4f37ac7a4e718d337334c  dnspython-1.7.1.tar.gz
+77f379e0cb21e11470a35359e6211c53  dnspython-1.8.0.tar.gz
+7234413d2cddf2ab1eb54bcf82e4f8bd  dnspython-1.8.0.tar.gz.asc



More information about the scm-commits mailing list