From 04eecdf1e6a286a9d939b6fa25c44280f8c402d2 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Aug 11 2009 16:23:14 +0000 Subject: - Fix crash on startup for the afc volume monitor --- diff --git a/gvfs.spec b/gvfs.spec index 93c3f73..4629f65 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -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 1.3.4-4 +- Fix crash on startup for the afc volume monitor + * Tue Aug 11 2009 Bastien Nocera 1.3.4-3 - libgudev-devel is required for the gphoto2 monitor