From 04bd166fa77ee72fc5c3d0084206ef00bddb467a Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 6 Sep 2010 21:23:34 -0500 Subject: [PATCH] - 2.2.8 (2010-09-02) - Bugs fixed - - * Crash in newer libxml2 versions when moving elements between - documents that had attributes on replaced XInclude nodes. - * Import fix for urljoin in Python 3.1+. --- python-lxml.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 4db98b5..896dbb9 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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.2.7 -Release: 3%{?dist} +Version: 2.2.8 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -145,6 +145,14 @@ rm -rf %{buildroot} %endif %changelog +* Mon Sep 6 2010 Jeffrey C. Ollie - 2.2.8-1 +- 2.2.8 (2010-09-02) +- Bugs fixed +- +- * Crash in newer libxml2 versions when moving elements between +- documents that had attributes on replaced XInclude nodes. +- * Import fix for urljoin in Python 3.1+. + * Tue Aug 24 2010 Jeffrey C. Ollie - 2.2.7-3 - Don't byte-compile files during install because setup.py doesn't properly byte compile for Python version 3.2