[pyftpdlib] Update to 0.6.0

Silas Sewell silas at fedoraproject.org
Mon Jul 25 00:16:07 UTC 2011


commit e1598dbfae3ab092347c3cdf01794f18d1cdd541
Author: Silas Sewell <silas at sewell.ch>
Date:   Sun Jul 24 20:15:44 2011 -0400

    Update to 0.6.0

 .gitignore     |    1 +
 pyftpdlib.spec |    7 +++++--
 sources        |    1 +
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac37c08..c43152d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pyftpdlib-0.5.2.tar.gz
+/pyftpdlib-0.6.0.tar.gz
diff --git a/pyftpdlib.spec b/pyftpdlib.spec
index 158d6a4..332cfc1 100644
--- a/pyftpdlib.spec
+++ b/pyftpdlib.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pyftpdlib
-Version:        0.5.2
-Release:        3%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        Python FTP server library
 
 Group:          Development/Languages
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/pyftpdlib-%{version}-*.egg-info
 
 %changelog
+* Sun Jul 24 2011 Silas Sewell <silas at sewell.org> - 0.6.0-1
+- Update to 0.6.0
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 6ef8408..5ed1dbf 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 7da8e0e4abb13c6c30714ef53bd57226  pyftpdlib-0.5.2.tar.gz
+51f76e01b1514b35c0c25d98e28fec87  pyftpdlib-0.6.0.tar.gz


More information about the scm-commits mailing list