From 577c0bd134e46bcc40cee6e23d3b40842ada9f61 Mon Sep 17 00:00:00 2001 From: Stuart Gathman <stuart@gathman.org> Date: Sun, 14 Dec 2008 03:01:43 +0000 Subject: [PATCH] Release 0.9.0 --- pymilter.spec | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pymilter.spec b/pymilter.spec index d5be16d..2894252 100644 --- a/pymilter.spec +++ b/pymilter.spec @@ -1,6 +1,6 @@ %define __python python2.4 -%define version 0.8.12 -%define release 1%{?dist}.py24 +%define version 0.9.0 +%define release 1.el4 %define libdir %{_libdir}/pymilter %define name pymilter %define redhat7 0 @@ -76,7 +76,7 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh rm -rf $RPM_BUILD_ROOT %changelog -* Mon Nov 24 2008 Stuart Gathman <stuart@bmsi.com> 0.8.12-1 +* Mon Nov 24 2008 Stuart Gathman <stuart@bmsi.com> 0.9.0-1 - Split pymilter into its own CVS module - Support chgfrom and addrcpt_par - Support NS records in Milter.dns diff --git a/setup.py b/setup.py index 6ef088e..3df71b2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ if sys.version < '2.2.3': DistributionMetadata.download_url = None # NOTE: importing Milter to obtain version fails when milter.so not built -setup(name = "pymilter", version = '0.8.12', +setup(name = "pymilter", version = '0.9.0', description="Python interface to sendmail milter API", long_description="""\ This is a python extension module to enable python scripts to -- GitLab