update to 2.30 (GPLv3 now -- no deps in Fedora besides rss2email, which

swichted to the GPLv3 as well)
This commit is contained in:
Thorsten Leemhuis 2008-07-04 18:20:02 +00:00
commit d3b8470280
3 changed files with 7 additions and 4 deletions

View file

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

View file

@ -2,12 +2,12 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-html2text Name: python-html2text
Version: 2.29 Version: 2.3
Release: 1.1 Release: 1.1
Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text Summary: Converts a page of HTML into clean, easy-to-read plain ASCII text
Group: Development/Languages Group: Development/Languages
License: GPLv2 License: GPLv3
URL: http://www.aaronsw.com/2002/html2text/ URL: http://www.aaronsw.com/2002/html2text/
Source0: http://www.aaronsw.com/2002/html2text/html2text-%{version}.py Source0: http://www.aaronsw.com/2002/html2text/html2text-%{version}.py
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Jul 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.30-1
- update to 2.30 (GPLv3 now)
* Fri Nov 02 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.29-1 * Fri Nov 02 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.29-1
- update to 2.29 - update to 2.29

View file

@ -1 +1 @@
22a26e2fba43a6fdd07487157f8e6677 html2text-2.29.py 95e5d245f7b336713c114ea69db2eb5f html2text-2.3.py