From 3e7bc97a3ecdd6e752ef02b94cd28259e57af501 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Thu, 4 Oct 2007 16:57:30 +0000 Subject: [PATCH] - update to 2.28 (just one line actually different) --- .cvsignore | 2 +- python-html2text.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index dc39661..66cdd04 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -html2text-2.26.py +html2text-2.28.py diff --git a/python-html2text.spec b/python-html2text.spec index cec1f6a..a5d6945 100644 --- a/python-html2text.spec +++ b/python-html2text.spec @@ -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 - 2.28-1 +- update to 2.28 (just one line actually different) + * Thu Oct 04 2007 Thorsten Leemhuis - 2.26-3 - BR python (fixes #317211) diff --git a/sources b/sources index 4c8c5e0..650c194 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b567fea434b188e3ce838fffccf1565 html2text-2.26.py +55f5e1a8301d71e043d44b3f26b7cd71 html2text-2.28.py