From a23dd980b9ecb3d98c73e35133d1f21980442d4c Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 24 Jan 2007 15:39:34 +0000 Subject: [PATCH] Update to 1.1.2 --- .cvsignore | 2 +- python-lxml.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index bfb4724..f130c7d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -lxml-1.0.3.tgz +lxml-1.1.2.tgz diff --git a/python-lxml.spec b/python-lxml.spec index 5d6d1d9..acb928e 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -4,8 +4,8 @@ %define srcname lxml Name: python-%{srcname} -Version: 1.0.3 -Release: 2%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -31,6 +31,7 @@ and handles memory management automatically, unlike the default bindings. %prep %setup -q -n %{srcname}-%{version} +chmod a-x doc/rest2html.py %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -56,6 +57,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/lxml/*.pyo %changelog +* Fri Jan 19 2007 Jeffrey C. Ollie - 1.1.2-1 +- Update to 1.1.2 + +* Thu Dec 14 2006 Jason L Tibbitts III - 1.0.3-3 +- Rebuild for new Python + * Sat Sep 16 2006 Shahms E. King 1.0.3-2 - Rebuild for FC6 diff --git a/sources b/sources index 2aaea63..677d420 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b01f595b28de9cb75cd2e31ebc37c53 lxml-1.0.3.tgz +d18ecaacdecf7c9f02a6e9aecb16c720 lxml-1.1.2.tgz