Skip to content
Snippets Groups Projects
Commit 577c0bd1 authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Release 0.9.0

parent a97dbb8f
Branches
No related tags found
No related merge requests found
%define __python python2.4 %define __python python2.4
%define version 0.8.12 %define version 0.9.0
%define release 1%{?dist}.py24 %define release 1.el4
%define libdir %{_libdir}/pymilter %define libdir %{_libdir}/pymilter
%define name pymilter %define name pymilter
%define redhat7 0 %define redhat7 0
...@@ -76,7 +76,7 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh ...@@ -76,7 +76,7 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%changelog %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 - Split pymilter into its own CVS module
- Support chgfrom and addrcpt_par - Support chgfrom and addrcpt_par
- Support NS records in Milter.dns - Support NS records in Milter.dns
......
...@@ -16,7 +16,7 @@ if sys.version < '2.2.3': ...@@ -16,7 +16,7 @@ if sys.version < '2.2.3':
DistributionMetadata.download_url = None DistributionMetadata.download_url = None
# NOTE: importing Milter to obtain version fails when milter.so not built # 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", description="Python interface to sendmail milter API",
long_description="""\ long_description="""\
This is a python extension module to enable python scripts to This is a python extension module to enable python scripts to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment