From b71f3a6ff3b7e28b113dae7bcaa7f5d144f087e1 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 14 Jan 2010 14:22:25 +0000 Subject: [PATCH] - Update to 2.2.4 - Enable Python 3 subpackage --- .cvsignore | 3 ++- python-lxml.spec | 14 +++++++++----- sources | 3 ++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3ab76c1..447029f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -lxml-2.2.3.tar.gz +lxml-2.2.4.tar.gz +lxml-2.2.4.tar.gz.asc diff --git a/python-lxml.spec b/python-lxml.spec index 8632da1..893ce83 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,4 +1,4 @@ -%global with_python3 0 +%global with_python3 1 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -7,15 +7,15 @@ %endif Name: python-lxml -Version: 2.2.3 -Release: 3%{?dist} +Version: 2.2.4 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries License: BSD URL: http://codespeak.net/lxml/ Source0: http://cheeseshop.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz -#Source0: http://codespeak.net/lxml/lxml-%{version}.tgz +Source1: http://cheeseshop.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxslt-devel @@ -25,7 +25,7 @@ BuildRequires: python-setuptools-devel %if %{with_python3} BuildRequires: python3-devel -BuildRequires: python3-setuptools +#BuildRequires: python3-setuptools %global py3dir ../python3-lxml-%{version} %endif @@ -96,6 +96,10 @@ rm -rf %{buildroot} %endif %changelog +* Thu Jan 14 2010 Jeffrey C. Ollie - 2.2.4-1 +- Update to 2.2.4 +- Enable Python 3 subpackage + * Thu Nov 5 2009 Jeffrey C. Ollie - 2.2.3-3 - F-13's python build chain must be a little different... diff --git a/sources b/sources index 715fd30..847a920 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -0b3fcd56909273b3db864133475449dc lxml-2.2.3.tar.gz +077841e74ee728e7746b65d8483274be lxml-2.2.4.tar.gz +146a5316476dac830fcbe7164d635df7 lxml-2.2.4.tar.gz.asc