- 2.1.4 (2008-12-12)

- Bugs fixed
-
- * Crash when using an XPath evaluator in multiple threads.
This commit is contained in:
Jeffrey C. Ollie 2008-12-13 01:45:08 +00:00
commit c24324406c
3 changed files with 9 additions and 3 deletions

View file

@ -1 +1 @@
lxml-2.1.3.tar.gz
lxml-2.1.4.tar.gz

View file

@ -1,7 +1,7 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-lxml
Version: 2.1.3
Version: 2.1.4
Release: 1%{?dist}
Summary: ElementTree-like Python bindings for libxml2 and libxslt
@ -49,6 +49,12 @@ rm -rf %{buildroot}
%{python_sitearch}/*
%changelog
* Fri Dec 12 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.1.4-1
- 2.1.4 (2008-12-12)
- Bugs fixed
-
- * Crash when using an XPath evaluator in multiple threads.
* Mon Nov 17 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.1.3-1
- 2.1.3 (2008-11-17)
- Bugs fixed

View file

@ -1 +1 @@
93a651178c1428e05cff8f058c336425 lxml-2.1.3.tar.gz
05f35b81955caf502584b685a5226417 lxml-2.1.4.tar.gz