From 4be6ca7d434f25b42780e637c3b0ee2b15611356 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 15 Dec 2007 23:40:44 +0000 Subject: [PATCH] Update to 1.3.6 --- .cvsignore | 2 +- python-lxml.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index f786678..52f7707 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.3.5.tgz +lxml-1.3.6.tgz diff --git a/python-lxml.spec b/python-lxml.spec index 597e06d..7cf1c2f 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -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: 1.3.5 +Version: 1.3.6 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -33,7 +33,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} --single-version-externally-managed +%{__python} setup.py install --skip-build --root %{buildroot} %clean rm -rf %{buildroot} @@ -44,6 +44,9 @@ rm -rf %{buildroot} %{python_sitearch}/* %changelog +* Mon Nov 4 2007 Jeffrey C. Ollie - 1.3.6-1 +- Update to 1.3.6. + * Mon Oct 22 2007 Jeffrey C. Ollie - 1.3.5-1 - Update to 1.3.5. diff --git a/sources b/sources index 35a8f3b..69fc08a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14e77a50b1be907b2ae682ea7dfacedc lxml-1.3.5.tgz +a66f3b9669ee4fd2f98b6be920ac583c lxml-1.3.6.tgz