Explorar el Código

fix sftp timeout

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2081 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi hace 14 años
padre
commit
1c61bfcb0d
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      g/gvfs/gvfs-vl.spec

+ 6 - 1
g/gvfs/gvfs-vl.spec

@@ -2,7 +2,7 @@ Summary: Backends for the gio framework in GLib
 Summary(ja): GLib の GIO フレームワークのバックエンド
 Name: gvfs
 Version: 1.6.4
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -31,6 +31,7 @@ Requires(postun): desktop-file-utils
 BuildRequires: automake autoconf
 BuildRequires: libtool
 Patch1: gvfs-0.99.2-archive-integration.patch
+Patch2: gvfs-1.6.4-sftp-timeout.patch
 
 %description
 The gvfs package provides backend implementations for the gio 
@@ -120,6 +121,7 @@ including phones and music players to applications using gvfs.
 %prep
 %setup -q
 %patch1 -p0 -b .archive-integration
+%patch2 -p1 -b .sftp-timeout
 
 %build
 
@@ -286,6 +288,9 @@ killall -USR1 gvfsd >&/dev/null || :
 
 
 %changelog
+* Sun Oct 17 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-2
+- add Patch2 (gvfs-1.6.4-sftp-timeout.patch)
+
 * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.4-1
 - new upstream release