Remove upstreamed patch
This commit is contained in:
parent
9e42e04336
commit
4e1b41854b
@ -29,8 +29,6 @@ Requires(postun): desktop-file-utils
|
|||||||
BuildRequires: automake autoconf
|
BuildRequires: automake autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
Patch1: gvfs-0.99.2-archive-integration.patch
|
Patch1: gvfs-0.99.2-archive-integration.patch
|
||||||
# fixed upstream
|
|
||||||
Patch2: missing-comma-of-doom.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gvfs package provides backend implementations for the gio
|
The gvfs package provides backend implementations for the gio
|
||||||
@ -112,7 +110,6 @@ media players (Media Transfer Protocol) to applications using gvfs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p0 -b .archive-integration
|
%patch1 -p0 -b .archive-integration
|
||||||
%patch2 -p1 -b .missing-comma-of-doom
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
@ -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))
|
|
||||||
{
|
|
Loading…
Reference in New Issue
Block a user