rpms/gamin/FC-6 gamin-0.1.7-fix-polling.patch, NONE, 1.1 gamin.spec, 1.53, 1.54

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 20 11:00:26 UTC 2006


Author: alexl

Update of /cvs/dist/rpms/gamin/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv2715

Modified Files:
	gamin.spec 
Added Files:
	gamin-0.1.7-fix-polling.patch 
Log Message:
* Mon Nov 20 2006 Alexander Larsson <alexl at redhat.com> - 0.1.7-8.fc6
- Fix polling backend, making NFS work again (#212551)



gamin-0.1.7-fix-polling.patch:
 gam_inotify.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE gamin-0.1.7-fix-polling.patch ---
--- gamin-0.1.7/server/gam_inotify.c.poll	2006-11-20 11:39:17.000000000 +0100
+++ gamin-0.1.7/server/gam_inotify.c	2006-11-20 11:39:37.000000000 +0100
@@ -147,6 +147,7 @@
 gboolean
 gam_inotify_init (void)
 {
+	gam_poll_basic_init ();
 	gam_server_install_kernel_hooks (GAMIN_K_INOTIFY2, 
 					 gam_inotify_add_subscription,
 					 gam_inotify_remove_subscription,


Index: gamin.spec
===================================================================
RCS file: /cvs/dist/rpms/gamin/FC-6/gamin.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- gamin.spec	8 Sep 2006 12:46:09 -0000	1.53
+++ gamin.spec	20 Nov 2006 11:00:24 -0000	1.54
@@ -1,7 +1,7 @@
 Summary: Library providing the FAM File Alteration Monitor API
 Name: gamin
 Version: 0.1.7
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: LGPL
 Group: Development/Libraries
 Source: gamin-%{version}.tar.gz
@@ -20,6 +20,8 @@
 Patch6:         gamin-inotify-fix.patch
 Patch7:         gamin-timer-on-demand.patch
 Patch8:         gamin-no-timers.patch
+# Not in 0.1.8
+Patch9:         gamin-0.1.7-fix-polling.patch
 
 %description
 This C library provides an API and ABI compatible file alteration
@@ -60,6 +62,7 @@
 %patch6 -p0 -b .inotify-fix
 %patch7 -p1 -b .timer-on-demand
 %patch8 -p0 -b .no-timers
+%patch9 -p1 -b .fix-polling
 
 %build
 autoreconf --force --install
@@ -108,6 +111,9 @@
 %doc doc/python.html
 
 %changelog
+* Mon Nov 20 2006 Alexander Larsson <alexl at redhat.com> - 0.1.7-8.fc6
+- Fix polling backend, making NFS work again (#212551)
+
 * Fri Sep  8 2006 Alexander Larsson <alexl at redhat.com> - 0.1.7-7
 - Fix problems in new inotify backend (#205731)
 




More information about the fedora-cvs-commits mailing list