From 7c8b58dea309e334dc67c34c4758ac318107cd18 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Tue, 7 May 2002 12:14:29 +0000 Subject: Fixed a bug where archivemail would abort if it got a date header with a completely blank value. --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dea2285..8979dee 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=0.4.6 +VERSION=0.4.7 VERSION_TAG=v$(subst .,_,$(VERSION)) TARFILE=archivemail-$(VERSION).tar.gz @@ -21,6 +21,12 @@ sdist: clobber doc cp archivemail.py archivemail fakeroot python setup.py sdist rm archivemail + +bdist_rpm: clobber doc + cp archivemail.py archivemail + fakeroot python setup.py bdist_rpm + rm archivemail + tag: cvs tag -F current cvs tag -F $(VERSION_TAG) -- cgit v1.2.3