rpms/gvfs/devel gvfs.spec,1.114,1.115

Tomas Bzatek tbzatek at fedoraproject.org
Wed Mar 11 13:15:30 UTC 2009


Author: tbzatek

Update of /cvs/extras/rpms/gvfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21880

Modified Files:
	gvfs.spec 
Log Message:
* Wed Mar 11 2009 Tomas Bzatek <tbzatek at redhat.com> - 1.1.8-2
- Fix 100% cpu usage when connecting to a ssh key and denying key access
- Fix monitors leak



Index: gvfs.spec
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- gvfs.spec	10 Mar 2009 13:04:47 -0000	1.114
+++ gvfs.spec	11 Mar 2009 13:15:00 -0000	1.115
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 1.1.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -40,6 +40,11 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=573826
 Patch4: gvfs-1.1.7-gdu-computer-expose-devices.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=574754
+Patch5: gvfs-1.1.8-sftp-cpu-eating.patch
+
+# http://bugzilla.gnome.org/show_bug.cgi?id=563418
+Patch6: gvfs-1.1.8-monitor-leaks.patch
 
 %description
 The gvfs package provides backend implementations for the gio
@@ -125,6 +130,8 @@
 %patch2 -p0 -b .gdu
 %patch3 -p1 -b .gdu-volumes-typo
 %patch4 -p1 -b .computer-gdu
+%patch5 -p0 -b .sftp-100-cpu
+%patch6 -p0 -b .monitor-leaks
 
 %build
 
@@ -268,6 +275,10 @@
 
 
 %changelog
+* Wed Mar 11 2009 Tomas Bzatek <tbzatek at redhat.com> - 1.1.8-2
+- Fix 100% cpu usage when connecting to a ssh key and denying key access
+- Fix monitors leak
+
 * Tue Mar 10 2009 Tomas Bzatek <tbzatek at redhat.com> - 1.1.8-1
 - Update to 1.1.8
 




More information about the fedora-extras-commits mailing list