From: Elan Ruusamäe Date: Thu, 13 Mar 2014 07:28:46 +0000 (+0200) Subject: reset release to 1 X-Git-Tag: auto/th/vim-7.4.205-1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=c883448cb891d3d053b4c48d2434ff91da033a11;p=packages%2Fvim.git reset release to 1 --- diff --git a/update-source.sh b/update-source.sh index 26823ec..9ef41e4 100755 --- a/update-source.sh +++ b/update-source.sh @@ -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