[freeside-commits] freeside Makefile,1.158,1.159
Ivan,,,
ivan at wavetail.420.am
Wed Apr 30 16:29:18 PDT 2008
Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv25204
Modified Files:
Makefile
Log Message:
last last-minute fix for last-minute change
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- Makefile 30 Apr 2008 23:26:20 -0000 1.158
+++ Makefile 30 Apr 2008 23:29:16 -0000 1.159
@@ -356,10 +356,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