diff --git a/gvfs-dav+sd-mount.patch b/gvfs-dav+sd-mount.patch new file mode 100644 index 0000000..2a9f727 --- /dev/null +++ b/gvfs-dav+sd-mount.patch @@ -0,0 +1,9 @@ +diff -up gvfs-1.1.3/daemon/dav+sd.mount.dav+sd-mount gvfs-1.1.3/daemon/dav+sd.mount +--- gvfs-1.1.3/daemon/dav+sd.mount.dav+sd-mount 2009-01-12 12:29:37.000000000 -0500 ++++ gvfs-1.1.3/daemon/dav+sd.mount 2009-01-12 12:29:48.000000000 -0500 +@@ -1,4 +1,4 @@ + [Mount] + Type=dav+sd;davs+sd +-Exec=/usr/local/libexec/gvfsd-dav ++Exec=/usr/libexec/gvfsd-dav + AutoMount=false diff --git a/gvfs.spec b/gvfs.spec index 51b6813..ff6aa5e 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,7 +1,7 @@ Summary: Backends for the gio framework in GLib Name: gvfs Version: 1.1.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -34,6 +34,9 @@ Patch1: gvfs-0.99.2-archive-integration.patch # http://bugzilla.gnome.org/show_bug.cgi?id=565041 Patch2: gvfs-burn-move.patch +# fixed correctly upstream +Patch3: gvfs-dav+sd-mount.patch + %description The gvfs package provides backend implementations for the gio framework in GLib. It includes ftp, sftp, cifs. @@ -116,6 +119,7 @@ media players (Media Transfer Protocol) to applications using gvfs. %setup -q %patch1 -p0 -b .archive-integration %patch2 -p0 -b .burn-move +%patch3 -p1 -b .dav+sd-mount %build @@ -256,6 +260,9 @@ update-desktop-database &> /dev/null ||: %changelog +* Mon Jan 12 2009 Matthias Clasen - 1.1.3-3 +- Fix dav+sd.mount + * Fri Jan 9 2009 Matthias Clasen - 1.1.3-2 - Support moving files in the burn backend