rpms/python-paramiko/devel .cvsignore, 1.12, 1.13 python-paramiko.spec, 1.21, 1.22 sources, 1.12, 1.13 paramiko-channel-race.patch, 1.1, NONE

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Nov 2 13:12:39 UTC 2009


Author: jcollie

Update of /cvs/pkgs/rpms/python-paramiko/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2872

Modified Files:
	.cvsignore python-paramiko.spec sources 
Removed Files:
	paramiko-channel-race.patch 
Log Message:
* 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)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-paramiko/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	24 Jul 2009 12:34:12 -0000	1.12
+++ .cvsignore	2 Nov 2009 13:12:37 -0000	1.13
@@ -1 +1 @@
-paramiko-1.7.5.tar.gz
+paramiko-1.7.6.tar.gz


Index: python-paramiko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paramiko/devel/python-paramiko.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- python-paramiko.spec	14 Oct 2009 01:57:55 -0000	1.21
+++ python-paramiko.spec	2 Nov 2009 13:12:38 -0000	1.22
@@ -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 work
 
 %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)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-paramiko/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	24 Jul 2009 12:34:12 -0000	1.12
+++ sources	2 Nov 2009 13:12:38 -0000	1.13
@@ -1 +1 @@
-7eac2199bea086cc22966eb223c64e7f  paramiko-1.7.5.tar.gz
+fa144ab46f1dc639b05ab948c30efac4  paramiko-1.7.6.tar.gz


--- paramiko-channel-race.patch DELETED ---




More information about the fedora-extras-commits mailing list