Update spec for 0.4.1

This commit is contained in:
Stuart D. Gathman
2011-06-15 09:58:19 -04:00
parent 86077755b2
commit c96367f9f9
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
2011-06-15 Version 0.4.1 2011-06-15 Version 0.4.1
- Fix python3 compatibility bugs - Fix some except clauses for python3
- Correct Changelog and release versions - Correct Changelog and release versions
2011-06-14 Version 0.4 2011-06-14 Version 0.4
+4 -1
View File
@@ -3,7 +3,7 @@
Summary: Python DKIM library Summary: Python DKIM library
Name: %{pythonbase}-pydkim Name: %{pythonbase}-pydkim
Version: 0.4 Version: 0.4.1
Release: 1 Release: 1
Source0: http://hewgill.com/pydkim/pydkim-%{version}.tar.gz Source0: http://hewgill.com/pydkim/pydkim-%{version}.tar.gz
License: BSD-like License: BSD-like
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/dkimverify.1.gz %{_mandir}/man1/dkimverify.1.gz
%changelog %changelog
* Wed Jun 15 2011 Stuart Gathman <stuart@bmsi.com> 0.4.1-1
- fix except clauses for python3
* Tue Jun 14 2011 Stuart Gathman <stuart@bmsi.com> 0.4-1 * Tue Jun 14 2011 Stuart Gathman <stuart@bmsi.com> 0.4-1
- class DKIM API - class DKIM API