rpms/gamin/FC-3 159568.patch, NONE, 1.1 gamin.spec, 1.25, 1.26 sources, 1.26, 1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 29 14:28:02 UTC 2005


Author: veillard

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

Modified Files:
	gamin.spec sources 
Added Files:
	159568.patch 
Log Message:
Pushing a stable update for FC-3 users fixing #159568, daniel


159568.patch:
 gam_poll.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE 159568.patch ---
*** gamin-0.1.1/server/gam_poll.c.orig	2005-07-28 22:31:05.991095452 +0200
--- gamin-0.1.1/server/gam_poll.c	2005-07-28 22:34:47.463411831 +0200
***************
*** 1082,1087 ****
--- 1082,1088 ----
      if (g_list_find(new_subs, sub)) {
          GAM_DEBUG(DEBUG_INFO, "new subscriptions is removed\n");
          new_subs = g_list_remove_all(new_subs, sub);
+ 	return TRUE;
      }
  
      node = gam_tree_get_at_path(tree, gam_subscription_get_path(sub));


Index: gamin.spec
===================================================================
RCS file: /cvs/dist/rpms/gamin/FC-3/gamin.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- gamin.spec	13 Jul 2005 12:07:25 -0000	1.25
+++ gamin.spec	29 Jul 2005 14:28:00 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: Library providing the FAM File Alteration Monitor API
 Name: gamin
-Version: 0.1.2
-Release: 1.FC3
+Version: 0.1.1
+Release: 3.FC3
 License: LGPL
 Group: Development/Libraries
 Source: gamin-%{version}.tar.gz
@@ -10,6 +10,7 @@
 Obsoletes: fam
 Provides: fam
 BuildRequires: glib2-devel python python-devel
+Patch0: 159568.patch
 
 %description
 This C library provides an API and ABI compatible file alteration
@@ -41,6 +42,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -50,7 +52,6 @@
 rm -fr %{buildroot}
 
 %makeinstall
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
 rm -fr %{buildroot}
@@ -88,10 +89,8 @@
 %doc doc/python.html
 
 %changelog
-* Wed Jul 13 2005 Daniel Veillard <veillard at redhat.com> 0.1.2-1.FC3
-- inotify back end patches, ready for the new inotify support in kernel
-- lot of server code cleanup patches
-- fixed an authentication problem
+* Fri Jul 29 2005 Daniel Veillard <veillard at redhat.com> 0.1.1-3.FC3
+- applying patch fixing #159568
 * Fri Jun 10 2005 Daniel Veillard <veillard at redhat.com> 0.1.1-1
 - gamin_data_conn_event fix
 - crash from bug gnome #303932


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gamin/FC-3/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources	13 Jul 2005 12:07:25 -0000	1.26
+++ sources	29 Jul 2005 14:28:00 -0000	1.27
@@ -1 +1 @@
-cb43e73d43e2c5d428229dea0288d66d  gamin-0.1.2.tar.gz
+5c5330c3df26ece7d71b69a0b8f4a126  gamin-0.1.1.tar.gz




More information about the fedora-cvs-commits mailing list