This commit is contained in:
Jeffrey C. Ollie 2012-09-27 09:51:02 -05:00
parent 3fa91ae8d1
commit b262b590a4
3 changed files with 21 additions and 4 deletions

2
.gitignore vendored
View File

@ -10,3 +10,5 @@ lxml-2.2.7.tar.gz.asc
/lxml-2.3.2.tar.gz.asc
/lxml-2.3.3.tar.gz
/lxml-2.3.3.tar.gz.asc
/lxml-2.3.5.tar.gz
/lxml-2.3.5.tar.gz.asc

View File

@ -5,8 +5,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-lxml
Version: 2.3.3
Release: 4%{?dist}
Version: 2.3.5
Release: 1%{?dist}
Summary: ElementTree-like Python bindings for libxml2 and libxslt
Group: Development/Libraries
@ -121,6 +121,21 @@ rm -rf %{buildroot}
%endif
%changelog
* Thu Sep 27 2012 Jeffrey Ollie <jeff@ocjtech.us> - 2.3.5-1
- Bugs fixed
-
- * Crash when merging text nodes in element.remove().
- * Crash in sax/target parser when reporting empty doctype.
* Thu Sep 27 2012 Jeffrey Ollie <jeff@ocjtech.us> - 2.3.4-1
- Bugs fixed
-
- * Crash when building an nsmap (Element property) with empty namespace
- URIs.
- * Crash due to race condition when errors (or user messages) occur during
- threaded XSLT processing (or compilation).
- * XSLT stylesheet compilation could ignore compilation errors.
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 2.3.3-4
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3

View File

@ -1,2 +1,2 @@
a7825793c69d004f388ec6600bad7a6f lxml-2.3.3.tar.gz
5c4b1a05f6e46a4dd7ebed8b5ad9e32e lxml-2.3.3.tar.gz.asc
730bb63383528b65eaa099d64ce276cf lxml-2.3.5.tar.gz
e425570be622360d10b639e6ad7b62c6 lxml-2.3.5.tar.gz.asc