[freeside-commits] freeside Makefile,1.145.2.10,1.145.2.11
Ivan,,,
ivan at wavetail.420.am
Wed Apr 30 16:29:19 PDT 2008
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv25208
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Makefile
Log Message:
last last-minute fix for last-minute change
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.145.2.10
retrieving revision 1.145.2.11
diff -u -d -r1.145.2.10 -r1.145.2.11
--- Makefile 30 Apr 2008 23:26:36 -0000 1.145.2.10
+++ Makefile 30 Apr 2008 23:29:17 -0000 1.145.2.11
@@ -358,10 +358,12 @@
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
More information about the freeside-commits
mailing list