]> git.pld-linux.org Git - packages/vim.git/blobdiff - update-source.sh
Provide vim-syntax-gitcommit to ease upgrading
[packages/vim.git] / update-source.sh
index 26823ec180ed03ba563e0910ca656d3276469837..9ef41e4eee5e1d382797e1f29075f198852a888e 100755 (executable)
@@ -58,6 +58,7 @@ if [ "$curver" != "$ver" ]; then
        fi
        sed -i -e "
                s/^\(%define[ \t]\+patchlevel[ \t]\+\)[0-9]\+\$/\1$patch/
+               s/^\(%define[ \t]\+rel[ \t]\+\)[0-9]\+\$/\11/
        " $specfile
 
        # fetch missing/mismatching files manually. faster than builder does that
This page took 0.036044 seconds and 4 git commands to generate.