- Fix crash on startup for the afc volume monitor
This commit is contained in:
parent
9d3c80f6b4
commit
04eecdf1e6
@ -1,7 +1,7 @@
|
||||
Summary: Backends for the gio framework in GLib
|
||||
Name: gvfs
|
||||
Version: 1.3.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gtk.org
|
||||
@ -44,6 +44,7 @@ Patch8: gvfs-1.2.2-dnssd-deadlock.patch
|
||||
Patch9: gvfs-1.2.3-sftp-40sec-timeout.patch
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=591005
|
||||
Patch10: 0001-Add-AFC-backend.patch
|
||||
Patch11: 0001-Revert-part-of-the-excessive-function-culling.patch
|
||||
|
||||
%description
|
||||
The gvfs package provides backend implementations for the gio
|
||||
@ -140,6 +141,7 @@ and iPod Touches to applications using gvfs.
|
||||
%patch8 -p1 -b .dnssd-deadlock
|
||||
%patch9 -p1 -b .sftp-timeout
|
||||
%patch10 -p1 -b .afc
|
||||
%patch11 -p1 -b .afc-crasher
|
||||
|
||||
%build
|
||||
|
||||
@ -293,6 +295,9 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
|
||||
|
||||
%changelog
|
||||
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-4
|
||||
- Fix crash on startup for the afc volume monitor
|
||||
|
||||
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-3
|
||||
- libgudev-devel is required for the gphoto2 monitor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user