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 0bcc8e9..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: 3%{?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,9 @@ 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 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