diff --git a/lxml-2.3.3.tar.gz b/lxml-2.3.3.tar.gz deleted file mode 100644 index 52ef52c..0000000 --- a/lxml-2.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a3ca34f63b062ee8e059ca2460ac18040ec9622f0a31e143383f0db944ceb36 -size 3145451 diff --git a/lxml-2.3.4.tar.gz b/lxml-2.3.4.tar.gz new file mode 100644 index 0000000..481c60b --- /dev/null +++ b/lxml-2.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e9e0eb39a35fe22c390ca8dbda97cadcfbeb89b3bb66b08909b599e64c6d41 +size 3268305 diff --git a/lxmldoc-2.3.3.pdf b/lxmldoc-2.3.3.pdf deleted file mode 100644 index c0a7518..0000000 --- a/lxmldoc-2.3.3.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c2f878090a27c8065822f4df0e9b3062bc672ebb3d88526fe515f4b1e6c9ef6 -size 1723289 diff --git a/lxmldoc-2.3.4.pdf b/lxmldoc-2.3.4.pdf new file mode 100644 index 0000000..134bfd4 --- /dev/null +++ b/lxmldoc-2.3.4.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2514eda33336de00765c5bb6bd6a5019413d6fd5af87a87fc3da92726ec8806e +size 1727626 diff --git a/python-lxml.changes b/python-lxml.changes index a51eafb..eb50871 100644 --- a/python-lxml.changes +++ b/python-lxml.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jun 4 20:55:38 UTC 2012 - os-dev@jacraig.com + +- Update to version 2.3.4; bugs fixed: + * Crash due to race condition when errors (or user messages) occur during + threaded XSLT processing. + * XSLT stylesheet compilation could ignore compilation errors. +- Exclude etree_defs.h from RPM + ------------------------------------------------------------------- Thu May 24 08:06:36 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python-lxml.spec b/python-lxml.spec index 4ec8548..19700f9 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -17,7 +17,7 @@ Name: python-lxml -Version: 2.3.3 +Version: 2.3.4 Release: 0 Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+ @@ -67,6 +67,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %doc CHANGES.txt CREDITS.txt LICENSES.txt README.rst %{python_sitearch}/lxml/ %{python_sitearch}/lxml-%{version}-py%{py_ver}.egg-info +%exclude %{python_sitearch}/lxml/etree_defs.h %files doc %defattr(-,root,root) diff --git a/python3-lxml.spec b/python3-lxml.spec index d514d84..3d0bd0f 100644 --- a/python3-lxml.spec +++ b/python3-lxml.spec @@ -17,7 +17,7 @@ Name: python3-lxml -Version: 2.3.3 +Version: 2.3.4 Release: 0 Summary: Powerful and Pythonic XML processing library License: BSD-3-Clause and GPL-2.0+ @@ -73,6 +73,7 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %doc CHANGES.txt CREDITS.txt LICENSES.txt README.rst %{python3_sitearch}/lxml/ %{python3_sitearch}/lxml-%{version}-py%{py3_ver}.egg-info +%exclude %{python3_sitearch}/lxml/etree_defs.h %files doc %defattr(-,root,root)