diff --git a/.cvsignore b/.cvsignore index f15e41f..8ec0f13 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-2.0.6.tgz +lxml-2.0.7.tar.gz diff --git a/python-lxml.spec b/python-lxml.spec index 40f99f4..5cc9d6f 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,14 +1,15 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 2.0.6 +Version: 2.0.7 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries License: BSD URL: http://codespeak.net/lxml/ -Source0: http://codespeak.net/lxml/lxml-%{version}.tgz +Source0: http://cheeseshop.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz +#Source0: http://codespeak.net/lxml/lxml-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxslt-devel @@ -48,6 +49,10 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Fri Jun 20 2008 Jeffrey C. Ollie - 2.0.7-1 +- Update to 2.0.7 +- Update download URL + * Sat May 31 2008 Jeffrey C. Ollie - 2.0.6-1 - Update to 2.0.6 diff --git a/sources b/sources index 72d3739..7b44c80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6749a36142b44a969c25a589f51f755 lxml-2.0.6.tgz +f72a3ce319b286926ac08ae66d30cd31 lxml-2.0.7.tar.gz