[python26-paramiko: 25/33] - v1.7.6 (Fanny) 1nov09 - --------------------- - * fixed bugs 411099 (sftp chdir isn't unicode-safe

Andy Grimm arg at fedoraproject.org
Thu Jul 7 00:42:14 UTC 2011


commit 924db7fb291d06515b6ab7fcd4cddc52f20e6099
Author: Jeffrey C. Ollie <jcollie at fedoraproject.org>
Date:   Mon Nov 2 13:12:38 2009 +0000

    - v1.7.6 (Fanny) 1nov09
    - ---------------------
    - * fixed bugs 411099 (sftp chdir isn't unicode-safe), 363163 & 411910
        (more
    - IPv6 problems on windows), 413850 (race when server closes the channel),
    - 426925 (support port numbers in host keys)

 .cvsignore                  |    2 +-
 paramiko-channel-race.patch |  103 -------------------------------------------
 python-paramiko.spec        |   13 ++++--
 sources                     |    2 +-
 4 files changed, 11 insertions(+), 109 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 3a90760..e35dacc 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-paramiko-1.7.5.tar.gz
+paramiko-1.7.6.tar.gz
diff --git a/python-paramiko.spec b/python-paramiko.spec
index 774f53e..edef68b 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -3,8 +3,8 @@
 %define srcname paramiko
 
 Name:           python-paramiko
-Version:        1.7.5
-Release:        2%{?dist}
+Version:        1.7.6
+Release:        1%{?dist}
 Summary:        A SSH2 protocol library for python
 
 Group:          Development/Libraries
@@ -12,7 +12,6 @@ Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://www.lag.net/paramiko/
 Source0:        http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz
-Patch0: 	paramiko-channel-race.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -37,7 +36,6 @@ encrypted tunnel. (This is how sftp works, for example.)
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p0 -b .race
 %{__chmod} a-x demos/*
 %{__sed} -i -e '/^#!/,1d' demos/* paramiko/rng*
 
@@ -57,6 +55,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Mon Nov  2 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.6-1
+- v1.7.6 (Fanny) 1nov09
+- ---------------------
+-  * fixed bugs 411099 (sftp chdir isn't unicode-safe), 363163 & 411910 (more
+-    IPv6 problems on windows), 413850 (race when server closes the channel),
+-    426925 (support port numbers in host keys)
+
 * Tue Oct 13 2009 Jeremy Katz <katzj at fedoraproject.org> - 1.7.5-2
 - Fix race condition (#526341)
 
diff --git a/sources b/sources
index 002a1b1..e127415 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7eac2199bea086cc22966eb223c64e7f  paramiko-1.7.5.tar.gz
+fa144ab46f1dc639b05ab948c30efac4  paramiko-1.7.6.tar.gz


More information about the scm-commits mailing list