Update ChangeLog
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
UNRELEASED Version 0.5
|
2011-10-26 Version 0.5
|
||||||
- Add test case and fix for <https://launchpad.net/bugs/644046>
|
- Add test case and fix for <https://launchpad.net/bugs/644046>
|
||||||
- Add test case and fix for <https://launchpad.net/bugs/737311>
|
- Add test case and fix for <https://launchpad.net/bugs/737311>
|
||||||
- Fix dkim.fold()
|
- Fix dkim.fold()
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
Handle multiple DKIM-Signature header lines, ie. more than just the first one.
|
Handle multiple DKIM-Signature header lines, ie. more than just the first one.
|
||||||
|
|
||||||
It should be possible to remove the dependency on dnspython by using something
|
|
||||||
like dig.
|
|
||||||
|
|
||||||
Better debug logging output.
|
Better debug logging output.
|
||||||
|
|
||||||
General code cleanup.
|
General code cleanup.
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ Python DKIM library
|
|||||||
%install
|
%install
|
||||||
%{__python} setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
|
%{__python} setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
|
||||||
sed -i -e'/man1/d' INSTALLED_FILES
|
sed -i -e'/man1/d' INSTALLED_FILES
|
||||||
|
#grep '\.pyc$' INSTALLED_FILE | sed -e's/c$/o/' >>INSTALLED_FILES
|
||||||
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
|
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
|
||||||
cp -p man/*.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
|
cp -p man/*.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
|
||||||
|
|
||||||
@@ -40,6 +41,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc ChangeLog README LICENSE TODO
|
%doc ChangeLog README LICENSE TODO
|
||||||
%{_mandir}/man1/dkimsign.1.gz
|
%{_mandir}/man1/dkimsign.1.gz
|
||||||
%{_mandir}/man1/dkimverify.1.gz
|
%{_mandir}/man1/dkimverify.1.gz
|
||||||
|
/usr/lib/%{__python}/site-packages/dkim/__main__.pyo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 26 2011 Stuart Gathman <stuart@bmsi.com> 0.5-1
|
* Wed Oct 26 2011 Stuart Gathman <stuart@bmsi.com> 0.5-1
|
||||||
|
|||||||
Reference in New Issue
Block a user