rpms/cld/devel cld-test.patch,NONE,1.1.2.1 cld.spec,1.4,1.4.2.1

Pete Zaitcev zaitcev at fedoraproject.org
Wed Jul 22 00:16:12 UTC 2009


Author: zaitcev

Update of /cvs/pkgs/rpms/cld/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17269

Modified Files:
      Tag: private-zaitcev-bz512560
	cld.spec 
Added Files:
      Tag: private-zaitcev-bz512560
	cld-test.patch 
Log Message:
Tipping toes for the assault on PPC.


cld-test.patch:
 load-file-event.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE cld-test.patch ---
diff -urp cld-0.2git/test/load-file-event.c cld-0.2git-p3/test/load-file-event.c
--- cld-0.2git/test/load-file-event.c	2009-07-20 14:30:47.000000000 -0600
+++ cld-0.2git-p3/test/load-file-event.c	2009-07-21 17:43:49.000000000 -0600
@@ -212,7 +212,7 @@ static int init(char *name)
 	if (rc)
 		return rc;
 
-	// run.udp->sess->verbose = true;
+	run.udp->sess->verbose = true;
 
 	event_set(&run.udp_ev, run.udp->fd, EV_READ | EV_PERSIST,
 		  udp_event, &run);


Index: cld.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cld/devel/cld.spec,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -p -r1.4 -r1.4.2.1
--- cld.spec	21 Jul 2009 19:23:50 -0000	1.4
+++ cld.spec	22 Jul 2009 00:15:42 -0000	1.4.2.1
@@ -1,6 +1,6 @@
 Name:		cld
 Version:	0.2
-Release:	0.4.gc5b5f962%{?dist}
+Release:	0.4.gc5b5f962.bz512560.1%{?dist}
 Summary:	Coarse locking daemon
 
 Group:		System Environment/Base
@@ -12,6 +12,10 @@ URL:		http://hail.wiki.kernel.org/
 Source0:	cld-%{version}git.tar.gz
 Source2:	cld.init
 Source3:	cld.sysconf
+
+# The placeholder for experimentation
+Patch1001:	cld-test.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	db4-devel libevent-devel glib2-devel doxygen openssl-devel
@@ -42,6 +46,7 @@ developing applications that use %{name}
 
 %prep
 %setup -q -n cld-0.2git
+%patch1001 -p1
 
 %build
 %configure --disable-static
@@ -101,6 +106,9 @@ fi
 %{_includedir}/*
 
 %changelog
+* Tue Jul 21 2009 Pete Zaitcev <zaitcev at redhat.com>
+- Testing, bump to 0.2-0.4.gc5b5f962.bz512560.1
+
 * Tue Jul 21 2009 Jeff Garzik <jgarzik at redhat.com> - 0.2-0.4.gc5b5f962
 - rebuild for koji silliness
 




More information about the fedora-extras-commits mailing list