summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2008-04-30 23:29:16 +0000
committerivan <ivan>2008-04-30 23:29:16 +0000
commitd3cc9a856f6d5278a7e70349f8c2bf90da7b2f20 (patch)
tree87d2cf765e51336175848b95f7fac6b68f08ab36 /Makefile
parent640756e39d21373556e804cad1d1bafc1c09492f (diff)
last last-minute fix for last-minute change
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c813168..e1b7056 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