From 98a2f056faf6cfcb3367adf631b6d6e0e52db280 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 8 Mar 2005 01:51:24 +0000 Subject: [PATCH] - Rebuild --- gnome-vfs-2.9.91-fix-gcc4-build.patch | 14 +++++++------- gnome-vfs2.spec | 5 ++++- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/gnome-vfs-2.9.91-fix-gcc4-build.patch b/gnome-vfs-2.9.91-fix-gcc4-build.patch index 033fd4e..c1c7cae 100644 --- a/gnome-vfs-2.9.91-fix-gcc4-build.patch +++ b/gnome-vfs-2.9.91-fix-gcc4-build.patch @@ -1,11 +1,11 @@ ---- libgnomevfs/gnome-vfs-handle.c.orig 2005-03-07 20:34:58.000000000 -0500 -+++ libgnomevfs/gnome-vfs-handle.c 2005-03-07 20:40:01.000000000 -0500 +--- libgnomevfs/gnome-vfs-handle.c.orig 2005-03-07 20:34:58.000000000 -0500 ++++ libgnomevfs/gnome-vfs-handle.c 2005-03-07 20:40:01.000000000 -0500 @@ -129,6 +129,8 @@ _gnome_vfs_handle_do_read (GnomeVFSHandl - GnomeVFSFileSize *bytes_read, - GnomeVFSContext *context) + GnomeVFSFileSize *bytes_read, + GnomeVFSContext *context) { +/* workaround to build to build with gcc 4.0 */ +#undef read - INVOKE_AND_RETURN (handle, read, (handle->uri->method, handle->method_handle, - buffer, num_bytes, bytes_read, - context)); + INVOKE_AND_RETURN (handle, read, (handle->uri->method, handle->method_handle, + buffer, num_bytes, bytes_read, + context)); diff --git a/gnome-vfs2.spec b/gnome-vfs2.spec index 0b3dcaf..41c3b71 100644 --- a/gnome-vfs2.spec +++ b/gnome-vfs2.spec @@ -9,7 +9,7 @@ Summary: The GNOME virtual file-system libraries. Name: gnome-vfs2 Version: 2.9.91 -Release: 6 +Release: 7 License: LGPL Group: System Environment/Libraries Source0: gnome-vfs-%{version}.tar.bz2 @@ -195,6 +195,9 @@ done %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %changelog +* Mon Mar 7 2005 David Zeuthen - 2.9.91-7 +- Rebuild + * Mon Mar 7 2005 David Zeuthen - 2.9.91-6 - Fix for gcc 4.0 build