[python26-paramiko: 5/33] update to new upstream version 1.6

Andy Grimm arg at fedoraproject.org
Thu Jul 7 00:40:33 UTC 2011


commit 8c334ede1bc29645bd31edf2b86da218361cccda
Author: Shahms King <shahms at fedoraproject.org>
Date:   Fri Jun 2 16:26:02 2006 +0000

    update to new upstream version 1.6

 .cvsignore           |    2 +-
 python-paramiko.spec |   13 ++++++++++---
 sources              |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 54d81c4..78e9d53 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-paramiko-1.5.4.zip
+paramiko-1.6.zip
diff --git a/python-paramiko.spec b/python-paramiko.spec
index 87e321c..dfd0f59 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -4,8 +4,8 @@
 %define srcname paramiko
 
 Name:           python-paramiko
-Version:        1.5.4
-Release:        2%{?dist}
+Version:        1.6
+Release:        1%{?dist}
 Summary:        A SSH2 protocol library for python
 
 Group:          Development/Libraries
@@ -50,10 +50,17 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc LICENSE PKG-INFO README docs/
-%{python_sitelib}/paramiko
 %{python_sitelib}/paramiko-%{version}-py%{pyver}.egg-info
+%dir %{python_sitelib}/paramiko
+%{python_sitelib}/paramiko/*.py
+%{python_sitelib}/paramiko/*.pyc
+%ghost %{python_sitelib}/paramiko/*.pyo
 
 %changelog
+* Fri Jun 02 2006 Shahms E. King <shahms at shahms.com> 1.6-1
+- Update to new upstream version
+- ghost the .pyo files
+
 * Fri May 05 2006 Shahms E. King <shahms at shahms.com> 1.5.4-2
 - Fix source line and rebuild
 
diff --git a/sources b/sources
index 5f4587f..bbfa900 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a580fab7d295e7c731d0c270465d9560  paramiko-1.5.4.zip
+07c69af81962243907133ed02741b0c6  paramiko-1.6.zip


More information about the scm-commits mailing list