rpms/openais/devel revision-1248.patch, NONE, 1.1 openais.spec, 1.15, 1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 28 19:01:16 UTC 2006


Author: sdake

Update of /cvs/dist/rpms/openais/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11450/devel

Modified Files:
	openais.spec 
Added Files:
	revision-1248.patch 
Log Message:
auto-import openais-0.80.1-3 on branch devel from openais-0.80.1-3.src.rpm

revision-1248.patch:
 exec/cpg.c |    2 +-
 lib/cpg.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE revision-1248.patch ---
Index: exec/cpg.c
===================================================================
--- exec/cpg.c	(revision 1247)
+++ exec/cpg.c	(revision 1248)
@@ -191,7 +191,7 @@
 	},
 	{ /* 2 */
 		.lib_handler_fn				= message_handler_req_lib_cpg_mcast,
-		.response_size				= sizeof (mar_res_header_t),
+		.response_size				= sizeof (struct res_lib_cpg_mcast),
 		.response_id				= MESSAGE_RES_CPG_MCAST,
 		.flow_control				= OPENAIS_FLOW_CONTROL_REQUIRED
 	},
Index: lib/cpg.c
===================================================================
--- lib/cpg.c	(revision 1247)
+++ lib/cpg.c	(revision 1248)
@@ -529,7 +529,7 @@
 	pthread_mutex_lock (&cpg_inst->response_mutex);
 
 	error = saSendMsgReceiveReply (cpg_inst->response_fd, iov, iov_len + 1,
-		&res_lib_cpg_mcast, sizeof (mar_res_header_t));
+		&res_lib_cpg_mcast, sizeof (res_lib_cpg_mcast));
 
 	pthread_mutex_unlock (&cpg_inst->response_mutex);
 


Index: openais.spec
===================================================================
RCS file: /cvs/dist/rpms/openais/devel/openais.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- openais.spec	28 Sep 2006 07:33:38 -0000	1.15
+++ openais.spec	28 Sep 2006 19:01:14 -0000	1.16
@@ -1,7 +1,7 @@
 Name: openais
 Summary: The openais Standards-Based Cluster Framework executive and APIs
 Version: 0.80.1
-Release: 2
+Release: 3
 License: BSD
 Group: System Environment/Base
 URL: http://developer.osdl.org/dev/openais/
@@ -11,6 +11,7 @@
 Patch2: revision-1230.patch
 Patch3: revision-1245.patch
 Patch4: revision-1246.patch
+Patch5: revision-1248.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveArch: i386 ppc x86_64 ppc64 ia64 s390 s390x
 Requires(pre): /usr/sbin/useradd
@@ -39,6 +40,7 @@
 %patch2 
 %patch3
 %patch4
+%patch5
 
 %build
 # -O3 required for performance reasons
@@ -172,8 +174,13 @@
 %{_mandir}/man3/evs_membership_get.3*
 
 %changelog
+* Thu Sep 28 2006 Steven Dake <sdake at redhat.com> - 0.80.1-3
+- Add upstream revision 1248 - fix more intermittent failures with flow control
+  system.
+
 * Wed Sep 27 2006 Steven Dake <sdake at redhat.com> - 0.80.1-2
-- Add upstream revision 1246 - fix intermittent failures with flow control system.
+- Add upstream revision 1246 - fix intermittent failures with flow control
+  system.
 
 * Mon Sep 25 2006 Steven Dake <sdake at redhat.com> - 0.80.1-1.1
 - Add upstream revision 1223 - Fix checkpoint write size of zero to




More information about the fedora-cvs-commits mailing list