From: Wayne Davison Date: Fri, 12 Oct 2007 14:08:19 +0000 (+0000) Subject: Get the version # right in the changelog. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fdad5aad3f7ba4f8ddd9ecd1053e861d107ca0b4 Get the version # right in the changelog. --- diff --git a/packaging/release-rsync b/packaging/release-rsync index ee81a009..89b27021 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -166,7 +166,7 @@ foreach my $fn (@tweak_files) { } elsif ($fn =~ /\.spec/) { s/^(Version:) .*/$1 $version/m; s/^(Release:) .*/$1 $release/m; - s/^(Released) .*/$1 $release./m; + s/^(Released) .*/$1 $version./m; s/^\* \w\w\w \w\w\w \d\d \d\d\d\d (.*)/$cl_today $1/m; } elsif ($fn =~ /\.yo/) { s/^(manpage\([^)]+\)\(\d+\)\()[^)]+(\).*)/$1$today$2/m;