[python-ssh] Update to 0.7.14

Silas Sewell silas at fedoraproject.org
Fri May 18 00:33:53 UTC 2012


commit 8deca476aa45dccb06317f6fa204f8753860e2f1
Author: Silas Sewell <silas at sewell.org>
Date:   Thu May 17 20:32:10 2012 -0400

    Update to 0.7.14

 python-ssh.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-ssh.spec b/python-ssh.spec
index bb1e4de..f78886d 100644
--- a/python-ssh.spec
+++ b/python-ssh.spec
@@ -5,8 +5,8 @@
 %endif
 
 Name:           python-%{realname}
-Version:        1.7.13
-Release:        2%{?dist}
+Version:        1.7.14
+Release:        1%{?dist}
 Summary:        A Python SSH2 library
 
 Group:          Development/Languages
@@ -88,18 +88,21 @@ popd
 %{__python} test.py --verbose
 
 %files
-%doc LICENSE README
+%doc LICENSE
 %{python_sitelib}/%{realname}
 %{python_sitelib}/%{realname}*%{version}*.egg-info
 
 %if 0%{?with_python3}
 %files -n python3-%{realname}
-%doc LICENSE README
+%doc LICENSE
 %{python_sitelib3}/%{realname}
 %{python_sitelib3}/%{realname}*%{version}*.egg-info
 %endif # with_python3
 
 %changelog
+* Thu May 17 2012 Silas Sewell <silas at sewell.org> - 1.7.14-1
+- Update to 0.7.14
+
 * Sat Mar 03 2012 Silas Sewell <silas at sewell.org> - 1.7.13-2
 - Add check section and python3 (disabled)
 


More information about the scm-commits mailing list