remove debug spew

f38
Matthias Clasen 19 years ago
parent 752d352215
commit fbf8284946

@ -0,0 +1,11 @@
--- gnome-vfs-2.15.90/libgnomevfs/gnome-vfs-dbus-utils.c.dbus-spew 2006-08-04 16:14:21.000000000 -0400
+++ gnome-vfs-2.15.90/libgnomevfs/gnome-vfs-dbus-utils.c 2006-08-04 16:14:43.000000000 -0400
@@ -124,7 +124,7 @@
DBUS_TYPE_STRING, &new_owner,
DBUS_TYPE_INVALID);
- g_print ("NameOwnerChanged %s %s->%s\n", service, old_owner, new_owner);
+ d(g_print ("NameOwnerChanged %s %s->%s\n", service, old_owner, new_owner));
if (strcmp (service, DVD_DAEMON_SERVICE) == 0) {
if (strcmp (old_owner, "") != 0 &&

@ -13,7 +13,7 @@
Summary: The GNOME virtual file-system libraries
Name: gnome-vfs2
Version: 2.15.90
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPL
Group: System Environment/Libraries
Source0: gnome-vfs-%{version}.tar.bz2
@ -59,6 +59,9 @@ Patch201: gnome-vfs-2.8.1-console-mount-opt.patch
Patch4: gnome-vfs-2.15.1-use-sys-inotify.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=349979
Patch5: gnome-vfs-2.15.90-dbus-spew.patch
%description
GNOME VFS is the GNOME virtual file system. It is the foundation of
the Nautilus file manager. It provides a modular architecture and
@ -100,6 +103,8 @@ shares (SMB) to applications using GNOME VFS.
%patch4 -p1 -b .use-sys-inotify
%patch5 -p1 -b .dbus-spew
# send to upstream
%patch101 -p1 -b .schema_about
@ -190,6 +195,9 @@ done
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Fri Aug 4 2006 Matthias Clasen <mclasen@redhat.com> -2.15.90-2.fc6
- Remove debug spew
* Thu Aug 3 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
- Update to 2.15.90

Loading…
Cancel
Save