rpms/chunkd/devel chunkd-test.patch, 1.1.2.2, 1.1.2.3 chunkd.spec, 1.6.2.2, 1.6.2.3

Pete Zaitcev zaitcev at fedoraproject.org
Fri Aug 7 19:56:09 UTC 2009


Author: zaitcev

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

Modified Files:
      Tag: private-zaitcev-bz514651-1
	chunkd-test.patch chunkd.spec 
Log Message:
Endianness, test 3.


chunkd-test.patch:
 object.c |    2 +-
 server.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: chunkd-test.patch
===================================================================
RCS file: /cvs/pkgs/rpms/chunkd/devel/Attic/chunkd-test.patch,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.2 -r1.1.2.3
--- chunkd-test.patch	7 Aug 2009 19:25:41 -0000	1.1.2.2
+++ chunkd-test.patch	7 Aug 2009 19:56:09 -0000	1.1.2.3
@@ -18,7 +18,7 @@ diff -urp chunkd-0.4git/server/server.c 
  	memcpy(resp, &cli->creq, sizeof(cli->creq));
  
 -	resp->data_len = GUINT64_TO_LE(content_len);
-+	resp->data_len = GUINT32_TO_LE((uint32_t)content_len);
++	resp->data_len = GUINT64_TO_LE((uint64_t)content_len);
  
  	cli->state = evt_recycle;
  


Index: chunkd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/chunkd/devel/chunkd.spec,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -p -r1.6.2.2 -r1.6.2.3
--- chunkd.spec	7 Aug 2009 19:25:41 -0000	1.6.2.2
+++ chunkd.spec	7 Aug 2009 19:56:09 -0000	1.6.2.3
@@ -1,6 +1,6 @@
 Name:		chunkd
 Version:	0.4
-Release:	0.7.g6b1e9b66.bz514651.2%{?dist}
+Release:	0.7.g6b1e9b66.bz514651.3%{?dist}
 Summary:	Data storage daemon for cloud computing
 
 Group:		System Environment/Base
@@ -99,9 +99,9 @@ fi
 %{_includedir}/*
 
 %changelog
-* Thu Aug 6 2009 Pete Zaitcev <zaitcev at redhat.com>
+* Fri Aug 7 2009 Pete Zaitcev <zaitcev at redhat.com>
 - test build for bz#514651.
-- bump to 0.4-0.7.g6b1e9b66.bz514651.2
+- bump to 0.4-0.7.g6b1e9b66.bz514651.3
 
 * Wed Jul 29 2009 Jeff Garzik <jgarzik at redhat.com> - 0.4-0.7.g6b1e9b66
 - update source to commit 6b1e9b6641df0353a81c7b1352f5f652c5a7f9d8




More information about the fedora-extras-commits mailing list