- Fix 100% cpu usage when connecting to a ssh key and denying key access
- Fix monitors leak
This commit is contained in:
parent
c0d18de3ab
commit
a6506c00a9
13
gvfs.spec
13
gvfs.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Backends for the gio framework in GLib
|
Summary: Backends for the gio framework in GLib
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.1.8
|
Version: 1.1.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -40,6 +40,11 @@ Patch3: gvfs-1.1.7-gdu-monitor-empty-drives.patch
|
|||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=573826
|
# http://bugzilla.gnome.org/show_bug.cgi?id=573826
|
||||||
Patch4: gvfs-1.1.7-gdu-computer-expose-devices.patch
|
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
|
%description
|
||||||
The gvfs package provides backend implementations for the gio
|
The gvfs package provides backend implementations for the gio
|
||||||
@ -125,6 +130,8 @@ media players (Media Transfer Protocol) to applications using gvfs.
|
|||||||
%patch2 -p0 -b .gdu
|
%patch2 -p0 -b .gdu
|
||||||
%patch3 -p1 -b .gdu-volumes-typo
|
%patch3 -p1 -b .gdu-volumes-typo
|
||||||
%patch4 -p1 -b .computer-gdu
|
%patch4 -p1 -b .computer-gdu
|
||||||
|
%patch5 -p0 -b .sftp-100-cpu
|
||||||
|
%patch6 -p0 -b .monitor-leaks
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -268,6 +275,10 @@ update-desktop-database &> /dev/null ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 11 2009 Tomas Bzatek <tbzatek@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@redhat.com> - 1.1.8-1
|
* Tue Mar 10 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.8-1
|
||||||
- Update to 1.1.8
|
- Update to 1.1.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user