rpms/rsync/F-8 rsync-3.0.1-xattr-alloc.diff, 1.1, 1.2 rsync.spec, 1.46, 1.47

Simo Sorce (simo) fedora-extras-commits at redhat.com
Wed Apr 9 14:37:06 UTC 2008


Author: simo

Update of /cvs/pkgs/rpms/rsync/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17921

Modified Files:
	rsync-3.0.1-xattr-alloc.diff rsync.spec 
Log Message:
Fix buggy patch :/


rsync-3.0.1-xattr-alloc.diff:

Index: rsync-3.0.1-xattr-alloc.diff
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/F-8/rsync-3.0.1-xattr-alloc.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rsync-3.0.1-xattr-alloc.diff	8 Apr 2008 20:55:29 -0000	1.1
+++ rsync-3.0.1-xattr-alloc.diff	9 Apr 2008 14:36:56 -0000	1.2
@@ -21,3 +21,15 @@
  		if (verbose >= 4) {
  			rprintf(FINFO, "[%s] expand %s to %.0f bytes, did%s move\n",
  				who_am_i(), desc, (double)new_size * item_size,
+diff -uPr rsync-2.6.9.orig/proto.h rsync-2.6.9/proto.h
+--- rsync-2.6.9.orig/proto.h	2008-04-08 16:44:42.000000000 -0400
++++ rsync-2.6.9/proto.h	2008-04-09 10:23:52.000000000 -0400
+@@ -322,7 +322,7 @@
+ int cmp_time(time_t file1, time_t file2);
+ int _Insure_trap_error(int a1, int a2, int a3, int a4, int a5, int a6);
+ void *_new_array(unsigned int size, unsigned long num);
+-void *_realloc_array(void *ptr, unsigned int size, unsigned long num);
++void *_realloc_array(void *ptr, unsigned int size, size_t num);
+ const char *find_filename_suffix(const char *fn, int fn_len, int *len_ptr);
+ uint32 fuzzy_distance(const char *s1, int len1, const char *s2, int len2);
+ struct bitbag *bitbag_create(int max_ndx);


Index: rsync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rsync/F-8/rsync.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- rsync.spec	8 Apr 2008 20:55:29 -0000	1.46
+++ rsync.spec	9 Apr 2008 14:36:56 -0000	1.47
@@ -1,7 +1,7 @@
 Summary: A program for synchronizing files over a network.
 Name: rsync
 Version: 2.6.9
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: Applications/Internet
 # TAG: for pre versions use
 #Source:	ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre1.tar.gz
@@ -62,7 +62,7 @@
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
-* Tue Apr  8 2008 Simo Sorce <ssorce at redhat.com> 2.6.9-4.fc8
+* Tue Apr  8 2008 Simo Sorce <ssorce at redhat.com> 2.6.9-5.fc8
 - Security release: http://rsync.samba.org/security.html#s3_0_2
 
 * Sat Oct 13 2007 Simo Sorce <ssorce at redhat.com> 2.6.9-3.2.fc8




More information about the scm-commits mailing list