From 69f21954a344dda6322dab965e98070853331480 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 12:03:29 +0000 Subject: auto-import rsync-2.6.2-0 from rsync-2.6.2-0.src.rpm --- diff --git a/.cvsignore b/.cvsignore index c739d8f..d556a84 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rsync-2.6.0.tar.gz +rsync-2.6.2.tar.gz diff --git a/rsync.spec b/rsync.spec index 52fe45d..5909310 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,13 +1,16 @@ Summary: A program for synchronizing files over a network. Name: rsync -Version: 2.6.0 -Release: 1 +Version: 2.6.2 +Release: 0 Group: Applications/Internet +# TAG: for pre versions use +#Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre-2.tar.gz Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz Source1: rsync.xinetd + Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root -Copyright: GPL +License: GPL %description Rsync uses a reliable algorithm to bring remote and host files into @@ -19,8 +22,9 @@ report which describes the rsync algorithm is included in this package. %prep +# TAG: for pre versions use +# % setup -q -n %{version}pre-2 %setup -q - %build %configure @@ -45,6 +49,23 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/rsyncd.conf.5* %changelog + +* Fri Apr 30 2004 Jay Fenlason 2.6.2-0 +- New upstream version to correct the problems with 2.6.1. + This obsoletes all the patches to 2.6.1 + +* Thu Apr 29 2004 Jay Fenlason 2.6.1-1 +- Rsync 2.6.1 final. +- Add a patch from Wayne Davison that fixes a + use of uninitilized memory in the map_uid and map_gid functions. +- Add another patch from Wayne Davidson that fixes the -R option. +- Add a patch (extracted from a patch by Sami Farin + ) to not ignore the return value + of close(). + +* Thu Mar 25 2004 Jay Fenlason 2.6.1-0.pre1 +- New upstream version + * Fri Feb 13 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index a752b2c..aacc6b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f24bf31aec0a657eb3b6844c3f09f21 rsync-2.6.0.tar.gz +bcacd9a9108a9e4760832212ec3d658d rsync-2.6.2.tar.gz