[python3-py3dns] Update comments from review.

Ralph Bean ralph at fedoraproject.org
Tue Sep 24 12:38:49 UTC 2013


commit c114d824177f3692c2c6d336f9b01532fb4c65c9
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Sep 24 08:38:31 2013 -0400

    Update comments from review.

 python3-py3dns.spec |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/python3-py3dns.spec b/python3-py3dns.spec
index bab0cb7..99a2863 100644
--- a/python3-py3dns.spec
+++ b/python3-py3dns.spec
@@ -3,12 +3,12 @@
 
 Name:               python3-py3dns
 Version:            3.0.4
-Release:            1%{?dist}
+Release:            2%{?dist}
 Summary:            Python3 DNS library
 
 Group:              Development/Libraries
 License:            Python
-URL:                http://pypi.python.org/pypi/py3dns
+URL:                https://launchpad.net/py3dns/
 Source0:            http://pypi.python.org/packages/source/p/%{distname}/%{distname}-%{version}.tar.gz
 
 # At buildtime, py3dns tries to read in /etc/resolv.conf and crashes if it
@@ -21,7 +21,10 @@ BuildArch:          noarch
 BuildRequires:      python3-devel
 
 %description
-Python3 DNS library
+This Python 3 module provides a DNS API for looking up DNS entries from
+within Python 3 modules and applications. This module is a simple,
+lightweight implementation.
+
 
 %prep
 %setup -q -n %{distname}-%{version}
@@ -62,5 +65,8 @@ done
 %{python3_sitelib}/%{distname}-%{version}*
 
 %changelog
+* Tue Sep 24 2013 Ralph Bean <rbean at redhat.com> - 3.0.4-2
+- Update with comments from review.
+
 * Mon Sep 23 2013 Ralph Bean <rbean at redhat.com> - 3.0.4-1
 - Initial package for Fedora


More information about the scm-commits mailing list