From: Wayne Davison Date: Fri, 12 Oct 2007 14:04:29 +0000 (+0000) Subject: Modify the changelog section in the .spec file for each release. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/90ac152deb12c67e0327b4f3374fe5b6a8c130a4 Modify the changelog section in the .spec file for each release. --- diff --git a/packaging/release-rsync b/packaging/release-rsync index dc892457..ee81a009 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -16,9 +16,9 @@ my $dest = $ENV{HOME} . '/samba-rsync-ftp'; my $releasedir = $ENV{HOME} . '/release'; my $cvsroot = $ENV{CVSROOT} = 'samba.org:/data/cvs'; +my $cl_today = time2str('* %a %b %d %Y', time); my $ztoday = time2str('%d %b %Y', time); -my $today = $ztoday; -$today =~ s/^0//; +(my $today = $ztoday) =~ s/^0//; my $break = <