Release 0.9.0

This commit is contained in:
Silvan Calarco 2012-04-26 15:52:09 +02:00
parent f18629b9cc
commit ab7277840f
2 changed files with 6 additions and 13 deletions

View File

@ -93,20 +93,13 @@ clean:
rm -f $(dist_archive) rm -f $(dist_archive)
dist: clean dist: clean
@case `sed 15q ChangeLog` in \ @git log > ChangeLog.git
*"$(VERSION)"*) : ;; \ @mkdir /tmp/$(distdir)
*) \ @cp -a * /tmp/$(distdir)/
echo "ChangeLog not updated; not releasing" 1>&2;\
exit 1;; \
esac
@rm -f $(dist_archive);\ @rm -f $(dist_archive);\
tar cf - --exclude=$(dist_archive) -C .. $(distdir) |\ tar cf - -C /tmp $(distdir) | bzip2 -9 -c > $(dist_archive)
bzip2 -9 -c > $(dist_archive) @rm -rf /tmp/$(distdir)
@echo "file \`$(dist_archive)' created" @echo "file \`$(dist_archive)' created"
@sed -i "s|^LOGDIR=.*|LOGDIR=$(pck_logdir)|" autodist
@sed -i "s|^VERSION=.*|VERSION=$(VERSION)|" autodist
@sed -i "s|^VERSION=.*|VERSION=$(VERSION)|" autoport
@sed -i "s|^VERSION=.*|VERSION=$(VERSION)|" autoport-fix-environment
dist-rpm: dist dist-rpm: dist
@rpm_sourcedir=`rpm --eval=%{_sourcedir}`;\ @rpm_sourcedir=`rpm --eval=%{_sourcedir}`;\

View File

@ -1 +1 @@
VERSION = 0.8.5 VERSION = 0.9.0