From: ivan Date: Wed, 30 Apr 2008 23:29:16 +0000 (+0000) Subject: last last-minute fix for last-minute change X-Git-Tag: root_of_webpay_support~675 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d3cc9a856f6d5278a7e70349f8c2bf90da7b2f20 last last-minute fix for last-minute change --- diff --git a/Makefile b/Makefile index c813168af..e1b705698 100644 --- a/Makefile +++ b/Makefile @@ -356,10 +356,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