From c8c64394d2c1899a4dbbb6255c139e2367c05be4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 11:59:13 +0000 Subject: auto-import changelog data from rsync-2.5.6-19.src.rpm * Tue Aug 05 2003 Lon Hohberger 2.5.6-19 - spec file fix * Tue Aug 05 2003 Hardy Merrill 2.5.6-18 - rebuild in new build env * Tue Aug 05 2003 Hardy Merrill 2.5.6-17 - fixed spec - added patch0 to prep. * Tue Aug 05 2003 Hardy Merrill 2.5.6-16 - rebuild in new build env * Mon Aug 04 2003 Hardy Merrill 2.5.6-15 - add rsync-2.5.6-signal.patch to fix kernel warnings that appear because socket.c sets SIGCHLD to SIG_IGN and then calls wait. This is in response to bug#98740. This patch *has* been committed to CVS upstream and will be in upstream rsync-2.5.7. * Fri Jun 13 2003 Hardy Merrill 2.5.6-14 - build scratch - for compile warnings * Fri Jun 13 2003 Hardy Merrill 2.5.6-13 - build scratch - for compile warnings * Thu Jun 12 2003 Hardy Merrill 2.5.6-12 - rebuild in new build env * Thu Jun 12 2003 Hardy Merrill 2.5.6-11 - removed rsync-2.5.6-sign.patch. Upstream code incorporates signed vs unsigned changes. * Wed Jun 11 2003 Hardy Merrill 2.5.6-10_CVSHEAD_signpatch - build scratch - added rsync-2.5.6-sign.patch. * Wed Jun 11 2003 Hardy Merrill 2.5.6-9_CVSHEAD_nopatches - build scratch. * Wed Jun 11 2003 Hardy Merrill 2.5.6-8 - build scratch - deleted rsync-2.5.6-sign.patch. * Mon Jun 09 2003 Hardy Merrill 2.5.6-7 - rebuild in new build env * Thu Jun 05 2003 Hardy Merrill 2.5.6-6 - removed patch rsync-2.5.4-maxdel.patch - removed patch rsync-2.4.6-segv.patch - current 2.5.6 properly handles (no segfault) the situation (rsync '[a]') that caused a need for this patch. - added patch rsync-2.5.6-sign.patch, which is a working subset of patches (that still apply) included in the original rsync-2.5.4-moresignage.patch * Wed Jun 04 2003 Elliot Lee - rebuilt --- diff --git a/.cvsignore b/.cvsignore index f79ec13..0ce747b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rsync-2.5.5.tar.gz +rsync-2.5.6.tar.gz diff --git a/rsync.spec b/rsync.spec index d04a805..7296260 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,14 +1,11 @@ Summary: A program for synchronizing files over a network. Name: rsync -Version: 2.5.5 -Release: 4 +Version: 2.5.6 +Release: 19 Group: Applications/Internet Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz Source1: rsync.xinetd -Patch0: rsync-2.5.4-maxdel.patch -Patch1: rsync-2.4.6-segv.patch -Patch2: rsync-2.5.4-moresignage.patch -Patch3: rsync-2.5.4-warn.patch +Patch0: rsync-2.5.6-signal.patch Prefix: %{_prefix} BuildRoot: /var/tmp/%{name}-root Copyright: GPL @@ -24,10 +21,7 @@ package. %prep %setup -q -%patch0 -p1 -b .maxdel -%patch1 -p1 -b .segv -%patch2 -p1 -b .moresignage -%patch3 -p1 -b .warn +%patch0 -p0 -b .signal %build %configure @@ -53,11 +47,79 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/rsyncd.conf.5* %changelog +* Tue Aug 05 2003 Lon Hohberger 2.5.6-19 +- spec file fix + +* Tue Aug 05 2003 Hardy Merrill 2.5.6-18 +- rebuild in new build env + +* Tue Aug 05 2003 Hardy Merrill 2.5.6-17 +- fixed spec - added patch0 to prep. + +* Tue Aug 05 2003 Hardy Merrill 2.5.6-16 +- rebuild in new build env + +* Mon Aug 04 2003 Hardy Merrill 2.5.6-15 +- add rsync-2.5.6-signal.patch to fix kernel warnings that + appear because socket.c sets SIGCHLD to SIG_IGN and then + calls wait. This is in response to bug#98740. This patch + *has* been committed to CVS upstream and will be in + upstream rsync-2.5.7. + +* Fri Jun 13 2003 Hardy Merrill 2.5.6-14 +- build scratch - for compile warnings + +* Fri Jun 13 2003 Hardy Merrill 2.5.6-13 +- build scratch - for compile warnings + +* Thu Jun 12 2003 Hardy Merrill 2.5.6-12 +- rebuild in new build env + +* Thu Jun 12 2003 Hardy Merrill 2.5.6-11 +- removed rsync-2.5.6-sign.patch. Upstream code + incorporates signed vs unsigned changes. + +* Wed Jun 11 2003 Hardy Merrill 2.5.6-10_CVSHEAD_signpatch +- build scratch - added rsync-2.5.6-sign.patch. + +* Wed Jun 11 2003 Hardy Merrill 2.5.6-9_CVSHEAD_nopatches +- build scratch. + +* Wed Jun 11 2003 Hardy Merrill 2.5.6-8 +- build scratch - deleted rsync-2.5.6-sign.patch. + +* Mon Jun 09 2003 Hardy Merrill 2.5.6-7 +- rebuild in new build env + +* Thu Jun 05 2003 Hardy Merrill 2.5.6-6 +- removed patch rsync-2.5.4-maxdel.patch +- removed patch rsync-2.4.6-segv.patch + - current 2.5.6 properly handles (no segfault) the situation + (rsync '[a]') that caused a need for this patch. +- added patch rsync-2.5.6-sign.patch, which is a working + subset of patches (that still apply) included in the original + rsync-2.5.4-moresignage.patch + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Mon Mar 11 2003 Hardy Merrill 2.5.6-4 +- rebuild in new build env + +* Mon Mar 11 2003 Hardy Merrill 2.5.6-3 +- fixed changelog comments + +* Mon Mar 10 2003 Hardy Merrill 2.5.6-2 +- rebuild in new build env + +* Mon Mar 10 2003 Hardy Merrill 2.5.6-1 +- update to 2.5.6 from upstream + * Wed Jan 22 2003 Tim Powers - rebuilt * Fri Jan 17 2003 Hardy Merrill 2.5.5-3 -- Fix spelling mistake in rsync.xinetd. #66036 & dup #75006 +- fix spelling mistake in rsync.xinetd. #66036 & dup #75006 * Wed Dec 11 2002 Tim Powers 2.5.5-2 - rebuild on all arches diff --git a/sources b/sources index 18f2cf4..4d45040 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b34b5a5eed243fe18b667e2c1d34b3b6 rsync-2.5.5.tar.gz +ec39fcea433df4d6a3a4e0896c655535 rsync-2.5.6.tar.gz