rpms/gvfs/devel missing-comma-of-doom.patch, NONE, 1.1 gvfs.spec, 1.65, 1.66

Matthias Clasen mclasen at fedoraproject.org
Fri Aug 29 01:00:17 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gvfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1373

Modified Files:
	gvfs.spec 
Added Files:
	missing-comma-of-doom.patch 
Log Message:
add a comma


missing-comma-of-doom.patch:

--- NEW FILE missing-comma-of-doom.patch ---
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))
     {


Index: gvfs.spec
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- gvfs.spec	27 Aug 2008 14:34:00 -0000	1.65
+++ gvfs.spec	29 Aug 2008 00:59:47 -0000	1.66
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 0.99.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -29,6 +29,8 @@
 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 
@@ -110,6 +112,7 @@
 %prep
 %setup -q
 %patch1 -p0 -b .archive-integration
+%patch2 -p1 -b .missing-comma-of-doom
 
 %build
 
@@ -247,6 +250,9 @@
 
 
 %changelog
+* Thu Aug 28 2008 Matthias Clasen <mclasen at redhat.com> - 0.99.5-3
+- Add a comma
+
 * Wed Aug 27 2008 - Bastien Nocera <bnocera at redhat.com> - 0.99.5-2
 - Update some descriptions
 




More information about the fedora-extras-commits mailing list