]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Get the version # right in the changelog.
authorWayne Davison <wayned@samba.org>
Fri, 12 Oct 2007 14:08:19 +0000 (14:08 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 12 Oct 2007 14:08:19 +0000 (14:08 +0000)
packaging/release-rsync

index ee81a009cdc0e3c5fe8d960eea74c88448e9526f..89b27021dd00609bbe0ba6fcf2df095d06834986 100755 (executable)
@@ -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;