From: ivan Date: Wed, 30 Apr 2008 23:29:17 +0000 (+0000) Subject: last last-minute fix for last-minute change X-Git-Tag: freeside_1_7_3~6 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ca183d69d2aa9e9d0aba3d0c232d02309490fcd8;p=freeside.git last last-minute fix for last-minute change --- diff --git a/Makefile b/Makefile index 0e6f1d526..2752ae035 100644 --- a/Makefile +++ b/Makefile @@ -358,10 +358,12 @@ release: cvs commit -m "Updated for ${VERSION}" ChangeLog # Update the RPM specfile + cvs edit ${RPM_SPECFILE} perl -p -i -e "s/\d+[^\}]+/${VERSION}/ if /%define\s+version\s+(\d+[^\}]+)\}/;" ${RPM_SPECFILE} cvs commit -m "Updated for ${VERSION}" ${RPM_SPECFILE} # Update the Debian changelog + cvs edit debian/changelog dch -v ${DEBVERSION} -p "New upstream release" cvs commit -m "Updated for ${VERSION}" debian/changelog