From 90ac152deb12c67e0327b4f3374fe5b6a8c130a4 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 12 Oct 2007 14:04:29 +0000 Subject: [PATCH 1/1] Modify the changelog section in the .spec file for each release. --- packaging/release-rsync | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 = <