rpms/gnome-vfs2/devel gnome-vfs-mime-cache.patch, NONE, 1.1 gnome-vfs2.spec, 1.170, 1.171

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Dec 3 05:55:44 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-vfs2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24653

Modified Files:
	gnome-vfs2.spec 
Added Files:
	gnome-vfs-mime-cache.patch 
Log Message:
Build the mime.cache handling code


gnome-vfs-mime-cache.patch:

--- NEW FILE gnome-vfs-mime-cache.patch ---
diff -up gnome-vfs-2.20.1/configure.in.mime-cache gnome-vfs-2.20.1/configure.in
--- gnome-vfs-2.20.1/configure.in.mime-cache	2007-12-03 00:45:24.000000000 -0500
+++ gnome-vfs-2.20.1/configure.in	2007-12-03 00:41:43.000000000 -0500
@@ -158,7 +158,7 @@ AC_SEARCH_LIBS(setsockopt, socket)
 AC_SEARCH_LIBS(login_tty, util, [AC_DEFINE([HAVE_LOGIN_TTY],[],[Whether login_tty is available])])
 
 AC_FUNC_ALLOCA
-AC_CHECK_FUNCS(getdtablesize open64 lseek64 statfs statvfs seteuid setegid setresuid setresgid readdir_r mbrtowc inet_pton getdelim sysctlbyname poll posix_fadvise fchmod atoll)
+AC_CHECK_FUNCS(getdtablesize open64 lseek64 statfs statvfs seteuid setegid setresuid setresgid readdir_r mbrtowc inet_pton getdelim sysctlbyname poll posix_fadvise fchmod atoll mmap)
 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_rdev])
 AC_STRUCT_ST_BLOCKS
 


Index: gnome-vfs2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-vfs2/devel/gnome-vfs2.spec,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- gnome-vfs2.spec	13 Nov 2007 04:28:32 -0000	1.170
+++ gnome-vfs2.spec	3 Dec 2007 05:55:10 -0000	1.171
@@ -14,7 +14,7 @@
 Summary: The GNOME virtual file-system libraries
 Name: gnome-vfs2
 Version: 2.20.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2 and LGPL+ and GPL+
 # the daemon and the library are LGPLv2
 # the modules are LGPL+ and GPL+ 
@@ -75,6 +75,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=427958
 Patch9: glob-leak.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=501160
+Patch10: gnome-vfs-mime-cache.patch
+
 # https://bugzilla.redhat.com/show_bug.cgi?id=333041
 # https://bugzilla.redhat.com/show_bug.cgi?id=335241
 Patch300: gnome-vfs-2.20.0-ignore-certain-mountpoints.patch
@@ -131,9 +134,14 @@
 
 %patch8 -p1 -b .no-dbus
 %patch9 -p1 -b .glob-leak
+%patch10 -p1 -b .mime-cache
 
 %patch300 -p1 -b .ignore-certain-mount-points
 
+# for patch 10
+autoheader
+autoconf
+
 %build
 
 if pkg-config openssl ; then
@@ -235,6 +243,9 @@
 %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
 
 %changelog
+* Mon Dec  3 2007 Matthias Clasen <mclasen at redhat.com> - 2.20.1-2
+- Build the mime.cache handling code
+
 * Mon Nov 12 2007 Matthias Clasen <mclasen at redhat.com> - 2.20.1-1
 - Update to 2.20.1 (fixes a dns-sd crash)
 




More information about the fedora-extras-commits mailing list