From 4e1b41854bb5f69955a816a6965c60711d712edd Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sep 02 2008 08:28:52 +0000 Subject: Remove upstreamed patch --- diff --git a/gvfs.spec b/gvfs.spec index ab5a90b..88afc4d 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -29,8 +29,6 @@ Requires(postun): desktop-file-utils BuildRequires: automake autoconf BuildRequires: libtool Patch1: gvfs-0.99.2-archive-integration.patch -# fixed upstream -Patch2: missing-comma-of-doom.patch %description The gvfs package provides backend implementations for the gio @@ -112,7 +110,6 @@ media players (Media Transfer Protocol) to applications using gvfs. %prep %setup -q %patch1 -p0 -b .archive-integration -%patch2 -p1 -b .missing-comma-of-doom %build diff --git a/missing-comma-of-doom.patch b/missing-comma-of-doom.patch deleted file mode 100644 index 5cf15e9..0000000 --- a/missing-comma-of-doom.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up gvfs-0.99.4/monitor/proxy/gvfsproxyvolumemonitordaemon.c.missing-comma-of-doom gvfs-0.99.4/monitor/proxy/gvfsproxyvolumemonitordaemon.c ---- gvfs-0.99.4/monitor/proxy/gvfsproxyvolumemonitordaemon.c.missing-comma-of-doom 2008-08-28 20:56:23.000000000 -0400 -+++ gvfs-0.99.4/monitor/proxy/gvfsproxyvolumemonitordaemon.c 2008-08-28 20:56:37.000000000 -0400 -@@ -598,7 +598,7 @@ handle_volume_mount (DBusConnection *con - dbus_error_init (&dbus_error); - if (!dbus_message_get_args (message, &dbus_error, - DBUS_TYPE_STRING, &id, -- DBUS_TYPE_UINT32 &mount_flags, -+ DBUS_TYPE_UINT32, &mount_flags, - DBUS_TYPE_BOOLEAN, &use_mount_operation, - DBUS_TYPE_INVALID)) - {