- update to 2.28 (just one line actually different)

This commit is contained in:
Thorsten Leemhuis 2007-10-04 16:57:30 +00:00
commit 3e7bc97a3e
3 changed files with 8 additions and 6 deletions

View file

@ -1,10 +1,9 @@
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-html2text
Version: 2.26
Release: 3.1
Version: 2.28
Release: 1.1
Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text
Group: Development/Languages
@ -15,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python
BuildRequires: python
%description
html2text is a Python script that convers a page of HTML into clean,
@ -50,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Oct 04 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.28-1
- update to 2.28 (just one line actually different)
* Thu Oct 04 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.26-3
- BR python (fixes #317211)