This commit is contained in:
Thorsten Leemhuis 2007-11-02 16:01:54 +00:00
commit 58feaffe72
3 changed files with 6 additions and 3 deletions

View file

@ -1 +1 @@
html2text-2.28.py
html2text-2.29.py

View file

@ -2,7 +2,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-html2text
Version: 2.28
Version: 2.29
Release: 1.1
Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Nov 02 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.29-1
- update to 2.29
* Thu Oct 04 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.28-1
- update to 2.28 (just one line actually different)

View file

@ -1 +1 @@
55f5e1a8301d71e043d44b3f26b7cd71 html2text-2.28.py
22a26e2fba43a6fdd07487157f8e6677 html2text-2.29.py