X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/de3438407c4f976c55172093795b87e49cb4a6e2..200f2d98db38f46644f2736a305b37892d11491c:/packaging/release-rsync diff --git a/packaging/release-rsync b/packaging/release-rsync index 3f295f0b..f63f3a73 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -155,7 +155,7 @@ foreach my $fn (@tweak_files) { undef $/; $_ = ; $/ = "\n"; close IN; if ($fn =~ /configure/) { - s/^RSYNC_VERSION.*/RSYNC_VERSION=$version/m; + s/^RSYNC_VERSION=.*/RSYNC_VERSION=$version/m; } elsif ($fn =~ /\.spec/) { s/^(Version:) .*/$1 $version/m; s/^(Release:) .*/$1 $release/m; @@ -292,7 +292,7 @@ system "tar xzf $tar_file; tar xzf $diffdir/rsync-$lastversion.tar.gz"; ## TWEAK THE VERSIONS AS DESIRED HERE ## #mkdir("rsync-$lastversion/support", 0755) or die $!; #rename("rsync-$lastversion/rsyncstats", "rsync-$lastversion/support/rsyncstats"); -unlink("rsync-$lastversion/.ignore"); +#unlink("rsync-$lastversion/.ignore"); ## END ## system "diff -urN --exclude=patches rsync-$lastversion rsync-$version| gzip -9 >$diff_file";